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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_parser_ops.h 11 VIDDEC_PARSE_DISCONTINUITY, /* Dummy start code to force completion and flush */
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_parse.c 224 force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.c 41 force_frame_complete = ((VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_parse.c 503 is_stream_forced_to_complete = (VIDDEC_PARSE_EOS == next_sc) || (VIDDEC_PARSE_DISCONTINUITY == next_sc);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_parse.c 293 case VIDDEC_PARSE_DISCONTINUITY:
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 313 cxt->sc_prefix_info.next_sc = VIDDEC_PARSE_DISCONTINUITY;

Completed in 84 milliseconds