Home
last modified time | relevance | path

Searched refs:XCamHandle (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/capi/
Dxcam_handle.h30 typedef struct _XCamHandle XCamHandle; typedef
37 XCamHandle *xcam_create_handle (const char *name);
43 void xcam_destroy_handle (XCamHandle *handle);
52 XCamReturn xcam_handle_get_usage (XCamHandle *handle, char *usage_buf, int *usage_len);
61 XCamHandle *handle, const char *field, ...);
68 XCamReturn xcam_handle_init (XCamHandle *handle);
75 XCamReturn xcam_handle_uinit (XCamHandle *handle);
86 XCamReturn xcam_handle_execute (XCamHandle *handle, XCamVideoBuffer *buf_in, XCamVideoBuffer **buf_…
Dxcam_handle.cpp32 XCamHandle *
58 xcam_destroy_handle (XCamHandle *handle) in xcam_destroy_handle()
65 xcam_handle_init (XCamHandle *handle) in xcam_handle_init()
84 xcam_handle_uinit (XCamHandle *handle) in xcam_handle_uinit()
96 xcam_handle_get_usage (XCamHandle *handle, char *usage_buf, int *usage_len) in xcam_handle_get_usage()
114 XCamHandle *handle, const char *field, ...) in xcam_handle_set_parameters()
170 copy_external_buf_to_drm_buf (XCamHandle *handle, XCamVideoBuffer *buf) in copy_external_buf_to_drm_buf()
224 xcam_handle_execute (XCamHandle *handle, XCamVideoBuffer *buf_in, XCamVideoBuffer **buf_out) in xcam_handle_execute()
Dcontext_priv.h45 #define HANDLE_CAST(context) (XCamHandle*)(context)