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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h32 OMX_VIDEO_CODINGTYPE codingType,
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/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/m4v_h263/enc/
H A DSoftMPEG4Encoder.h35 OMX_VIDEO_CODINGTYPE codingType,
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/include/
H A DSoftVideoDecoderOMXComponent.h36 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftVideoEncoderOMXComponent.h34 OMX_VIDEO_CODINGTYPE 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.cpp57 OMX_VIDEO_CODINGTYPE codingType,
76 mCodingType(codingType),
54 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/hevcdec/
H A DSoftHEVC.cpp36 #define codingType OMX_VIDEO_CodingHEVC macro
68 : SoftVideoDecoderOMXComponent(name, componentName, codingType,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2298 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) {
2303 *codingType = kVideoCodingMapEntry[i].mVideoCodingType;
2308 *codingType = OMX_VIDEO_CodingUnused;
2314 OMX_VIDEO_CODINGTYPE codingType, AString *mime) {
2318 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) {
2297 GetVideoCodingTypeFromMime( const char *mime, OMX_VIDEO_CODINGTYPE *codingType) argument
2313 GetMimeTypeForVideoCoding( OMX_VIDEO_CODINGTYPE codingType, AString *mime) argument

Completed in 115 milliseconds