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