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

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 32 OMX_VIDEO_CODINGTYPE codingType,
SoftVPX.cpp 39 OMX_VIDEO_CODINGTYPE codingType,
44 name, componentRole, codingType,
45 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels,
46 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels),
48 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 30 OMX_VIDEO_CODINGTYPE codingType,
SoftMPEG4.cpp 55 OMX_VIDEO_CODINGTYPE codingType,
62 name, componentRole, codingType, profileLevels, numProfileLevels,
64 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 34 OMX_VIDEO_CODINGTYPE codingType,
SoftMPEG4Encoder.cpp 66 OMX_VIDEO_CODINGTYPE codingType,
74 name, componentRole, codingType,
88 if (codingType == OMX_VIDEO_CodingH263) {
  /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/include/
SoftVideoDecoderOMXComponent.h 36 OMX_VIDEO_CODINGTYPE codingType,
SoftVideoEncoderOMXComponent.h 34 OMX_VIDEO_CODINGTYPE codingType,
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 46 OMX_VIDEO_CODINGTYPE codingType,
68 mCodingType(codingType),
SoftVideoEncoderOMXComponent.cpp 58 OMX_VIDEO_CODINGTYPE codingType,
76 mCodingType(codingType),
  /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,
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 307 milliseconds