HomeSort by relevance Sort by last modified time
    Searched full:seeking (Results 101 - 125 of 266) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 819 ALOGV("LV PLAYER seeking to %lld us (%.2f secs)", mSeekTimeUs,
851 ALOGV("video stream ended while seeking!");
950 // Let's display the first frame after seeking right away.
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.m 298 // when seeking forward we must handle character position and line numbers.
299 // seeking backward already has the correct line information on the markers stack,
  /external/e2fsprogs/debugfs/
logdump.c 282 com_err(cmd, retval, "while seeking in reading journal");
295 com_err(cmd, retval, "while seeking in reading journal");
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 283 bool MediaPlayerPrivatePhonon::seeking() const function in class:WebCore::MediaPlayerPrivatePhonon
393 if (seeking())
MediaPlayerPrivateQt.cpp 312 bool MediaPlayerPrivateQt::seeking() const function in class:WebCore::MediaPlayerPrivateQt
453 // Only propagate this event if we are seeking
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 314 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
317 return m_webMediaPlayer->seeking();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 328 * using this for seeking purposes: it
342 * using this for seeking purposes: it
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 328 * using this for seeking purposes: it
342 * using this for seeking purposes: it
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 328 * using this for seeking purposes: it
342 * using this for seeking purposes: it
  /dalvik/vm/
RawDexFile.cpp 31 * seeking the source fd to the start of the file.
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 89 /* test 3 : creation, writing , reading, seeking,
  /external/v8/src/
preparser-api.cc 147 // Seeking in the input is not used by preparsing.
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 214 bool seeking() const;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.h 129 /// An error occurred while seeking to a new file position within the output file.
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 137 // Clear a displayed timed text before seeking.
  /frameworks/base/libs/androidfw/
ObbFile.cpp 123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno));
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 153 // for internal async notification to update state that the player is no longer seeking
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 265 // difference with framework's AAC Extractor: no seeking
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 407 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "first frame timestamp after seeking %lld us (%.2f secs)",
448 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "out timestamp after seeking %lld us (%.2f secs)",
459 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "drop frame after seeking", pExynosComponent);
467 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "not set check timestame after seeking");
    [all...]
  /external/libogg/doc/
framing.html 78 protection and seeking structure for higher-level codec streams that
90 after error, landmarks during seeking, and enough information to
100 packet boundary marking, high-level framing, sync and seeking.</li>
rfc3533.txt 77 framing, error protection and seeking structure for higher-level
143 o streaming capability (i.e., no seeking is needed to build a 100%
148 framing, sync and seeking).
156 bitstreams, seeking landmarks, detection of corruption, and stream
477 to perform basic error recovery and landmarks for seeking. Each page
  /external/libvorbis/doc/
framing.html 78 protection and seeking structure for higher-level codec streams that
90 after error, landmarks during seeking, and enough information to
100 packet boundary marking, high-level framing, sync and seeking.</li>
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) {
357 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
539 if (seeking())
  /external/zlib/src/examples/
gzappend.c 64 Then the last block bit is cleared by seeking back in the file and rewriting
65 the byte that contains it. Seeking forward, the last byte of the compressed
209 bye("seeking ", in->name);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 289 printf("seeking to %lld us (%.2f secs)\n",
358 printf("seeking past the end now.");
361 printf("seeking to 5 secs.");
    [all...]

Completed in 6860 milliseconds

1 2 3 45 6 7 8 91011