OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chmuxlist
(Results
1 - 5
of
5
) sorted by null
/external/tremolo/Tremolo/
mapping0.c
52
if(info->
chmuxlist
)_ogg_free(info->
chmuxlist
);
102
info->
chmuxlist
=_ogg_malloc(sizeof(*info->
chmuxlist
)*vi->channels);
104
info->
chmuxlist
[i]=(unsigned char)(oggpack_read(opb,4));
105
if(info->
chmuxlist
[i]>=info->submaps)goto err_out;
147
submap=info->
chmuxlist
[i];
182
if(!info->
chmuxlist
|| info->
chmuxlist
[j]==i){
236
submap=info->
chmuxlist
[i]
[
all
...]
codec_internal.h
173
unsigned char *
chmuxlist
;
member in struct:vorbis_info_mapping
/external/libvorbis/lib/
backends.h
133
int
chmuxlist
[256]; /* up to 256 channels in a Vorbis stream */
member in struct:vorbis_info_mapping0
mapping0.c
92
oggpack_write(opb,info->
chmuxlist
[i],4);
138
info->
chmuxlist
[i]=oggpack_read(opb,4);
139
if(info->
chmuxlist
[i]>=info->submaps || info->
chmuxlist
[i]<0)goto err_out;
378
int submap=info->
chmuxlist
[i];
622
int submap=info->
chmuxlist
[i];
674
if(info->
chmuxlist
[j]==i){
686
if(info->
chmuxlist
[j]==i)
724
int submap=info->
chmuxlist
[i];
747
if(info->
chmuxlist
[j]==i)
[
all
...]
vorbisenc.c
565
if(mi->
chmuxlist
[k]==j) /* this channel belongs to the submap */
[
all
...]
Completed in 663 milliseconds