HomeSort by relevance Sort by last modified time
    Searched refs:PLAYBACK (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/http/
http_cache.h 54 // Record mode caches everything for purposes of offline playback.
56 // Playback mode replays from a cache without considering any
58 PLAYBACK,
http_cache_transaction.cc 448 if (cache_->mode() == PLAYBACK)
449 DLOG(INFO) << "Playback Cache Miss: " << request_->url;
761 case PLAYBACK:
762 // When in playback mode, we want to load exclusively from the cache.
868 // When using the record/playback modes, we always use the cache
870 if (cache_->mode() == RECORD || cache_->mode() == PLAYBACK)
1107 // In playback mode, nothing requires validation
    [all...]
  /device/samsung/crespo/alsa-utils/iecset/
iecset.c 313 const char *spdif_str = SND_CTL_NAME_IEC958("", PLAYBACK, DEFAULT);
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.h 36 #define PLAYBACK 0
107 snd_pcm_stream_t direction; // playback or capture
AudioHardwareALSA.cpp 160 ROUTE_ALL, "alsa.mixer.playback.master", "PCM", NULL
169 { ROUTE_ALL, "alsa.mixer.playback.master", "PCM", NULL},
176 {ROUTE_EARPIECE, "alsa.mixer.playback.earpiece", "Earpiece", NULL},
180 {ROUTE_SPEAKER, "alsa.mixer.playback.speaker", "Speaker", NULL},
184 {ROUTE_BLUETOOTH_SCO, "alsa.mixer.playback.bluetooth.sco", "Bluetooth", NULL},
188 {ROUTE_HEADSET, "alsa.mixer.playback.headset", "Headphone", NULL},
192 {ROUTE_BLUETOOTH_A2DP, "alsa.mixer.playback.bluetooth.a2dp", "Bluetooth A2DP", NULL},
416 mOutput->setDevice(mMode, devices, PLAYBACK); /* tushar - Enable all devices as of now */
567 ret = mOutput->setDevice(mode, device, PLAYBACK, force);
863 // This may cause resampling problems; i.e. PCM playback will be to
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 11 * (1/rate seconds), by example if you set your playback PCM rate to
74 ALSA uses the ring buffer to store outgoing (playback) and incoming (capture,
99 ring buffer (playback) or until there are a new samples (capture). The ALSA
132 used and the ring buffer is full (playback) or empty (capture).
159 selected operation (playback or capture).
172 The PCM device reached overrun (capture) or underrun (playback).
212 chips support 32-bit sample processing, but low byte is ignored (playback)
221 itself. You can find examples of all communication schemes for playback
266 This error means xrun (underrun for playback or overrun for capture).
357 stream. For playback, if samples in ring buffer is equal or greater tha
    [all...]

Completed in 464 milliseconds