Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1459 const auto frameFourcc = Fourcc::fromV4L2PixFmt(pixFmt); in allocatedSizeFromV4L2Format() local
1460 if (!frameFourcc) { in allocatedSizeFromV4L2Format()
1464 frameFormat = frameFourcc->toVideoPixelFormat(); in allocatedSizeFromV4L2Format()
1471 const auto frameFourcc = Fourcc::fromV4L2PixFmt(fourcc); in allocatedSizeFromV4L2Format() local
1472 if (!frameFourcc) { in allocatedSizeFromV4L2Format()
1476 frameFormat = frameFourcc ? frameFourcc->toVideoPixelFormat() : VideoPixelFormat::UNKNOWN; in allocatedSizeFromV4L2Format()