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 FILE의 76 행에 정의가 있습니다.

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

camera.h FILE의 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 FILE의 86 라인에 있는 정의입니다.

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

camera.h FILE의 95 라인에 정의가 있습니다.

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

camera.h 파일의 85 строке에 정의가 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.