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

  /frameworks/wilhelm/tests/sandbox/
playbq.c 135 #define READ_FRAMES 256
136 void *temp = malloc(READ_FRAMES * sfframesize);
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
playbq.cpp 135 #define READ_FRAMES 256
136 void *temp = malloc(READ_FRAMES * sfframesize);
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 1030 size_t read_frames = remaining_frames; local
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 467 /* read_frames() reads frames from kernel driver, down samples to capture rate
469 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) function
966 ret = read_frames(in, buffer, frames_rq);
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 2727 ScopedVector<WebSocketFrame>* read_frames; local
3403 ScopedVector<WebSocketFrame>* read_frames = NULL; local
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 890 /* read_frames() reads frames from kernel driver, down samples to capture rate
892 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 896 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
1822 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) function
    [all...]

Completed in 593 milliseconds