HomeSort by relevance Sort by last modified time
    Searched full:buffer_bytes (Results 1 - 12 of 12) sorted by null

  /external/qemu/audio/
winaudio.c 95 unsigned char* buffer_bytes; member in struct:WinAudioOut
146 if (s->buffer_bytes != NULL) {
147 qemu_free(s->buffer_bytes);
148 s->buffer_bytes = NULL;
171 s->buffer_bytes = NULL;
207 s->buffer_bytes = qemu_malloc( NUM_OUT_BUFFERS * samples_size );
208 if (s->buffer_bytes == NULL) {
217 s->buffers[i].lpData = (LPSTR)(s->buffer_bytes + i*samples_size);
346 unsigned char* buffer_bytes; member in struct:WinAudioIn
392 if (s->buffer_bytes != NULL) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 54 size_t buffer_bytes; /* requested buffer size */ member in struct:snd_pcm_oss_runtime
vx_core.h 79 int buffer_bytes; /* the ALSA pcm buffer size in bytes */ member in struct:vx_pipe
  /external/chromium/net/tools/dump_cache/
upgrade.cc 48 // of the message has |buffer_bytes| of length with the actual data.
52 int32 buffer_bytes; member in struct:__anon4227::Message
172 if (!WriteFile(channel_, output_, sizeof(msg) + msg.buffer_bytes, &written,
397 DCHECK(key.size() == static_cast<size_t>(input_->msg.buffer_bytes - 1));
498 DEBUGMSG("Master DoReadData: %d bytes\n", input_->msg.buffer_bytes);
504 int read_size = input_->msg.buffer_bytes;
786 msg.buffer_bytes = std::min(key.size() + 1,
788 memcpy(output_->buffer, key.c_str(), msg.buffer_bytes);
789 if (msg.buffer_bytes != static_cast<int32>(key.size() + 1)) {
852 msg.buffer_bytes = (ret < 0) ? 0 : ret
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 

Completed in 3586 milliseconds