Searched refs:mCodedSize (Results 1 – 2 of 2) sorted by relevance
395 mCodedSize(codedSize), in VideoFormat()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()923 format->mCodedSize.ToString().c_str(), format->mVisibleRect.ToString().c_str()); in onOutputFormatChanged()959 mOutputFormat.mCodedSize = mPendingOutputFormat->mCodedSize; in tryChangeOutputFormat()964 mPendingOutputFormat->mCodedSize, in tryChangeOutputFormat()1393 if (!startDequeueThread(mOutputFormat.mCodedSize, in onSurfaceChanged()
209 media::Size mCodedSize; member