Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp165 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase) { in SetupMediaCodec()
217 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
303 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
369 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
415 std::function<sp<CodecBase>(const AString &name, const char *owner)> getCodecBase = in TEST() local
H A DMediaTestHelper.cpp28 std::function<sp<CodecBase>(const AString &, const char *)> getCodecBase, in CreateCodec()
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1226 std::function<sp<CodecBase>(const AString &, const char *)> getCodecBase, in MediaCodec()