Home
last modified time | relevance | path

Searched refs:active_array_width_ (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc161 active_array_width_ = entry.data.i32[2]; in Initialize()
163 ALOGI("%s Active size (%d x %d).", __FUNCTION__, active_array_width_, in Initialize()
200 *device_session_hwl_, active_array_width_, in ConfigureStreams()
207 __FUNCTION__, stream.width, stream.height, active_array_width_, in ConfigureStreams()
217 stream_to_add.width = active_array_width_; in ConfigureStreams()
Dsnapshot_request_processor.cc72 active_array_width_ = entry.data.i32[2]; in Initialize()
74 ALOGI("%s Active size (%d x %d).", __FUNCTION__, active_array_width_, in Initialize()
105 yuv_stream.width = active_array_width_; in ConfigureStreams()
Dsnapshot_request_processor.h72 uint32_t active_array_width_ = 0; variable
Drealtime_zsl_request_processor.h77 uint32_t active_array_width_ = 0; variable
/hardware/google/camera/common/hal/utils/
Dhdrplus_request_processor.cc83 active_array_width_ = entry.data.i32[2]; in Initialize()
85 ALOGI("%s Active size (%d x %d).", __FUNCTION__, active_array_width_, in Initialize()
124 raw_stream.width = active_array_width_; in ConfigureStreams()
Dhdrplus_request_processor.h77 uint32_t active_array_width_ = 0; variable