Searched defs:tapin (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp126 struct preview_stream_ops *tapin,
139 rv = gCameraHals[ti_dev->cameraid]->setBufferSource(tapin, tapout);
145 struct preview_stream_ops *tapin,
158 rv = gCameraHals[ti_dev->cameraid]->releaseBufferSource(tapin, tapout);
125 camera_set_buffer_source(struct camera_device * device, struct preview_stream_ops *tapin, struct preview_stream_ops *tapout) argument
144 camera_release_buffer_source(struct camera_device * device, struct preview_stream_ops *tapin, struct preview_stream_ops *tapout) argument
H A DCameraHal.cpp2283 status_t CameraHal::setTapinLocked(struct preview_stream_ops *tapin) argument
2290 if (!tapin) {
2296 // 1. Set tapin point
2304 ret = in->setPreviewWindow(tapin);
2333 ret = in->setPreviewWindow(tapin);
2358 status_t CameraHal::releaseTapinLocked(struct preview_stream_ops *tapin) argument
2365 if (!tapin) {
2371 // Get the name of tapin
2372 ret = mExtendedPreviewStreamOps->get_id(tapin, id, sizeof(id));
2381 CAMHAL_LOGD("REMOVE tap in %p previously set as current", tapin);
2414 setBufferSource(struct preview_stream_ops *tapin, struct preview_stream_ops *tapout) argument
2457 releaseBufferSource(struct preview_stream_ops *tapin, struct preview_stream_ops *tapout) argument
[all...]

Completed in 264 milliseconds