/external/chromium_org/media/base/ |
media_log_event.h | 45 // params: "seek_target": <number of seconds to which to seek>. 46 SEEK,
|
media_log.cc | 31 case MediaLogEvent::SEEK: 32 return "SEEK"; 157 scoped_ptr<MediaLogEvent> event(CreateEvent(MediaLogEvent::SEEK));
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 82 _(SEEK),
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowPresenter.java | 164 } else if (action == MediaAction.SEEK) { 244 } else if (action == MediaAction.SEEK) {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_cursor.cc | 79 key.get(), primary_key.get(), IndexedDBBackingStore::Cursor::SEEK)) {
|
indexed_db_backing_store.h | 199 SEEK 217 bool Continue() { return Continue(NULL, NULL, SEEK); }
|
indexed_db_backing_store.cc | 281 for (it->Seek(start_key); 666 for (it->Seek(start_key); 810 for (it->Seek(begin); it->IsValid() && CompareKeys(it->Key(), end) < 0; 833 for (it->Seek(start_key); 882 it->Seek(start_key); [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
AudioModel.java | 138 action = MediaAction.SEEK;
|
MediaModel.java | 64 SEEK,
|
VideoModel.java | 180 action = MediaAction.SEEK;
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.h | 159 SEEK,
|
PreviewPlayer.cpp | 632 // Set the seek option for Image source files and read. 648 // If there was a seek request while we were paused 800 // We're going to seek the video source first, followed by 806 // stop reading input data until a subsequent seek. 849 // a seek request pending that needs to be applied to the audio track 878 // buffers are before seek time [all...] |
/frameworks/av/media/libstagefright/include/ |
AwesomePlayer.h | 195 SEEK,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | 232 #undef SEEK 260 #define SEEK(n) ISTREAM->seek(ISTREAM, n) 364 #undef SEEK 398 #define SEEK(n) ISTREAM->seek(ISTREAM, n) 444 #undef SEEK 479 #define SEEK(n) ISTREAM->seek(ISTREAM, n) [all...] |
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 1044 // If there was a seek request before we ever started, [all...] |