OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSegments
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/extractors/mp3/
VBRISeeker.h
39
Vector<uint32_t>
mSegments
;
VBRISeeker.cpp
139
seeker->
mSegments
.push(numBytes);
168
if (mDurationUs < 0 ||
mSegments
.size() == 0) {
172
int64_t segmentDurationUs = mDurationUs /
mSegments
.size();
177
while (segmentIndex <
mSegments
.size() && nowUs < *timeUs) {
179
*pos +=
mSegments
.itemAt(segmentIndex++);
/frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp
110
Vector<SidxEntry> &
mSegments
;
[
all
...]
Completed in 74 milliseconds