Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java63 private final MediaCodecList mRegularCodecs = field in MediaCodecListTest
68 mRegularCodecs.getCodecInfos();
343 ? mRegularCodecs.findEncoderForFormat(format) in codecCanBeFound()
344 : mRegularCodecs.findDecoderForFormat(format); in codecCanBeFound()
458 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile()
476 String codecName = mRegularCodecs.findEncoderForFormat(format); in testFindEncoderWithAacProfile()