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

1 2 3 45 6 7 8 91011

  /external/chromium_org/ppapi/api/
ppb_message_loop.idl 67 * the realtime requirements of audio processing. You can not make PPAPI calls
174 * special threads, which include realtime audio threads.
  /external/chromium_org/ppapi/c/
ppb_message_loop.h 85 * the realtime requirements of audio processing. You can not make PPAPI calls
189 * special threads, which include realtime audio threads.
  /external/chromium_org/ppapi/cpp/
message_loop.h 72 /// the realtime requirements of audio processing. You can not make PPAPI calls
176 /// special threads, which include realtime audio threads.
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 277 audio::-webkit-media-controls-return-to-realtime-button, video::-webkit-media-controls-return-to-realtime-button {
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 79 virtual bool realtime() const { return true; } function in class:android::MediaPlayerService::AudioOutput
184 virtual bool realtime() const { return false; } function in class:android::MediaPlayerService::AudioCache
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 65 public void startTiming(boolean realTime);
68 public void finishTiming(boolean realTime);
  /external/chromium_org/ppapi/api/dev/
ppb_audio_input_dev.idl 8 * provides realtime audio input capture.
  /external/chromium_org/ppapi/c/dev/
ppb_audio_input_dev.h 29 * provides realtime audio input capture.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ScriptProcessorNode.cpp 208 // Fire the event on the main thread, not this one (which is the realtime audio thread).
AudioParamTimeline.cpp 149 // We can't contend the lock in the realtime audio thread.
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 83 // (0)=Realtime/Live Encoding. This mode is optimized for realtim encoding (for example, capturing
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.c 210 ARTS_DRIVER_NAME, "Analog Realtime Synthesizer",
  /frameworks/av/include/media/
MediaPlayerInterface.h 92 virtual bool realtime() const = 0; // audio output is real-time output
  /frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/
Participatable.html 722 <a href="/reference/com/google/android/gms/games/multiplayer/realtime/Room.html">Room</a>,
724 <a href="/reference/com/google/android/gms/games/multiplayer/realtime/RoomEntity.html">RoomEntity</a>
741 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/multiplayer/realtime/Room.html">Room</a></td>
745 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/multiplayer/realtime/RoomEntity.html">RoomEntity</a></td>
  /frameworks/rs/
rsCppUtils.h 150 SYSTEM_TIME_REALTIME = 0, // system-wide realtime clock
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 243 /* Allow use of FIFO and round-robin (realtime) scheduling on own
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 243 /* Allow use of FIFO and round-robin (realtime) scheduling on own
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 584 // lock count, and are in "battery realtime" units.
671 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
686 Log.v(TAG, "plug #" + mType + ": realtime=" + batteryRealtime
938 * The last time at which we updated the timer. This is in elapsed realtime microseconds.
1177 final long realtime = SystemClock.elapsedRealtime() * 1000; local
1202 final long realtime = SystemClock.elapsedRealtime() * 1000; local
4632 long realtime = mSecRealtime * 1000; local
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 359 * in all situations (ex: realtime encoding).
793 * VPx REALTIME mode. */
809 * supercedes the VPx notion of "best quality, good quality, realtime".
    [all...]
  /external/qemu/
qemu-timer.c 754 /* Have both realtime and virtual time triggers for speed adjustment.
755 The realtime trigger catches emulated time passing too slowly,
757 Realtime triggers occur even when idle, so use them less frequently
    [all...]
  /external/chromium/third_party/libevent/
evdns.3 115 POSIX realtime support and you'll need to link against -lrt on
  /external/chromium_org/chrome/test/functional/media/
media_jerky.py 95 # Set the jerky tool process to soft-realtime w/ round-robin scheduling.
  /external/chromium_org/media/filters/
audio_renderer_impl.h 91 // Allows injection of a custom time callback for non-realtime testing.
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
ReverbConvolver.cpp 155 // Wait for realtime thread to give us more input
  /external/chromium_org/third_party/libevent/
evdns.3 115 POSIX realtime support and you'll need to link against -lrt on

Completed in 792 milliseconds

1 2 3 45 6 7 8 91011