Home
last modified time | relevance | path

Searched refs:in2_h (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_display.c202 if (crop->in2_w != 0 || crop->in2_h != 0) { in test_app_camframe_callback()
206 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1; in test_app_camframe_callback()
209 e->src_rect.h = crop->in2_h; in test_app_camframe_callback()
541 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) { in mm_app_dl_render()
543 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1; in mm_app_dl_render()
545 e->src_rect.h = crop->in2_h; in mm_app_dl_render()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h1024 uint32_t in2_h; member