preview_stream_ops Struct Reference

preview_stream_ops Struct Reference

#include < camera.h >

Data Fields

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)
 

Detailed Description

Definition at line 73 of file camera.h .

Field Documentation

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

Definition at line 78 of file camera.h .

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

Definition at line 74 of file camera.h .

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

Definition at line 76 of file camera.h .

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

Definition at line 87 of file camera.h .

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

Definition at line 89 of file camera.h .

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

Definition at line 80 of file camera.h .

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

Definition at line 81 of file camera.h .

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

Definition at line 83 of file camera.h .

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

Definition at line 86 of file camera.h .

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

Definition at line 95 of file camera.h .

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

Definition at line 85 of file camera.h .


The documentation for this struct was generated from the following file: