Searched refs:in2_w (Results 1 – 2 of 2) sorted by relevance
202 if (crop->in2_w != 0 || crop->in2_h != 0) { in test_app_camframe_callback()204 e->src_rect.x = (crop->out2_w - crop->in2_w + 1) / 2 - 1; in test_app_camframe_callback()208 e->src_rect.w = crop->in2_w; in test_app_camframe_callback()541 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) { in mm_app_dl_render()542 e->src_rect.x = (crop->out2_w - crop->in2_w + 1) / 2 - 1; in mm_app_dl_render()544 e->src_rect.w = crop->in2_w; in mm_app_dl_render()
1022 uint32_t in2_w; member