OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOffsetForTime
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/include/
MP3Seeker.h
34
virtual bool
getOffsetForTime
(int64_t *timeUs, off64_t *pos) = 0;
VBRISeeker.h
34
virtual bool
getOffsetForTime
(int64_t *timeUs, off64_t *pos);
XINGSeeker.h
32
virtual bool
getOffsetForTime
(int64_t *timeUs, off64_t *pos);
/frameworks/av/media/libstagefright/
VBRISeeker.cpp
100
// otherwise, leave duration at -1 so that getDuration() and
getOffsetForTime
()
151
bool VBRISeeker::
getOffsetForTime
(int64_t *timeUs, off64_t *pos) {
166
ALOGV("
getOffsetForTime
%lld us => 0x%016llx", (long long)*timeUs, (long long)*pos);
XINGSeeker.cpp
46
bool XINGSeeker::
getOffsetForTime
(int64_t *timeUs, off64_t *pos) {
141
// otherwise, leave duration at -1 so that getDuration() and
getOffsetForTime
()
MP3Extractor.cpp
505
|| !mSeeker->
getOffsetForTime
(&actualSeekTimeUs, &mCurrentPos)) {
Completed in 53 milliseconds