Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dfourcc.cc185 base::Optional<Fourcc> Fourcc::FromV4L2PixFmt(uint32_t v4l2_pix_fmt) { in FromV4L2PixFmt() argument
188 return FromUint32(v4l2_pix_fmt); in FromV4L2PixFmt()
Dfourcc.h133 static base::Optional<Fourcc> FromV4L2PixFmt(uint32_t v4l2_pix_fmt);