OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_of_segment
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp3/
mp3_stream_parser.h
115
// If |
end_of_segment
| is set to true, then |end_of_segment_cb_| is called
119
bool SendBuffers(BufferQueue* buffers, bool
end_of_segment
);
mp3_stream_parser.cc
159
bool
end_of_segment
= true;
local
176
end_of_segment
= bytes_read > 0;
208
end_of_segment
= true;
215
return SendBuffers(&buffers,
end_of_segment
);
576
bool MP3StreamParser::SendBuffers(BufferQueue* buffers, bool
end_of_segment
) {
589
if (
end_of_segment
) {
Completed in 559 milliseconds