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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp55 OMX_VIDEO_CODINGTYPE codingType,
62 name, componentRole, codingType, profileLevels, numProfileLevels,
64 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4),
52 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.cpp62 OMX_VIDEO_CODINGTYPE codingType,
70 name, componentRole, codingType,
84 if (codingType == OMX_VIDEO_CodingH263) {
59 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.cpp32 OMX_VIDEO_CODINGTYPE codingType,
37 name, componentRole, codingType,
40 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9),
29 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/omx/
H A DSoftVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType,
68 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.cpp59 OMX_VIDEO_CODINGTYPE codingType,
78 mCodingType(codingType),
56 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/codecs/avcdec/
H A DSoftAVCDec.cpp36 #define codingType OMX_VIDEO_CodingAVC macro
113 name, componentName, codingType,
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp35 #define codingType OMX_VIDEO_CodingHEVC macro
67 : SoftVideoDecoderOMXComponent(name, componentName, codingType,
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp34 #define codingType OMX_VIDEO_CodingMPEG2 macro
67 name, componentName, codingType,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2845 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) {
2850 *codingType = kVideoCodingMapEntry[i].mVideoCodingType;
2855 *codingType = OMX_VIDEO_CodingUnused;
2861 OMX_VIDEO_CODINGTYPE codingType, AString *mime) {
2865 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) {
2844 GetVideoCodingTypeFromMime( const char *mime, OMX_VIDEO_CODINGTYPE *codingType) argument
2860 GetMimeTypeForVideoCoding( OMX_VIDEO_CODINGTYPE codingType, AString *mime) argument

Completed in 3460 milliseconds