camera2_stream_ops 구조체 참조
#include <
camera2.h
>
데이터 필드 |
|
int(* | dequeue_buffer )(const struct camera2_stream_ops *w, buffer_handle_t **buffer) |
int(* | enqueue_buffer )(const struct camera2_stream_ops *w, int64_t timestamp, buffer_handle_t *buffer) |
int(* | cancel_buffer )(const struct camera2_stream_ops *w, buffer_handle_t *buffer) |
int(* | set_crop )(const struct camera2_stream_ops *w, int left, int top, int right, int bottom) |
상세 설명
출력 이미지 스트림 대기열 인터페이스입니다. 이러한 메서드 세트는 allocate_stream()에서 HAL 기기에 제공되며 해당 스트림의 gralloc 버퍼 대기열과 상호작용하는 데 사용됩니다. allocate_stream이 반환될 때까지 호출되지 않을 수 있습니다.
필드 문서
int(* cancel_buffer)(const struct camera2_stream_ops *w, buffer_handle_t *buffer) |
int(* dequeue_buffer)(const struct camera2_stream_ops *w, buffer_handle_t **buffer) |
int(* enqueue_buffer)(const struct camera2_stream_ops *w, int64_t timestamp, buffer_handle_t *buffer) |
소비자가 사용할 수 있도록 채워진 버퍼를 스트림에 푸시합니다.
타임스탬프는 이미지의 첫 번째 행 노출 시작 시간을 나타냅니다. 타임스탬프는 단조로운 시계에서 가져와야 하며 나노초 단위로 측정됩니다. 타임스탬프는 서로 다른 카메라 또는 동일한 카메라의 연속 인스턴스 간에 비교할 필요가 없습니다. 하지만 동일한 카메라의 스트림 간에 비교할 수 있어야 합니다. 하나의 캡처가 여러 스트림의 버퍼를 생성하는 경우 각 스트림은 해당 버퍼에 동일한 타임스탬프를 가져야 하며, 이 타임스탬프는 출력 프레임 메타데이터의 타임스탬프와 일치해야 합니다.
int(* set_crop)(const struct camera2_stream_ops *w, int left, int top, int right, int bottom) |
이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
- hardware/libhardware/include/hardware/ camera2.h