Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c491 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
495 stream->s_config.stream_info->dim.width = test_obj->buffer_width; in mm_app_add_raw_stream()
546 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_snapshot_stream()
550 stream->s_config.stream_info->dim.width = test_obj->buffer_width; in mm_app_add_snapshot_stream()
856 test_obj->data_overlay.src.width = test_obj->buffer_width; in mm_app_initialize_fb()
858 test_obj->data_overlay.src_rect.w = test_obj->buffer_width; in mm_app_initialize_fb()
860 test_obj->data_overlay.dst_rect.w = test_obj->buffer_width; in mm_app_initialize_fb()
Dmm_qcamera_app.c1813 if ( ( lib_handle->test_obj.buffer_width != dim->width) || in tuneserver_capture()
1816 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture()
1849 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture()
1962 handle->test_obj.buffer_width = DEFAULT_PREVIEW_WIDTH; in mm_camera_lib_open()
2308 width = handle->test_obj.buffer_width; in mm_camera_lib_send_command()
2310 handle->test_obj.buffer_width = camera_cap->raw_dim[0].width; in mm_camera_lib_send_command()
2333 handle->test_obj.buffer_width = width; in mm_camera_lib_send_command()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h227 uint32_t buffer_width, buffer_height; member