/third_party/pulseaudio/src/pulsecore/ |
D | protocol-esound.c | 113 } scache; member 271 if (c->scache.memchunk.memblock) in connection_free() 272 pa_memblock_unref(c->scache.memchunk.memblock); in connection_free() 273 pa_xfree(c->scache.name); in connection_free() 626 nsamples = pa_idxset_size(c->protocol->core->scache); in esd_proto_all_info() 692 PA_IDXSET_FOREACH(ce, c->protocol->core->scache, idx) { in esd_proto_all_info() 819 if ((ce = pa_idxset_get_by_index(c->protocol->core->scache, idx))) { in esd_proto_sample_pan() 867 pa_assert(!c->scache.memchunk.memblock); in esd_proto_sample_cache() 868 c->scache.memchunk.memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) sc_length); in esd_proto_sample_cache() 869 c->scache.memchunk.index = 0; in esd_proto_sample_cache() [all …]
|
D | core-scache.c | 122 pa_idxset_put(c->scache, e, &e->index); in scache_add_item() 283 pa_assert_se(pa_idxset_remove_by_data(c->scache, e, NULL) == e); in pa_scache_remove_item() 295 pa_idxset_remove_all(c->scache, (pa_free_cb_t) free_entry); in pa_scache_free_all() 396 if (!c->scache || !(e = pa_idxset_get_by_index(c->scache, id))) in pa_scache_get_name_by_id() 421 if (!c->scache || !pa_idxset_size(c->scache)) in pa_scache_total_size() 424 PA_IDXSET_FOREACH(e, c->scache, idx) in pa_scache_total_size() 438 if (!c->scache || !pa_idxset_size(c->scache)) in pa_scache_unload_unused() 443 PA_IDXSET_FOREACH(e, c->scache, idx) { in pa_scache_unload_unused()
|
D | namereg.c | 221 else if (type == PA_NAMEREG_SAMPLE && c->scache) in pa_namereg_get() 222 return pa_idxset_get_by_index(c->scache, idx); in pa_namereg_get()
|
D | cli-text.c | 610 … pa_strbuf_printf(s, "%u cache entrie(s) available.\n", c->scache ? pa_idxset_size(c->scache) : 0); in pa_scache_list_to_string() 612 if (c->scache) { in pa_scache_list_to_string() 616 PA_IDXSET_FOREACH(e, c->scache, idx) { in pa_scache_list_to_string()
|
D | core.c | 102 c->scache = pa_idxset_new(NULL, NULL); in pa_core_new() 175 pa_assert(pa_idxset_isempty(c->scache)); in core_free() 176 pa_idxset_free(c->scache, NULL); in core_free()
|
D | meson.build | 9 'core-scache.c', 69 'core-scache.h',
|
D | core.h | 164 pa_idxset *clients, *cards, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache; member
|
/third_party/pulseaudio/src/pulse/ |
D | meson.build | 26 'scache.c', 58 'scache.h',
|
/third_party/pulseaudio/conf/ |
D | daemon.conf | 42 ; scache-idle-time = 20
|
/third_party/pulseaudio/src/daemon/ |
D | daemon.conf.in | 43 ; scache-idle-time = 20
|
/third_party/pulseaudio/ohosbuild/src/pulse/ |
D | BUILD.gn | 64 "$pulseaudio_dir/src/pulse/scache.c",
|
/third_party/pulseaudio/po/ |
D | POTFILES.in | 94 src/pulsecore/core-scache.c 189 src/pulse/scache.c
|
D | zh_TW.po | 62 #| " --scache-idle-time=SECS Unload autoloaded samples when " 135 " --scache-idle-time=SECS Unload autoloaded samples when idle " 200 " --scache-idle-time=SECS 在閒置並經過這段時間後卸載\n" 3422 #~ " --scache-idle-time=SECS Unload autoloaded samples when " 3488 #~ " --scache-idle-time=SECS 閒置且經過這段時間後卸載\n"
|
D | el.po | 64 #| " --scache-idle-time=SECS Unload autoloaded samples when " 136 " --scache-idle-time=SECS Unload autoloaded samples when idle " 209 " --scache-idle-time=SECS Εκφόρτωση αυτόματα φορτωμένων "
|
D | bg.po | 55 " --scache-idle-time=SECS Unload autoloaded samples when idle " 122 " --scache-idle-time=SECS Unload autoloaded samples when idle "
|
D | nn.po | 52 " --scache-idle-time=SECS Unload autoloaded samples when idle and\n" 109 " --scache-idle-time=SEKUND Last ut autolasta samplar etter så lang tid med tomgang.\n" 2258 # https://freedesktop.org/software/pulseaudio/doxygen/scache.html
|
D | sr.po | 498 " --scache-idle-time=SECS Unload autoloaded samples when idle " 572 " --scache-idle-time=СЕКУНДИ Уклони самоучитане примерке после "
|
D | uk.po | 59 " --scache-idle-time=SECS Unload autoloaded samples when idle " 135 " --scache-idle-time=СЕК. Вивантажити автоматично завантажені "
|
D | bn_IN.po | 490 " --scache-idle-time=SECS Unload autoloaded samples when idle " 565 " --scache-idle-time=SECS কর্মহীন অবস্থায় চিহ্নিত সময় অতিবাহিত "
|
D | te.po | 490 " --scache-idle-time=SECS Unload autoloaded samples when idle " 561 " --scache-idle-time=SECS Unload autoloaded samples when idle "
|
D | be.po | 61 " --scache-idle-time=SECS Unload autoloaded samples when idle " 133 " --scache-idle-time=СЕКУНДЫ Выгрузіць аўтаматычна загружаныя\n"
|
/third_party/pulseaudio/ohosbuild/src/pulsecore/ |
D | BUILD.gn | 57 "$pulseaudio_dir/src/pulsecore/core-scache.c",
|
/third_party/pulseaudio/src/ |
D | Makefile.am | 878 pulse/scache.h \ 925 pulse/scache.c pulse/scache.h \ 997 pulsecore/core-scache.c pulsecore/core-scache.h \
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 1413 pa_assert_se(sample = pa_idxset_get_by_index(c->core->scache, idx)); in handle_upload_sample() 2275 PA_IDXSET_FOREACH(sample, core->scache, idx) in pa_dbusiface_core_new()
|
/third_party/pulseaudio/shell-completion/zsh/ |
D | _pulseaudio | 697 '--scache-idle-time=[unload autoloaded samples on passed idle time]:time' \
|