Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c433 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_video_snapshot_stream()
438 stream->s_config.stream_info->dim.height = test_obj->buffer_height; in mm_app_add_video_snapshot_stream()
481 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_video_stream()
486 abc_snap.stream_sizes[0].height = test_obj->buffer_height; in mm_app_add_video_stream()
580 test_obj->buffer_height = dim->height; in mm_app_start_record_preview()
Dmm_qcamera_app.c1835 ( lib_handle->test_obj.buffer_height = dim->height ) ) { in tuneserver_capture()
1838 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture()
1871 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture()
1977 handle->test_obj.buffer_height = DEFAULT_PREVIEW_HEIGHT; in mm_camera_lib_open()
2392 handle->test_obj.buffer_height = dim->height; in mm_camera_lib_send_command()
2421 height = handle->test_obj.buffer_height; in mm_camera_lib_send_command()
2424 handle->test_obj.buffer_height = in mm_camera_lib_send_command()
2446 handle->test_obj.buffer_height = height; in mm_camera_lib_send_command()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h227 uint32_t buffer_width, buffer_height; member