OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seektimeus
(Results
26 - 30
of
30
) sorted by null
1
2
/frameworks/av/media/libstagefright/
FLACExtractor.cpp
760
int64_t
seekTimeUs
;
762
if ((NULL != options) && options->getSeekTo(&
seekTimeUs
, &mode)) {
764
if (
seekTimeUs
<= 0LL) {
768
sample = (
seekTimeUs
* mParser->getSampleRate()) / 1000000LL;
AVIExtractor.cpp
145
int64_t
seekTimeUs
;
147
if (options && options->getSeekTo(&
seekTimeUs
, &seekMode)) {
150
mTrackIndex,
seekTimeUs
, seekMode, &mSampleIndex);
[
all
...]
OggExtractor.cpp
262
int64_t
seekTimeUs
;
264
if (options && options->getSeekTo(&
seekTimeUs
, &mode)) {
265
status_t err = mExtractor->mImpl->seekToTime(
seekTimeUs
);
[
all
...]
MPEG4Extractor.cpp
[
all
...]
CameraSource.cpp
[
all
...]
Completed in 372 milliseconds
1
2