Home
last modified time | relevance | path

Searched refs:queueOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer_manager.c100 if (queue->queueOps == NULL || queue->memOps == NULL || queue->ioModes == 0) { in BufferQueueInit()
105 if (queue->queueOps->queueSetup == NULL || queue->queueOps->queueBuffer == NULL) { in BufferQueueInit()
152 ret = queue->queueOps->queueSetup != NULL ? queue->queueOps->queueSetup(queue, &numBuffers, in BufferQueueRequest()
H A Dbuffer_queue.c216 ret = queue->queueOps->queueSetup != NULL ? queue->queueOps->queueSetup(queue, &numBuffers, in BufferQueueRequestBuffers()
H A Dcamera_buffer.c237 if (queue->queueOps->queueBuffer != NULL) { in CameraBufferEnqueue()
238 queue->queueOps->queueBuffer(queue, buffer); in CameraBufferEnqueue()
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/include/
H A Dbuffer_queue.h24 struct BufferQueueOps *queueOps; member