Home
last modified time | relevance | path

Searched refs:allocated_bandwidth (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/
H A Diso.c95 cpriv->allocated_bandwidth += bandwidth_units; in dc1394_iso_allocate_bandwidth()
111 cpriv->allocated_bandwidth -= bandwidth_units; in dc1394_iso_release_bandwidth()
112 if (cpriv->allocated_bandwidth < 0) in dc1394_iso_release_bandwidth()
113 cpriv->allocated_bandwidth = 0; in dc1394_iso_release_bandwidth()
125 if (cpriv->allocated_bandwidth) in dc1394_iso_release_all()
126 dc1394_iso_release_bandwidth (camera, cpriv->allocated_bandwidth); in dc1394_iso_release_all()
128 if (cpriv->allocated_bandwidth || cpriv->allocated_channels) in dc1394_iso_release_all()
H A Dinternal.h44 int allocated_bandwidth; member
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/linux/
H A Dcapture.c255 craw->allocated_bandwidth = bandwidth_usage; in dc1394_linux_capture_setup()
289 if (craw->allocated_bandwidth) { in dc1394_linux_capture_setup()
290 if (dc1394_iso_release_bandwidth (camera, craw->allocated_bandwidth) in dc1394_linux_capture_setup()
295 craw->allocated_bandwidth = 0; in dc1394_linux_capture_setup()
348 if (craw->allocated_bandwidth) { in dc1394_linux_capture_stop()
349 if (dc1394_iso_release_bandwidth (camera, craw->allocated_bandwidth) in dc1394_linux_capture_stop()
354 craw->allocated_bandwidth = 0; in dc1394_linux_capture_stop()
H A Dlinux.h66 unsigned int allocated_bandwidth; member
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/windows/
H A Dcapture.c134 craw->allocated_bandwidth = bandwidth_usage; in windows_capture_setup()
287 if (craw->allocated_bandwidth) { in dc1394_windows_capture_setup()
288 if (dc1394_iso_release_bandwidth (camera, craw->allocated_bandwidth) in dc1394_windows_capture_setup()
293 craw->allocated_bandwidth = 0; in dc1394_windows_capture_setup()
H A Dplatform_windows.h53 unsigned int allocated_bandwidth; member
H A Dcontrol.c240 camera->allocated_bandwidth = 0; in dc1394_windows_camera_new()