Lines Matching refs:mPendingOutputFormat
611 if (mPendingOutputFormat) { in onOutputBufferReturned()
835 mPendingOutputFormat.reset(); in onStopDone()
930 CHECK(!mPendingOutputFormat); in onOutputFormatChanged()
931 mPendingOutputFormat = std::move(format); in onOutputFormatChanged()
938 CHECK(mPendingOutputFormat); in tryChangeOutputFormat()
955 CHECK_EQ(mPendingOutputFormat->mPixelFormat, HalPixelFormat::YCbCr_420_888); in tryChangeOutputFormat()
957 mOutputFormat.mPixelFormat = mPendingOutputFormat->mPixelFormat; in tryChangeOutputFormat()
958 mOutputFormat.mMinNumBuffers = mPendingOutputFormat->mMinNumBuffers; in tryChangeOutputFormat()
959 mOutputFormat.mCodedSize = mPendingOutputFormat->mCodedSize; in tryChangeOutputFormat()
961 setOutputFormatCrop(mPendingOutputFormat->mVisibleRect); in tryChangeOutputFormat()
964 mPendingOutputFormat->mCodedSize, in tryChangeOutputFormat()
965 static_cast<uint32_t>(mPendingOutputFormat->mPixelFormat)); in tryChangeOutputFormat()
974 mPendingOutputFormat.reset(); in tryChangeOutputFormat()
1308 CHECK(mPendingOutputFormat == nullptr); in onVisibleRectChanged()