Searched refs:configureV4l2StreamLocked (Results 1 – 2 of 2) sorted by relevance
265 int configureV4l2StreamLocked(const SupportedV4L2Format& fmt, double fps = 0.0);
701 configureV4l2StreamLocked(mV4l2StreamingFmt, requestFpsMax); in processOneCaptureRequest()1959 int ExternalCameraDeviceSession::configureV4l2StreamLocked( in configureV4l2StreamLocked() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession2362 if (configureV4l2StreamLocked(v4l2Fmt) != 0) { in configureStreams()