Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.h52 inline bool SetSrcFormat(unsigned int width, unsigned int height, unsigned int v4l2_fmt) { in SetSrcFormat()
56 inline bool SetDstFormat(unsigned int width, unsigned int height, unsigned int v4l2_fmt) { in SetDstFormat()
Dlibscaler-m2m1shot.cpp128 unsigned int width, unsigned int height, unsigned int v4l2_fmt) { in SetFormat()
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp208 bool CHWJpegV4L2Compressor::SetImageFormat(unsigned int v4l2_fmt, unsigned int width, in SetImageFormat()
827 bool CHWJpegV4L2Decompressor::SetImageFormat(unsigned int v4l2_fmt, unsigned int width, in SetImageFormat()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DTouchVideoDevice.cpp87 struct v4l2_format v4l2_fmt; in create() local