HomeSort by relevance Sort by last modified time
    Searched defs:data_sz (Results 1 - 3 of 3) sorted by null

  /device/samsung/crespo/libaudio/
aplay.c 46 uint32_t data_sz; member in struct:wav_header
128 return play_file(hdr.sample_rate, hdr.num_channels, fd, hdr.data_sz);
arec.c 46 uint32_t data_sz; member in struct:wav_header
104 hdr.data_sz = 0;
116 return record_file(hdr.sample_rate, hdr.num_channels, fd, hdr.data_sz);
  /system/extras/sound/
playwav.c 118 uint32_t data_sz; member in struct:wav_header
186 fd, hdr.data_sz);
213 hdr.data_sz = 0;
281 hdr.data_sz = total;

Completed in 1200 milliseconds