Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp42 OMX_VIDEO_CODINGTYPE codingType, in SoftVPX() argument
47 name, componentRole, codingType, in SoftVPX()
48 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in SoftVPX()
49 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in SoftVPX()
51 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
DSoftVPX.h34 OMX_VIDEO_CODINGTYPE codingType,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h30 OMX_VIDEO_CODINGTYPE codingType,
DSoftMPEG4.cpp46 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4() argument
53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
55 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h33 OMX_VIDEO_CODINGTYPE codingType,
DSoftMPEG4Encoder.cpp63 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4Encoder() argument
71 name, componentRole, codingType, in SoftMPEG4Encoder()
85 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h35 OMX_VIDEO_CODINGTYPE codingType,
DSoftVideoDecoderOMXComponent.h43 OMX_VIDEO_CODINGTYPE codingType,
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h66 OMX_VIDEO_CODINGTYPE codingType,
DSoftVPXEncoder.cpp66 OMX_VIDEO_CODINGTYPE codingType, in SoftVPXEncoder() argument
72 name, role, codingType, profileLevels, numProfileLevels, in SoftVPXEncoder()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp35 #define codingType OMX_VIDEO_CodingAVC macro
68 name, componentName, codingType, in SoftAVC()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp35 #define codingType OMX_VIDEO_CodingHEVC macro
60 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp60 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoEncoderOMXComponent() argument
78 mCodingType(codingType), in SoftVideoEncoderOMXComponent()
DSoftVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoDecoderOMXComponent() argument
70 mCodingType(codingType), in SoftVideoDecoderOMXComponent()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp34 #define codingType OMX_VIDEO_CodingMPEG2 macro
61 name, componentName, codingType, in SoftMPEG2()
/frameworks/av/media/libstagefright/
DACodec.cpp3323 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) { in GetVideoCodingTypeFromMime() argument
3328 *codingType = kVideoCodingMapEntry[i].mVideoCodingType; in GetVideoCodingTypeFromMime()
3333 *codingType = OMX_VIDEO_CodingUnused; in GetVideoCodingTypeFromMime()
3339 OMX_VIDEO_CODINGTYPE codingType, AString *mime) { in GetMimeTypeForVideoCoding() argument
3343 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) { in GetMimeTypeForVideoCoding()