Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:currentFrame

2748     camera_metadata_t *currentFrame = NULL;
2814 ret = m_frameQueueOps->dequeue_frame(m_frameQueueOps, numEntries, frameSize, &currentFrame);
2818 if (currentFrame==NULL) {
2824 res = append_camera_metadata(currentFrame, preparedFrame);
2827 m_frameQueueOps->enqueue_frame(m_frameQueueOps, currentFrame);