Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc165 active_array_width_ = entry.data.i32[2]; in Initialize()
167 ALOGI("%s Active size (%d x %d).", __FUNCTION__, active_array_width_, in Initialize()
197 *device_session_hwl_, active_array_width_, in ConfigureStreams()
204 __FUNCTION__, stream.width, stream.height, active_array_width_, in ConfigureStreams()
213 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()
Drealtime_zsl_request_processor.h78 uint32_t active_array_width_ = 0; variable
Dsnapshot_request_processor.h77 uint32_t active_array_width_ = 0; variable