Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp393 : mPixelFormat(pixelFormat), in VideoFormat()
922 static_cast<uint32_t>(format->mPixelFormat), format->mMinNumBuffers, in onOutputFormatChanged()
955 CHECK_EQ(mPendingOutputFormat->mPixelFormat, HalPixelFormat::YCbCr_420_888); in tryChangeOutputFormat()
957 mOutputFormat.mPixelFormat = mPendingOutputFormat->mPixelFormat; in tryChangeOutputFormat()
965 static_cast<uint32_t>(mPendingOutputFormat->mPixelFormat)); in tryChangeOutputFormat()
1142 info.mPixelFormat = resolveBufferFormat(crcb, semiplanar); in appendOutputBuffer()
1143 ALOGV("HAL pixel format: 0x%x", static_cast<uint32_t>(info.mPixelFormat)); in appendOutputBuffer()
1189 info.mPixelFormat = pixelFormat; in appendSecureOutputBuffer()
1212 mVDAAdaptor->importBufferForPicture(info->mBlockId, info->mPixelFormat, in sendOutputBufferToAccelerator()
1394 static_cast<uint32_t>(mOutputFormat.mPixelFormat), std::move(blockPool), in onSurfaceChanged()
/external/v4l2_codec2/include/
DC2VDAComponent.h199 HalPixelFormat mPixelFormat; member
207 HalPixelFormat mPixelFormat = HalPixelFormat::UNKNOWN; member