Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c953 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
958 abc.stream_sizes[0].height = (int32_t)test_obj->buffer_height; in mm_app_add_raw_stream()
999 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_raw_stream()
1004 stream->s_config.stream_info->dim.height = (int32_t)test_obj->buffer_height; in mm_app_add_raw_stream()
1038 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_ZSL_snapshot_stream()
1043 abc_snap.stream_sizes[0].height = test_obj->buffer_height; in mm_app_add_ZSL_snapshot_stream()
1084 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_ZSL_snapshot_stream()
1089 stream->s_config.stream_info->dim.height = test_obj->buffer_height; in mm_app_add_ZSL_snapshot_stream()
1127 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) { in mm_app_add_snapshot_stream()
1132 abc_snap.stream_sizes[0].height = test_obj->buffer_height; in mm_app_add_snapshot_stream()
[all …]
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