Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp164 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase) { in SetupMediaCodec()
216 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
302 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
368 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
414 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.cpp1019 std::function<sp<CodecBase>(const AString &, const char *)> getCodecBase, in MediaCodec()