Home
last modified time | relevance | path

Searched refs:toV4L2PixFmt (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DFourcc.h137 uint32_t toV4L2PixFmt() const;
/external/v4l2_codec2/common/
DFourcc.cpp187 uint32_t Fourcc::toV4L2PixFmt() const { in toV4L2PixFmt() function in android::Fourcc
/external/v4l2_codec2/components/
DV4L2Encoder.cpp445 format = mInputQueue->setFormat(fourcc->toV4L2PixFmt(), mVisibleSize, 0, stride); in configureInputFormat()