Home
last modified time | relevance | path

Searched refs:req_frame_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/media/platform/amphion/
Dvdec.c52 u32 req_frame_count; member
608 if (vdec->req_frame_count) in vdec_check_ready()
731 vdec->req_frame_count = 0; in vdec_stop_done()
922 if (!vdec->req_frame_count) in vdec_response_frame_abnormal()
929 vdec->req_frame_count--; in vdec_response_frame_abnormal()
947 if (!vdec->req_frame_count) in vdec_response_frame()
982 vdec->req_frame_count--; in vdec_response_frame()
994 for (i = vdec->req_frame_count; i > 0; i--) in vdec_response_fs_request()
999 for (i = vdec->req_frame_count; i > 0; i--) { in vdec_response_fs_request()
1137 vdec->req_frame_count++; in vdec_event_req_fs()
[all …]