Home
last modified time | relevance | path

Searched defs:inputPixelFormat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Decoder.cpp136 const uint32_t inputPixelFormat = V4L2Device::videoCodecToPixFmt(codec); in start() local
188 bool V4L2Decoder::setupInputFormat(const uint32_t inputPixelFormat, const size_t inputBufferSize) { in setupInputFormat()