Searched refs:getCodecCapsFor (Results 1 – 3 of 3) sorted by relevance
62 = codecInfo->getCodecCapsFor(mediaType.c_str()); in initMediaTypes()107 = codecInfo->getCodecCapsFor(mediaType.c_str()); in initCodecInfoMap()
195 const std::shared_ptr<CodecCapabilities> getCodecCapsFor(const char *mediaType) const;
176 const std::shared_ptr<CodecCapabilities> MediaCodecInfo::getCodecCapsFor( in getCodecCapsFor() function in android::MediaCodecInfo