Home
last modified time | relevance | path

Searched refs:buffer_height (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c763 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
768 abc.stream_sizes[0].height = (int32_t)test_obj->buffer_height; in mm_app_add_raw_stream()
806 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
811 stream->s_config.stream_info->dim.height = (int32_t)test_obj->buffer_height; in mm_app_add_raw_stream()
884 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_snapshot_stream()
1209 test_obj->data_overlay.src.height = test_obj->buffer_height; in mm_app_initialize_fb()
1211 test_obj->data_overlay.src_rect.h = test_obj->buffer_height; in mm_app_initialize_fb()
1213 test_obj->data_overlay.dst_rect.h = test_obj->buffer_height; in mm_app_initialize_fb()
Dmm_qcamera_app.c1581 ( lib_handle->test_obj.buffer_height = dim->height ) ) { in tuneserver_capture()
1584 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture()
1617 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture()
1730 handle->test_obj.buffer_height = DEFAULT_PREVIEW_HEIGHT; in mm_camera_lib_open()
2077 height = handle->test_obj.buffer_height; in mm_camera_lib_send_command()
2080 handle->test_obj.buffer_height = in mm_camera_lib_send_command()
2103 handle->test_obj.buffer_height = height; in mm_camera_lib_send_command()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h225 uint32_t buffer_width, buffer_height; member