Home
last modified time | relevance | path

Searched refs:codingType (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp39 OMX_VIDEO_CODINGTYPE codingType, in SoftVPX() argument
44 name, componentRole, codingType, in SoftVPX()
45 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in SoftVPX()
46 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in SoftVPX()
48 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
DSoftVPX.h32 OMX_VIDEO_CODINGTYPE codingType,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp55 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4() argument
62 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
64 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
DSoftMPEG4.h30 OMX_VIDEO_CODINGTYPE codingType,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h34 OMX_VIDEO_CODINGTYPE codingType,
DSoftMPEG4Encoder.cpp66 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4Encoder() argument
74 name, componentRole, codingType, in SoftMPEG4Encoder()
88 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
/frameworks/av/media/libstagefright/include/
DSoftVideoEncoderOMXComponent.h34 OMX_VIDEO_CODINGTYPE codingType,
DSoftVideoDecoderOMXComponent.h37 OMX_VIDEO_CODINGTYPE codingType,
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp35 #define codingType OMX_VIDEO_CodingHEVC macro
67 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp36 #define codingType OMX_VIDEO_CodingAVC macro
113 name, componentName, codingType, in SoftAVC()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoDecoderOMXComponent() argument
68 mCodingType(codingType), in SoftVideoDecoderOMXComponent()
DSoftVideoEncoderOMXComponent.cpp58 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoEncoderOMXComponent() argument
76 mCodingType(codingType), in SoftVideoEncoderOMXComponent()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp34 #define codingType OMX_VIDEO_CodingMPEG2 macro
67 name, componentName, codingType, in SoftMPEG2()
/frameworks/av/media/libstagefright/
DACodec.cpp3221 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) { in GetVideoCodingTypeFromMime() argument
3226 *codingType = kVideoCodingMapEntry[i].mVideoCodingType; in GetVideoCodingTypeFromMime()
3231 *codingType = OMX_VIDEO_CodingUnused; in GetVideoCodingTypeFromMime()
3237 OMX_VIDEO_CODINGTYPE codingType, AString *mime) { in GetMimeTypeForVideoCoding() argument
3241 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) { in GetMimeTypeForVideoCoding()