Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h89 s64 vc_start_timestamp; member
H A Dbcm2835-camera.c380 if (dev->capture.vc_start_timestamp != -1 && mmal_buf->pts) { in buffer_cb()
383 dev->capture.vc_start_timestamp; in buffer_cb()
389 dev->capture.vc_start_timestamp, mmal_buf->pts, in buffer_cb()
546 parameter_size = sizeof(dev->capture.vc_start_timestamp); in start_streaming()
550 &dev->capture.vc_start_timestamp, in start_streaming()
556 dev->capture.vc_start_timestamp = -1; in start_streaming()
560 dev->capture.vc_start_timestamp, parameter_size); in start_streaming()