Lines Matching refs:mInputLayout
207 return mInputLayout ? mInputLayout.value().mFormat : VideoPixelFormat::UNKNOWN; in inputFormat()
498 mInputLayout = layout.value(); in configureInputFormat()
499 if (!contains(Rect(mInputLayout->mCodedSize.width, mInputLayout->mCodedSize.height), in configureInputFormat()
502 toString(mVisibleSize).c_str(), toString(mInputLayout->mCodedSize).c_str()); in configureInputFormat()
562 videoPixelFormatToString(mInputLayout->mFormat).c_str(), toString(mVisibleSize).c_str(), in configureInputFormat()
748 ALOG_ASSERT(mInputLayout->mFormat == frame->pixelFormat()); in enqueueInputBuffer()
749 ALOG_ASSERT(mInputLayout->mPlanes.size() == frame->planes().size()); in enqueueInputBuffer()
771 if (mInputLayout->mMultiPlanar) { in enqueueInputBuffer()
776 getArea(planeSize(format, i, mInputLayout->mCodedSize)).value()); in enqueueInputBuffer()
784 buffer->setPlaneSize(i, mInputLayout->mPlanes[i].mSize + planes[i].mOffset); in enqueueInputBuffer()
791 size_t bytesUsed = allocationSize(format, mInputLayout->mCodedSize); in enqueueInputBuffer()