OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:end_of_segment
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.cc
98
bool
end_of_segment
= true;
local
115
end_of_segment
= bytes_read > 0;
147
end_of_segment
= true;
154
return SendBuffers(&buffers,
end_of_segment
);
398
bool
end_of_segment
) {
412
if (
end_of_segment
) {
mpeg_audio_stream_parser_base.h
127
// If |
end_of_segment
| is set to true, then |end_of_segment_cb_| is called
131
bool SendBuffers(BufferQueue* buffers, bool
end_of_segment
);
Completed in 200 milliseconds