Home
last modified time | relevance | path

Searched refs:mCodecList (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/tests/benchmark/tests/
DC2DecoderTest.cpp35 if (!mCodecList.empty()) { in ~C2DecoderTest()
36 mCodecList.clear(); in ~C2DecoderTest()
48 vector<string> mCodecList; member in C2DecoderTest
59 mCodecList = mDecoder->getSupportedComponentList(false /* isEncoder*/); in setupC2DecoderTest()
60 ASSERT_GT(mCodecList.size(), 0) << "Codec2 client didn't recognise any component"; in setupC2DecoderTest()
123 for (string codecName : mCodecList) { in TEST_P()
DC2EncoderTest.cpp35 if (!mCodecList.empty()) { in ~C2EncoderTest()
36 mCodecList.clear(); in ~C2EncoderTest()
48 vector<string> mCodecList; member in C2EncoderTest
59 mCodecList = mEncoder->getSupportedComponentList(true /* isEncoder*/); in setupC2EncoderTest()
60 ASSERT_GT(mCodecList.size(), 0) << "Codec2 client didn't recognise any component"; in setupC2EncoderTest()
127 for (string codecName : mCodecList) { in TEST_P()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp63 return mCodecList; in getCodecList()
72 : mCodecList(mcl) { in JavaMediaCodecListWrapper()
92 sp<IMediaCodecList> mCodecList; member in JavaMediaCodecListWrapper