OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_o_s
(Results
1 - 11
of
11
) sorted by null
/external/libogg/include/ogg/
ogg.h
72
int
e_o_s
; /* set when we have buffered the last packet in the
member in struct:__anon29241
94
long
e_o_s
;
member in struct:__anon29242
160
int count, long
e_o_s
, ogg_int64_t granulepos);
/external/tremolo/Tremolo/
ogg.h
125
int
e_o_s
; /* set when we have buffered the last
member in struct:ogg_stream_state
154
long
e_o_s
;
member in struct:__anon46536
dsp.c
287
if(op->
e_o_s
){
314
if(op->
e_o_s
){
framing.c
985
os->
e_o_s
=ogg_page_eos(&og);
1036
os->
e_o_s
=0;
1094
if(os->
e_o_s
&& os->body_fill_next==0)
1095
op->
e_o_s
=os->
e_o_s
;
1097
op->
e_o_s
=0;
vorbisfile.c
590
if(granulepos!=-1 && !op.
e_o_s
){
604
to have a reference point. Thus the !op.
e_o_s
clause
[
all
...]
/frameworks/av/media/libstagefright/
OggWriter.cpp
140
op.
e_o_s
= 0;
171
op.
e_o_s
= 0;
375
op.
e_o_s
= mReachedEOS ? 1 : 0;
/external/libogg/src/
framing.c
305
long
e_o_s
, ogg_int64_t granulepos){
357
if(
e_o_s
)os->
e_o_s
=1;
366
return ogg_stream_iovecin(os, &iov, 1, op->
e_o_s
, op->granulepos);
438
if(os->
e_o_s
&& os->lacing_fill==vals)os->header[5]|=0x04;
529
if((os->
e_o_s
&&os->lacing_fill) || /* 'were done, now flush' case */
538
return os->
e_o_s
;
885
os->
e_o_s
=1;
919
os->
e_o_s
=0;
972
op->
e_o_s
=eos
[
all
...]
/external/flac/libFLAC/
ogg_encoder_aspect.c
189
packet.
e_o_s
= 1;
/frameworks/av/media/codec2/components/vorbis/
C2SoftVorbisDec.cpp
378
pack.
e_o_s
= 0;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
500
pack.
e_o_s
= 0;
/frameworks/av/media/extractors/ogg/
OggExtractor.cpp
1026
pack.
e_o_s
= 0;
[
all
...]
Completed in 1777 milliseconds