Home
last modified time | relevance | path

Searched refs:VIDEO_OUTPUT_BUFFERS_NUM (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiStill.c97 #define VIDEO_OUTPUT_BUFFERS_NUM 3 macro
762 if (video_port->buffer_num < VIDEO_OUTPUT_BUFFERS_NUM) in create_camera_component()
763 video_port->buffer_num = VIDEO_OUTPUT_BUFFERS_NUM; in create_camera_component()
788 if (still_port->buffer_num < VIDEO_OUTPUT_BUFFERS_NUM) in create_camera_component()
789 still_port->buffer_num = VIDEO_OUTPUT_BUFFERS_NUM; in create_camera_component()
DRaspiStillYUV.c95 #define VIDEO_OUTPUT_BUFFERS_NUM 3 macro
559 if (video_port->buffer_num < VIDEO_OUTPUT_BUFFERS_NUM) in create_camera_component()
560 video_port->buffer_num = VIDEO_OUTPUT_BUFFERS_NUM; in create_camera_component()
DRaspiCapture.c94 #define VIDEO_OUTPUT_BUFFERS_NUM 3 macro
1240 if (video_port->buffer_num < VIDEO_OUTPUT_BUFFERS_NUM) in raspi_capture_set_format_and_start()
1241 video_port->buffer_num = VIDEO_OUTPUT_BUFFERS_NUM; in raspi_capture_set_format_and_start()
1269 if (still_port->buffer_num < VIDEO_OUTPUT_BUFFERS_NUM) in raspi_capture_set_format_and_start()
1270 still_port->buffer_num = VIDEO_OUTPUT_BUFFERS_NUM; in raspi_capture_set_format_and_start()