Searched refs:active_array_width_ (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/ |
D | realtime_zsl_request_processor.cc | 165 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()
|
D | snapshot_request_processor.cc | 72 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()
|
D | realtime_zsl_request_processor.h | 78 uint32_t active_array_width_ = 0; variable
|
D | snapshot_request_processor.h | 77 uint32_t active_array_width_ = 0; variable
|