Searched defs:codingType (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp47 OMX_VIDEO_CODINGTYPE codingType,
54 name, componentRole, codingType, profileLevels, numProfileLevels,
56 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4),
44 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp63 OMX_VIDEO_CODINGTYPE codingType,
71 name, componentRole, codingType,
85 if (codingType == OMX_VIDEO_CodingH263) {
60 SoftMPEG4Encoder( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const char *mime, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp41 OMX_VIDEO_CODINGTYPE codingType,
46 name, componentRole, codingType,
47 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels,
48 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels),
50 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9),
38 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp65 OMX_VIDEO_CODINGTYPE codingType,
71 name, role, codingType, profileLevels, numProfileLevels,
60 SoftVPXEncoder(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component, const char* role, OMX_VIDEO_CODINGTYPE codingType, const char* mimeType, int32_t minCompressionRatio, const CodecProfileLevel *profileLevels, size_t numProfileLevels) argument
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp35 #define codingType OMX_VIDEO_CodingAVC macro
68 name, componentName, codingType,
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp35 #define codingType OMX_VIDEO_CodingHEVC macro
60 : SoftVideoDecoderOMXComponent(name, componentName, codingType,
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp34 #define codingType OMX_VIDEO_CodingMPEG2 macro
61 name, componentName, codingType,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType,
70 mCodingType(codingType),
43 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftVideoEncoderOMXComponent.cpp60 OMX_VIDEO_CODINGTYPE codingType,
78 mCodingType(codingType),
57 SoftVideoEncoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp3248 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) {
3253 *codingType = kVideoCodingMapEntry[i].mVideoCodingType;
3258 *codingType = OMX_VIDEO_CodingUnused;
3264 OMX_VIDEO_CODINGTYPE codingType, AString *mime) {
3268 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) {
3247 GetVideoCodingTypeFromMime( const char *mime, OMX_VIDEO_CODINGTYPE *codingType) argument
3263 GetMimeTypeForVideoCoding( OMX_VIDEO_CODINGTYPE codingType, AString *mime) argument

Completed in 123 milliseconds