Searched refs:mAsync (Results 1 – 3 of 3) sorted by relevance
29 private final boolean mAsync; field in SdkMediaCodec35 this.mAsync = async; in SdkMediaCodec()103 return mAsync? mCodec.getOutputBuffer(index) : mOutputBuffers[index]; in getOutputBuffer()113 return mAsync? mCodec.getInputBuffer(index) : mInputBuffers[index]; in getInputBuffer()
831 private boolean mAsync; field in VpxCodecTestBase.MediaEncoderAsync977 if (mAsync) { in runCallable()1030 mCodec = new SdkMediaCodec(MediaCodec.createByCodecName(name), mAsync); in createCodecInternal()1032 if (mAsync) { in createCodecInternal()1039 if (!mAsync) { in createCodecInternal()1048 mAsync = async; in createCodec()1049 if (mAsync) { in createCodec()1207 if (mAsync) { in waitForBufferEvent()1253 if (mAsync) { in deleteCodec()
277 mAsync(async) {} in ImageReaderTestCase()338 if (mAsync) { in HandleImageAvailable()346 if (mAsync) { in HandleImageAvailable()448 bool mAsync; member in __anond2bb31fa0111::ImageReaderTestCase