Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp748 ALLOCATOR_PROPERTIES alloc_prop; in gst_dshow_configure_latency() local
755 alloc_prop.cbAlign = -1; // -1 means no preference. in gst_dshow_configure_latency()
756 alloc_prop.cbBuffer = bufSizeMS; in gst_dshow_configure_latency()
757 alloc_prop.cbPrefix = -1; in gst_dshow_configure_latency()
758 alloc_prop.cBuffers = -1; in gst_dshow_configure_latency()
759 hr = pNeg->SuggestAllocatorProperties (&alloc_prop); in gst_dshow_configure_latency()