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

  /frameworks/wilhelm/tests/sandbox/
playbq.c 117 #define READ_FRAMES 256
118 short *temp = (short *) malloc(READ_FRAMES * sfinfo.channels * sizeof(short));
121 sf_count_t count = sf_readf_short(sndfile, temp, (sf_count_t) READ_FRAMES);
playbq.cpp 117 #define READ_FRAMES 256
118 short *temp = (short *) malloc(READ_FRAMES * sfinfo.channels * sizeof(short));
121 sf_count_t count = sf_readf_short(sndfile, temp, (sf_count_t) READ_FRAMES);
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 2053 ScopedVector<WebSocketFrame>* read_frames; local
2352 ScopedVector<WebSocketFrame>* read_frames = NULL; local
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 455 /* read_frames() reads frames from kernel driver, down samples to capture rate
457 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) function
954 ret = read_frames(in, buffer, frames_rq);
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 865 /* read_frames() reads frames from kernel driver, down samples to capture rate
867 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) function
    [all...]

Completed in 1002 milliseconds