Home
last modified time | relevance | path

Searched refs:BenchmarkC2Common (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp22 int32_t BenchmarkC2Common::setupCodec2() { in setupCodec2()
53 vector<string> BenchmarkC2Common::getSupportedComponentList(bool isEncoder) { in getSupportedComponentList()
71 void BenchmarkC2Common::waitOnInputConsumption() { in waitOnInputConsumption()
91 void BenchmarkC2Common::handleWorkDone(std::list<std::unique_ptr<C2Work>> &workItems) { in handleWorkDone()
DBenchmarkC2Common.h103 class BenchmarkC2Common {
105 BenchmarkC2Common() in BenchmarkC2Common() function
DAndroid.bp78 "BenchmarkC2Common.cpp",
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.h24 class C2Decoder : public BenchmarkC2Common {
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.h30 class C2Encoder : public BenchmarkC2Common {