Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp611 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 …]
/external/v4l2_codec2/include/
DC2VDAComponent.h350 std::unique_ptr<VideoFormat> mPendingOutputFormat; variable