Searched refs:queueBuffer (Results 1 – 3 of 3) sorted by relevance
61 void (*queueBuffer)(struct BufferQueue *queue, struct CameraBuffer *buffer); member
237 if (queue->queueOps->queueBuffer != NULL) { in CameraBufferEnqueue()238 queue->queueOps->queueBuffer(queue, buffer); in CameraBufferEnqueue()
105 if (queue->queueOps->queueSetup == NULL || queue->queueOps->queueBuffer == NULL) { in BufferQueueInit()