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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 218 int codingType = picParam->vop_fields.bits.vop_coding_type;
225 if (picData->vop_coded == 1 && codingType != MP4_VOP_TYPE_B) {
276 if (codingType == MP4_VOP_TYPE_B) {
285 } else if (codingType == MP4_VOP_TYPE_P || codingType == MP4_VOP_TYPE_S) {
326 int codingType = picParam->vop_fields.bits.vop_coding_type;
327 if (codingType == MP4_VOP_TYPE_S && picParam->no_of_sprite_warping_points > 1) {
342 if (codingType == MP4_VOP_TYPE_B){
384 if (codingType != MP4_VOP_TYPE_B) {
408 mAcquiredBuffer->referenceFrame = (codingType != MP4_VOP_TYPE_B)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 36 #define codingType OMX_VIDEO_CodingAVC
113 name, componentName, codingType,
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 35 #define codingType OMX_VIDEO_CodingHEVC
67 : SoftVideoDecoderOMXComponent(name, componentName, codingType,
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 34 #define codingType OMX_VIDEO_CodingMPEG2
67 name, componentName, codingType,

Completed in 246 milliseconds