OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setup_list
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h
77
struct snd_pcm_oss_setup *
setup_list
; /* setup list */
member in struct:snd_pcm_oss_stream
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h
77
struct snd_pcm_oss_setup *
setup_list
; /* setup list */
member in struct:snd_pcm_oss_stream
/external/libvorbis/lib/
vorbisenc.c
165
static const ve_setup_data_template *const
setup_list
[]={
variable
639
while(
setup_list
[i]){
640
if(
setup_list
[i]->coupling_restriction==-1 ||
641
setup_list
[i]->coupling_restriction==ch){
642
if(srate>=
setup_list
[i]->samplerate_min_restriction &&
643
srate<=
setup_list
[i]->samplerate_max_restriction){
644
int mappings=
setup_list
[i]->mappings;
646
setup_list
[i]->rate_mapping:
647
setup_list
[i]->quality_mapping);
652
if(req>map[
setup_list
[i]->mappings]){++i;continue;
[
all
...]
/external/linux-tools-perf/util/
symbol.c
2434
static int
setup_list
(struct strlist **list, const char *list_str,
function
[
all
...]
Completed in 89 milliseconds