Home
last modified time | relevance | path

Searched refs:max_input_streams_ (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties.cpp206 max_input_streams_(max_input_streams), in StaticProperties()
322 if (num_input_streams > max_input_streams_) { in InputStreamsSupported()
328 max_input_streams_); in InputStreamsSupported()
Dstatic_properties.h107 const int32_t max_input_streams_; variable
Dv4l2_camera.h107 int32_t max_input_streams_; variable
Dv4l2_camera.cpp69 max_input_streams_(0), in V4L2Camera()
129 *out, ANDROID_REQUEST_MAX_NUM_INPUT_STREAMS, &max_input_streams_); in initStaticInfo()