Searched refs:mPendingOutputFormat (Results 1 – 2 of 2) sorted by relevance
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()[all …]
350 std::unique_ptr<VideoFormat> mPendingOutputFormat; variable