Home
last modified time | relevance | path

Searched refs:mGetCodecInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h769 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> mGetCodecInfo; member
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1238 mGetCodecInfo(getCodecInfo) { in MediaCodec()
1247 if (!mGetCodecInfo) { in MediaCodec()
1248 mGetCodecInfo = [&log = mErrorLog](const AString &name, in MediaCodec()
2113 err = mGetCodecInfo(name, &mCodecInfo); in init()