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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 51 MP4_VOP_TYPE_S = 3,
VideoDecoderMPEG4.cpp 285 } else if (codingType == MP4_VOP_TYPE_P || codingType == MP4_VOP_TYPE_S) {
327 if (codingType == MP4_VOP_TYPE_S && picParam->no_of_sprite_warping_points > 1) {
568 case MP4_VOP_TYPE_S:
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c 49 case MP4_VOP_TYPE_S:
viddec_mp4_videoobjectplane.c 277 ((vidObjPlane->vop_coding_type == MP4_VOP_TYPE_S) &&
332 (vidObjPlane->vop_coding_type == MP4_VOP_TYPE_S))
viddec_fw_mp4_workload.c 26 case MP4_VOP_TYPE_S:
353 case MP4_VOP_TYPE_S:
viddec_mp4_parse.h 162 MP4_VOP_TYPE_S = 3,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 17 MP4_VOP_TYPE_S = 3,
942 case MP4_VOP_TYPE_S:
943 LOG_W("MP4_VOP_TYPE_S, Will never reach here\n");
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 690 && (vop_coding_type == MP4_VOP_TYPE_S)
    [all...]

Completed in 100 milliseconds