HomeSort by relevance Sort by last modified time
    Searched refs:force_frame_complete (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_parse.c 214 uint8_t force_frame_complete = 0; local
224 force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc));
226 if (force_frame_complete || (frame_boundary && (parser->mpeg2_pic_metadata_complete)))
228 if(!force_frame_complete)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.c 25 uint8_t force_frame_complete = false; local
41 force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc));
43 if(frame_boundary | force_frame_complete)
82 // next_sc, parser->sc_seen, *codec_specific_errors, frame_boundary, force_frame_complete);

Completed in 236 milliseconds