Home
last modified time | relevance | path

Searched refs:getSupportedComponentList (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp53 vector<string> BenchmarkC2Common::getSupportedComponentList(bool isEncoder) { in getSupportedComponentList() function in BenchmarkC2Common
DBenchmarkC2Common.h117 vector<string> getSupportedComponentList(bool isEncoder);
/frameworks/av/media/tests/benchmark/tests/
DC2DecoderTest.cpp60 mCodecList = mDecoder->getSupportedComponentList(false /* isEncoder*/); in setupC2DecoderTest()
DC2EncoderTest.cpp60 mCodecList = mEncoder->getSupportedComponentList(true /* isEncoder*/); in setupC2EncoderTest()