Searched defs:v4l2Fmt (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp2085 // ignoring v4l2Fmt.fourcc for now. Might need more subtle check if we support more v4l format
2087 for (const auto& v4l2Fmt : mSupportedFormats) {
2088 if (width == v4l2Fmt.width && height == v4l2Fmt.height) {
2171 const SupportedV4L2Format& v4l2Fmt, double requestFps) {
2182 fmt.fmt.pix.width = v4l2Fmt.width;
2183 fmt.fmt.pix.height = v4l2Fmt.height;
2184 fmt.fmt.pix.pixelformat = v4l2Fmt.fourcc;
2203 if (v4l2Fmt.width != fmt.fmt.pix.width || v4l2Fmt
2170 configureV4l2StreamLocked( const SupportedV4L2Format& v4l2Fmt, double requestFps) argument
[all...]

Completed in 27 milliseconds