Searched defs:MP4_VOP_TYPE_P (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG4.h49 MP4_VOP_TYPE_P = 1, enumerator in enum:VideoDecoderMPEG4::__anon728
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_mp42.c15 MP4_VOP_TYPE_P = 1, enumerator in enum:__anon716
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)) {
1261 case MP4_VOP_TYPE_P:
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_parse.h160 MP4_VOP_TYPE_P = 1, enumerator in enum:__anon576

Completed in 246 milliseconds