HomeSort by relevance Sort by last modified time
    Searched defs:MP4_VOP_TYPE_I (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 48 MP4_VOP_TYPE_I = 0,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 14 MP4_VOP_TYPE_I = 0,
680 if (idx == 0 && frame_type != MP4_VOP_TYPE_I && frame_type
804 if (frame_type != MP4_VOP_TYPE_I && frame_type != MP4_VOP_TYPE_P
902 if ((frame_type == MP4_VOP_TYPE_I) || (frame_type == MP4_VOP_TYPE_P)) {
913 case MP4_VOP_TYPE_I:
1084 if ((frame_type == MP4_VOP_TYPE_I) || (frame_type == MP4_VOP_TYPE_P)) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.h 159 MP4_VOP_TYPE_I = 0,

Completed in 866 milliseconds