Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dinterval.c131 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax) in snd_interval_refine_max() argument
138 i->openmax = openmax; in snd_interval_refine_max()
140 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max()
141 i->openmax = 1; in snd_interval_refine_max()
145 if (i->openmax) { in snd_interval_refine_max()
147 i->openmax = 0; in snd_interval_refine_max()
173 i->openmax = v->openmax; in snd_interval_refine()
175 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
176 i->openmax = 1; in snd_interval_refine()
188 if (i->openmax) { in snd_interval_refine()
[all …]
Dinterval_inline.h29 i->openmax = 0; in snd_interval_any()
42 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty()
54 (i->min + 1 == i->max && (i->openmin || i->openmax))); in snd_interval_single()
60 if (i->openmin && !i->openmax) in snd_interval_value()
67 i->openmax = i->openmin = 0; in snd_interval_set_value()
87 i->openmax = i->openmin = 0; in snd_interval_set_minmax()
97 i->max < val || (i->max == val && i->openmax))); in snd_interval_test()
109 if (i->openmin && i->openmax && i->min == i->max) in snd_interval_setinteger()
120 if (i->openmax) { in snd_interval_floor()
122 i->openmax = 0; in snd_interval_floor()
[all …]
Dpcm_params.c197 *dir = - (int) i->openmax; in snd_pcm_hw_param_get_max()
474 int openmax = 0; in _snd_pcm_hw_param_set_max() local
477 openmax = 1; in _snd_pcm_hw_param_set_max()
479 openmax = 1; in _snd_pcm_hw_param_set_max()
484 if (val == 0 && openmax) { in _snd_pcm_hw_param_set_max()
488 changed = snd_mask_refine_max(hw_param_mask(params, var), val - !!openmax); in _snd_pcm_hw_param_set_max()
490 changed = snd_interval_refine_max(hw_param_interval(params, var), val, openmax); in _snd_pcm_hw_param_set_max()
553 int openmin = 0, openmax = 0; in _snd_pcm_hw_param_set_minmax() local
566 openmax = 1; in _snd_pcm_hw_param_set_minmax()
568 openmax = 1; in _snd_pcm_hw_param_set_minmax()
[all …]
Dinterval.h73 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax);
Dpcm_extplug.c131 if (ival->max == list[imax] && ! ival->openmax) in snd_interval_list()
135 ival->openmax = 0; in snd_interval_list()
Dpcm_direct.c838 if (n != 0 || i->openmax) {
940 period_size.openmax = dshare->shmptr->hw.buffer_size.openmax;
944 period_time.openmax = dshare->shmptr->hw.buffer_time.openmax;
Dpcm_rate.c238 period_size->openmin && period_size->openmax && in snd_pcm_rate_hw_refine_cchange()
/third_party/mesa3d/docs/
Dindex.rst22 .. _OpenMAX: https://www.khronos.org/openmax/
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/
Dmedia.gyp23 '../third_party/openmax/openmax.gyp:il',
Dmedia.gyp.fontified24 '../third_party/openmax/openmax.gyp:il',
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp23 '../third_party/openmax/openmax.gyp:il',
Dmedia.gyp.fontified24 '../third_party/openmax/openmax.gyp:il',
/third_party/alsa-lib/include/sound/uapi/
Dasound.h396 openmax:1, member
/third_party/gstreamer/gstreamer/
DChangeLog37413 gst-uninstalled: remove insanity and the old gst-openmax
89502 gst-uninstalled: add bits for uninstalled checkouts of gst-openmax and totem