Home
last modified time | relevance | path

Searched refs:rate_value (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Dr200-private.h105 …struct rate_value { uint32_t rate, value; }; // Framerate dependent value, such as exposure or gain argument
122 …inline rate_value get_lr_exposure (const uvc::device & device) { return xu_read<rate… in get_lr_exposure()
124 …inline rate_value get_lr_gain (const uvc::device & device) { return xu_read<rate… in get_lr_gain()
135 …inline void set_lr_exposure (uvc::device & device, rate_value exposure) { xu_w… in set_lr_exposure()
137 …inline void set_lr_gain (uvc::device & device, rate_value gain) { xu_w… in set_lr_gain()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Dr200-private.h105 …struct rate_value { uint32_t rate, value; }; // Framerate dependent value, such as exposure or gain struct
122 …inline rate_value get_lr_exposure (const uvc::device & device) { return xu_read<rate… in get_lr_exposure()
124 …inline rate_value get_lr_gain (const uvc::device & device) { return xu_read<rate… in get_lr_gain()
135 …inline void set_lr_exposure (uvc::device & device, rate_value exposure) { xu_w… in set_lr_exposure()
137 …inline void set_lr_gain (uvc::device & device, rate_value gain) { xu_w… in set_lr_gain()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/hiface/
H A Dpcm.c115 u16 rate_value; in hiface_pcm_set_rate() local
123 rate_value = HIFACE_RATE_44100; in hiface_pcm_set_rate()
126 rate_value = HIFACE_RATE_48000; in hiface_pcm_set_rate()
129 rate_value = HIFACE_RATE_88200; in hiface_pcm_set_rate()
132 rate_value = HIFACE_RATE_96000; in hiface_pcm_set_rate()
135 rate_value = HIFACE_RATE_176400; in hiface_pcm_set_rate()
138 rate_value = HIFACE_RATE_192000; in hiface_pcm_set_rate()
141 rate_value = HIFACE_RATE_352800; in hiface_pcm_set_rate()
144 rate_value = HIFACE_RATE_384000; in hiface_pcm_set_rate()
162 rate_value, 0, NULL, 0, 100, GFP_KERNEL); in hiface_pcm_set_rate()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/hiface/
H A Dpcm.c115 u16 rate_value; in hiface_pcm_set_rate() local
123 rate_value = HIFACE_RATE_44100; in hiface_pcm_set_rate()
126 rate_value = HIFACE_RATE_48000; in hiface_pcm_set_rate()
129 rate_value = HIFACE_RATE_88200; in hiface_pcm_set_rate()
132 rate_value = HIFACE_RATE_96000; in hiface_pcm_set_rate()
135 rate_value = HIFACE_RATE_176400; in hiface_pcm_set_rate()
138 rate_value = HIFACE_RATE_192000; in hiface_pcm_set_rate()
141 rate_value = HIFACE_RATE_352800; in hiface_pcm_set_rate()
144 rate_value = HIFACE_RATE_384000; in hiface_pcm_set_rate()
162 rate_value, 0, NULL, 0, 100, GFP_KERNEL); in hiface_pcm_set_rate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/hiface/
H A Dpcm.c115 u16 rate_value; in hiface_pcm_set_rate() local
123 rate_value = HIFACE_RATE_44100; in hiface_pcm_set_rate()
126 rate_value = HIFACE_RATE_48000; in hiface_pcm_set_rate()
129 rate_value = HIFACE_RATE_88200; in hiface_pcm_set_rate()
132 rate_value = HIFACE_RATE_96000; in hiface_pcm_set_rate()
135 rate_value = HIFACE_RATE_176400; in hiface_pcm_set_rate()
138 rate_value = HIFACE_RATE_192000; in hiface_pcm_set_rate()
141 rate_value = HIFACE_RATE_352800; in hiface_pcm_set_rate()
144 rate_value = HIFACE_RATE_384000; in hiface_pcm_set_rate()
162 rate_value, 0, NULL, 0, 100, GFP_KERNEL); in hiface_pcm_set_rate()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosshelper.c102 GValue rate_value = { 0 }; in gst_oss_helper_probe_caps() local
122 g_value_init (&rate_value, GST_TYPE_LIST); in gst_oss_helper_probe_caps()
128 gst_value_list_append_value (&rate_value, &value); in gst_oss_helper_probe_caps()
134 g_value_init (&rate_value, GST_TYPE_INT_RANGE); in gst_oss_helper_probe_caps()
135 gst_value_set_int_range (&rate_value, probe->min, probe->max); in gst_oss_helper_probe_caps()
143 gst_structure_set_value (structure, "rate", &rate_value); in gst_oss_helper_probe_caps()
144 g_value_unset (&rate_value); in gst_oss_helper_probe_caps()

1234567