Searched refs:pcaps (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 42 int pa_oss_open(const char *device, int *mode, int* pcaps) { in pa_oss_open() argument 51 if (!pcaps) in pa_oss_open() 52 pcaps = ∩︀ in pa_oss_open() 58 if (ioctl(fd, SNDCTL_DSP_GETCAPS, pcaps) < 0) { in pa_oss_open() 63 if (*pcaps & DSP_CAP_DUPLEX) in pa_oss_open() 84 *pcaps = 0; in pa_oss_open() 86 if (ioctl(fd, SNDCTL_DSP_GETCAPS, pcaps) < 0) { in pa_oss_open() 95 *pcaps & DSP_CAP_BATCH ? " BATCH" : "", in pa_oss_open() 97 *pcaps & DSP_CAP_BIND ? " BIND" : "", in pa_oss_open() 101 *pcaps & DSP_CAP_COPROC ? " COPROC" : "", in pa_oss_open() [all …]
|
D | oss-util.h | 27 int pa_oss_open(const char *device, int *mode, int* pcaps);
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsink.cc | 493 GstCaps *pcaps; in gst_qt_sink_propose_allocation() local 498 gst_buffer_pool_config_get_params (config, &pcaps, &size, NULL, NULL); in gst_qt_sink_propose_allocation() 500 if (!gst_caps_is_equal (caps, pcaps)) { in gst_qt_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.c | 503 GstCaps *pcaps; in gst_d3dvideosink_propose_allocation() local 508 gst_buffer_pool_config_get_params (config, &pcaps, &size, NULL, NULL); in gst_d3dvideosink_propose_allocation() 510 if (!gst_caps_is_equal (caps, pcaps)) { in gst_d3dvideosink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avsamplevideosink.m | 788 GstCaps *pcaps; 793 gst_buffer_pool_config_get_params (config, &pcaps, &size, NULL, NULL); 795 if (!gst_caps_is_equal (caps, pcaps)) {
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.c | 2293 GstCaps *pcaps; in gst_dfbvideosink_propose_allocation() local 2298 gst_buffer_pool_config_get_params (config, &pcaps, &size, NULL, NULL); in gst_dfbvideosink_propose_allocation() 2301 "buffer pool configuration caps %" GST_PTR_FORMAT, pcaps); in gst_dfbvideosink_propose_allocation() 2302 if (!gst_caps_is_equal (caps, pcaps)) { in gst_dfbvideosink_propose_allocation()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 5157 GstCaps *pcaps; in gst_v4l2_object_propose_allocation() local 5162 gst_buffer_pool_config_get_params (config, &pcaps, NULL, NULL, NULL); in gst_v4l2_object_propose_allocation() 5165 "we had a pool with caps %" GST_PTR_FORMAT, pcaps); in gst_v4l2_object_propose_allocation() 5166 if (!gst_caps_is_equal (caps, pcaps)) { in gst_v4l2_object_propose_allocation()
|