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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 49 MP4_VOP_TYPE_P = 1,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 15 MP4_VOP_TYPE_P = 1,
681 != MP4_VOP_TYPE_P) {
804 if (frame_type != MP4_VOP_TYPE_I && frame_type != MP4_VOP_TYPE_P
838 ret = mix_videoframe_set_frame_type(skip_frame, MP4_VOP_TYPE_P);
902 if ((frame_type == MP4_VOP_TYPE_I) || (frame_type == MP4_VOP_TYPE_P)) {
918 case MP4_VOP_TYPE_P:
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 160 MP4_VOP_TYPE_P = 1,

Completed in 222 milliseconds