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()
854 private boolean mAsync; field in VpxCodecTestBase.MediaEncoderAsync1000 if (mAsync) { in runCallable()1053 mCodec = new SdkMediaCodec(MediaCodec.createByCodecName(name), mAsync); in createCodecInternal()1055 if (mAsync) { in createCodecInternal()1062 if (!mAsync) { in createCodecInternal()1071 mAsync = async; in createCodec()1072 if (mAsync) { in createCodec()1230 if (mAsync) { in waitForBufferEvent()1276 if (mAsync) { in deleteCodec()
278 mAsync(async) {} in ImageReaderTestCase()339 if (mAsync) { in HandleImageAvailable()347 if (mAsync) { in HandleImageAvailable()450 bool mAsync; member in __anonbe2c1fa30111::ImageReaderTestCase