Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp241 if (mIntfImpl->queryColorAspects(&mCurrentColorAspects) != C2_OK) return; in startTask()
531 mIntfImpl->queryColorAspects(&mCurrentColorAspects); in onOutputFrameReady()
534 if (mCurrentColorAspects) { in onOutputFrameReady()
535 buffer->setInfo(mCurrentColorAspects); in onOutputFrameReady()
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2DecodeComponent.h125 std::shared_ptr<C2StreamColorAspectsInfo::output> mCurrentColorAspects; variable