Searched refs:openmax (Results 1 – 14 of 14) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | interval.c | 131 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 …]
|
D | interval_inline.h | 29 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 …]
|
D | pcm_params.c | 197 *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 …]
|
D | interval.h | 73 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax);
|
D | pcm_extplug.c | 131 if (ival->max == list[imax] && ! ival->openmax) in snd_interval_list() 135 ival->openmax = 0; in snd_interval_list()
|
D | pcm_direct.c | 838 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;
|
D | pcm_rate.c | 238 period_size->openmin && period_size->openmax && in snd_pcm_rate_hw_refine_cchange()
|
/third_party/mesa3d/docs/ |
D | index.rst | 22 .. _OpenMAX: https://www.khronos.org/openmax/
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/ |
D | media.gyp | 23 '../third_party/openmax/openmax.gyp:il',
|
D | media.gyp.fontified | 24 '../third_party/openmax/openmax.gyp:il',
|
/third_party/node/tools/gyp/tools/emacs/testdata/ |
D | media.gyp | 23 '../third_party/openmax/openmax.gyp:il',
|
D | media.gyp.fontified | 24 '../third_party/openmax/openmax.gyp:il',
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 396 openmax:1, member
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 37413 gst-uninstalled: remove insanity and the old gst-openmax 89502 gst-uninstalled: add bits for uninstalled checkouts of gst-openmax and totem
|