Lines Matching refs:mOutputFormat
235 addParameter(DefineParam(mOutputFormat, C2_PARAMKEY_OUTPUT_STREAM_BUFFER_TYPE) in IntfImpl()
594 if (block->width() != static_cast<uint32_t>(mOutputFormat.mCodedSize.width()) || in onOutputBufferReturned()
595 block->height() != static_cast<uint32_t>(mOutputFormat.mCodedSize.height())) { in onOutputBufferReturned()
677 C2Rect(mOutputFormat.mVisibleRect.width(), in sendOutputBufferToWorkIfAny()
678 mOutputFormat.mVisibleRect.height()), in sendOutputBufferToWorkIfAny()
957 mOutputFormat.mPixelFormat = mPendingOutputFormat->mPixelFormat; in tryChangeOutputFormat()
958 mOutputFormat.mMinNumBuffers = mPendingOutputFormat->mMinNumBuffers; in tryChangeOutputFormat()
959 mOutputFormat.mCodedSize = mPendingOutputFormat->mCodedSize; in tryChangeOutputFormat()
983 size_t bufferCount = mOutputFormat.mMinNumBuffers + kDpbOutputBufferExtraCount; in allocateBuffersFromBlockAllocator()
1088 mOutputFormat.mMinNumBuffers = bufferCount; in allocateBuffersFromBlockAllocator()
1316 mOutputFormat.mVisibleRect = cropRect; in setOutputFormatCrop()
1393 if (!startDequeueThread(mOutputFormat.mCodedSize, in onSurfaceChanged()
1394 static_cast<uint32_t>(mOutputFormat.mPixelFormat), std::move(blockPool), in onSurfaceChanged()