preview_stream_ops 结构参考

preview_stream_ops 结构参考文档

#include < camera.h >

数据字段

int(*  dequeue_buffer )(struct preview_stream_ops *w, buffer_handle_t **buffer, int *stride)
 
int(*  enqueue_buffer )(struct preview_stream_ops *w, buffer_handle_t *buffer)
 
int(*  cancel_buffer )(struct preview_stream_ops *w, buffer_handle_t *buffer)
 
int(*  set_buffer_count )(struct preview_stream_ops *w, int count)
 
int(*  set_buffers_geometry )(struct preview_stream_ops *pw, int w, int h, int format)
 
int(*  set_crop )(struct preview_stream_ops *w, int left, int top, int right, int bottom)
 
int(*  set_usage )(struct preview_stream_ops *w, int usage)
 
int(*  set_swap_interval )(struct preview_stream_ops *w, int interval)
 
int(*  get_min_undequeued_buffer_count )(const struct preview_stream_ops *w, int *count)
 
int(*  lock_buffer )(struct preview_stream_ops *w, buffer_handle_t *buffer)
 
int(*  set_timestamp )(struct preview_stream_ops *w, int64_t timestamp)
 

详细说明

定义位于文件 camera.h 73 行。

字段文档

int(* cancel_buffer)(struct Preview_stream_ops *w, buffer_handle_t *buffer)

定义位于文件 camera.h 78 行。

int(* dequeue_buffer)(struct preview_stream_ops *w, buffer_handle_t **buffer, int *stride)

定义位于文件 camera.h 74 行。

int(* enqueue_buffer)(struct preview_stream_ops *w, buffer_handle_t *buffer)

定义位于文件 camera.h 76 行。

int(* get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, int *count)

定义位于文件 camera.h 87 行。

int(* lock_buffer)(struct Preview_stream_ops *w, buffer_handle_t *buffer)

定义位于文件 camera.h 89 行。

int(* set_buffer_count)(struct Preview_stream_ops *w, int count)

定义位于文件 camera.h 80 行。

int(* set_buffers_geometry)(struct preview_stream_ops *pw, int w, int h, int format)

定义位于文件 camera.h 81 行。

int(* set_crop)(struct preview_stream_ops *w, int left, int top, int right, int bottom)

定义位于文件 camera.h 83 行。

int(* set_swap_interval)(struct preview_stream_ops *w, int interval)

定义位于文件 camera.h 86 行。

int(* set_timestamp)(struct Preview_stream_ops *w, int64_t timestamp)

定义位于文件 camera.h 95 行。

int(* set_usage)(struct Preview_stream_ops *w, int usage)

定义位于文件 camera.h 85 行。


此结构体的文档是根据以下文件生成的: