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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h30 OMX_VIDEO_CODINGTYPE codingType,
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/on2/dec/
H A DSoftVPX.h32 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftVPX.cpp39 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),
36 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/m4v_h263/enc/
H A DSoftMPEG4Encoder.h34 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftMPEG4Encoder.cpp66 OMX_VIDEO_CODINGTYPE codingType,
74 name, componentRole, codingType,
88 if (codingType == OMX_VIDEO_CodingH263) {
63 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/include/
H A DSoftVideoEncoderOMXComponent.h34 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftVideoDecoderOMXComponent.h37 OMX_VIDEO_CODINGTYPE codingType,
/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/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.cpp58 OMX_VIDEO_CODINGTYPE codingType,
76 mCodingType(codingType),
55 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.cpp3221 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) {
3226 *codingType = kVideoCodingMapEntry[i].mVideoCodingType;
3231 *codingType = OMX_VIDEO_CodingUnused;
3237 OMX_VIDEO_CODINGTYPE codingType, AString *mime) {
3241 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) {
3220 GetVideoCodingTypeFromMime( const char *mime, OMX_VIDEO_CODINGTYPE *codingType) argument
3236 GetMimeTypeForVideoCoding( OMX_VIDEO_CODINGTYPE codingType, AString *mime) argument

Completed in 1951 milliseconds