This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[Android Camera HAL] preview_stream_ops

Do the functions for function pointers present in preview_stream_ops structure of camera.h is implemented somewhere outside camera HAL?

Note:

In the OMAP camera HAL reference implementation present in android source code (hardware\ti\omap4xxx\camera)
, implementation of preview_stream_ops functions(dequeue_buffer, enqueue_buffer, etc...) are not present.