Home
last modified time | relevance | path

Searched refs:getCodecCapsFor (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/ndk/
DNdkMediaCodecStore.cpp62 = codecInfo->getCodecCapsFor(mediaType.c_str()); in initMediaTypes()
107 = codecInfo->getCodecCapsFor(mediaType.c_str()); in initCodecInfoMap()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h195 const std::shared_ptr<CodecCapabilities> getCodecCapsFor(const char *mediaType) const;
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp176 const std::shared_ptr<CodecCapabilities> MediaCodecInfo::getCodecCapsFor( in getCodecCapsFor() function in android::MediaCodecInfo