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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 48 MP4_VOP_TYPE_I = 0,
VideoDecoderMPEG4.cpp 29 mLastVOPCodingType(MP4_VOP_TYPE_I),
68 mLastVOPCodingType = MP4_VOP_TYPE_I;
165 mLastVOPCodingType = MP4_VOP_TYPE_I;
542 case MP4_VOP_TYPE_I:
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c 53 case MP4_VOP_TYPE_I:
viddec_mp4_videoobjectplane.c 287 ((vidObjPlane->vop_coding_type == MP4_VOP_TYPE_I) ||
369 if (vidObjPlane->vop_coding_type != MP4_VOP_TYPE_I)
396 (vidObjPlane->vop_coding_type != MP4_VOP_TYPE_I))
viddec_mp4_shortheader.c 99 vop->vop_coding_type = svh->picture_coding_type ? MP4_VOP_TYPE_P: MP4_VOP_TYPE_I;
viddec_fw_mp4_workload.c 29 case MP4_VOP_TYPE_I:
356 case MP4_VOP_TYPE_I:
viddec_mp4_parse.h 159 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/parser/
vbp_mp42_parser.c 702 && ((vop_coding_type == MP4_VOP_TYPE_I)
709 if (vop_coding_type == MP4_VOP_TYPE_I) {
743 if (vidObjPlane->vop_coding_type == MP4_VOP_TYPE_I) {
    [all...]

Completed in 70 milliseconds