Searched refs:VIDDEC_PARSE_EOS (Results 1 – 6 of 6) sorted by relevance
10 VIDDEC_PARSE_EOS = 0x0FFF, /* Dummy start code to force EOS */ enumerator
41 … force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc)); in viddec_mp4_wkld_done()
224 force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc)); in viddec_mpeg2_is_workload_done()
292 case VIDDEC_PARSE_EOS: in viddec_vc1_wkld_done()
503 …is_stream_forced_to_complete = (VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == nex… in viddec_h264_wkld_done()
309 cxt->sc_prefix_info.next_sc = VIDDEC_PARSE_EOS; in viddec_pm_parse_for_sccode()