Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp395 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()
/external/v4l2_codec2/include/
DC2VDAComponent.h209 media::Size mCodedSize; member