Searched refs:buffer_height (Results 1 – 4 of 4) sorted by relevance
953 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 …]
433 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()
1835 ( 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()
227 uint32_t buffer_width, buffer_height; member