Home
last modified time | relevance | path

Searched refs:vc_start_timestamp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.h89 s64 vc_start_timestamp; member
Dbcm2835-camera.c382 if (dev->capture.vc_start_timestamp != -1 && mmal_buf->pts) { in buffer_cb()
385 dev->capture.vc_start_timestamp; in buffer_cb()
391 dev->capture.vc_start_timestamp, mmal_buf->pts, in buffer_cb()
548 parameter_size = sizeof(dev->capture.vc_start_timestamp); in start_streaming()
552 &dev->capture.vc_start_timestamp, in start_streaming()
558 dev->capture.vc_start_timestamp = -1; in start_streaming()
562 dev->capture.vc_start_timestamp, parameter_size); in start_streaming()