Searched defs:preview_stream_ops_t (Results 1 – 2 of 2) sorted by relevance
| /hardware/ti/omap4-aah/camera/ |
| D | CameraHal.cpp | 71 static int dummy_update_and_get_buffer(preview_stream_ops_t*, buffer_handle_t**, int*) { in dummy_update_and_get_buffer() argument 75 static int dummy_get_buffer_dimension(preview_stream_ops_t*, int*, int*) { in dummy_get_buffer_dimension() argument 79 static int dummy_get_buffer_format(preview_stream_ops_t*, int*) { in dummy_get_buffer_format() argument 83 static int dummy_set_metadata(preview_stream_ops_t*, const camera_memory_t*) { in dummy_set_metadata() argument 87 static int dummy_get_id(preview_stream_ops_t*, char *data, unsigned int dataSize) { in dummy_get_id() argument 91 static int dummy_get_buffer_count(preview_stream_ops_t*, int *count) { in dummy_get_buffer_count() argument 95 static int dummy_get_crop(preview_stream_ops_t*, in dummy_get_crop() argument 100 static int dummy_get_current_size(preview_stream_ops_t*, in dummy_get_current_size() argument
|
| /hardware/libhardware/include/hardware/ |
| D | camera.h | 96 } preview_stream_ops_t; typedef
|