Searched refs:mCodecList (Results 1 – 3 of 3) sorted by relevance
35 if (!mCodecList.empty()) { in ~C2DecoderTest()36 mCodecList.clear(); in ~C2DecoderTest()48 vector<string> mCodecList; member in C2DecoderTest59 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()
35 if (!mCodecList.empty()) { in ~C2EncoderTest()36 mCodecList.clear(); in ~C2EncoderTest()48 vector<string> mCodecList; member in C2EncoderTest59 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()
63 return mCodecList; in getCodecList()72 : mCodecList(mcl) { in JavaMediaCodecListWrapper()92 sp<IMediaCodecList> mCodecList; member in JavaMediaCodecListWrapper