OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backend_state
(Results
1 - 7
of
7
) sorted by null
/external/libvorbis/lib/
synthesis.c
28
private_state *b= vd ? vd->
backend_state
: 0;
96
private_state *b=vd->
backend_state
;
bitrate.c
66
private_state *b=vd->
backend_state
;
77
private_state *b=vd->
backend_state
;
231
private_state *b=vd->
backend_state
;
block.c
191
b=v->
backend_state
=_ogg_calloc(1,sizeof(*b));
298
b=v->
backend_state
;
319
private_state *b=v->
backend_state
;
391
private_state *b=v->
backend_state
;
527
private_state *b=v->
backend_state
;
689
if(!v->
backend_state
)return -1;
702
((private_state *)(v->
backend_state
))->sample_count=-1;
723
private_state *b=v->
backend_state
;
1012
private_state *b=v->
backend_state
;
envelope.c
220
envelope_lookup *ve=((private_state *)(v->
backend_state
))->ve;
331
envelope_lookup *ve=((private_state *)(v->
backend_state
))->ve;
mapping0.c
242
private_state *b=vb->vd->
backend_state
;
710
private_state *b=vd->
backend_state
;
info.c
575
private_state *b=v->
backend_state
;
/external/libvorbis/include/vorbis/
codec.h
85
void *
backend_state
;
member in struct:vorbis_dsp_state
Completed in 2135 milliseconds