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

/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),
45 codingType == OMX_VIDEO_CodingVP8 ? MEDIA_MIMETYPE_VIDEO_VP8 : MEDIA_MIMETYPE_VIDEO_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.cpp54 OMX_VIDEO_CODINGTYPE codingType,
61 name, componentRole, codingType, profileLevels, numProfileLevels,
63 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4),
51 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/omx/
H A DSoftVideoDecoderOMXComponent.cpp45 OMX_VIDEO_CODINGTYPE codingType,
65 mCodingType(codingType),
42 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
/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/
H A DACodec.cpp2062 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) {
2067 *codingType = kVideoCodingMapEntry[i].mVideoCodingType;
2072 *codingType = OMX_VIDEO_CodingUnused;
2078 OMX_VIDEO_CODINGTYPE codingType, AString *mime) {
2082 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) {
2061 GetVideoCodingTypeFromMime( const char *mime, OMX_VIDEO_CODINGTYPE *codingType) argument
2077 GetMimeTypeForVideoCoding( OMX_VIDEO_CODINGTYPE codingType, AString *mime) argument

Completed in 2616 milliseconds