Home
last modified time | relevance | path

Searched defs:getCodecBase (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp162 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase) { in SetupMediaCodec()
214 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
300 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
366 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
DMediaTestHelper.cpp28 std::function<sp<CodecBase>(const AString &, const char *)> getCodecBase, in CreateCodec()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp737 std::function<sp<CodecBase>(const AString &, const char *)> getCodecBase, in MediaCodec()