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.cpp205 max_input_streams_(max_input_streams), in StaticProperties()
321 if (num_input_streams > max_input_streams_) { in InputStreamsSupported()
327 max_input_streams_); in InputStreamsSupported()
Dstatic_properties.h108 const int32_t max_input_streams_; variable
Dv4l2_camera.h111 int32_t max_input_streams_; variable
Dv4l2_camera.cpp76 max_input_streams_(0), in V4L2Camera()
149 *out, ANDROID_REQUEST_MAX_NUM_INPUT_STREAMS, &max_input_streams_); in initStaticInfo()