Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c759 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
763 abc.stream_sizes[0].width = (int32_t)test_obj->buffer_width; in mm_app_add_raw_stream()
802 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
806 stream->s_config.stream_info->dim.width = (int32_t)test_obj->buffer_width; in mm_app_add_raw_stream()
880 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_snapshot_stream()
1204 test_obj->data_overlay.src.width = test_obj->buffer_width; in mm_app_initialize_fb()
1206 test_obj->data_overlay.src_rect.w = test_obj->buffer_width; in mm_app_initialize_fb()
1208 test_obj->data_overlay.dst_rect.w = test_obj->buffer_width; in mm_app_initialize_fb()
Dmm_qcamera_app.c1574 if ( ( lib_handle->test_obj.buffer_width != dim->width) || in tuneserver_capture()
1577 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture()
1610 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture()
1723 handle->test_obj.buffer_width = DEFAULT_PREVIEW_WIDTH; in mm_camera_lib_open()
2070 width = handle->test_obj.buffer_width; in mm_camera_lib_send_command()
2072 handle->test_obj.buffer_width = in mm_camera_lib_send_command()
2096 handle->test_obj.buffer_width = width; in mm_camera_lib_send_command()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h225 uint32_t buffer_width, buffer_height; member