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

  /bionic/libc/kernel/uapi/linux/
am437x-vpfe.h 74 enum vpfe_ccdc_data_size data_sz; member in struct:vpfe_ccdc_config_params_raw
  /external/kernel-headers/original/uapi/linux/
am437x-vpfe.h 106 enum vpfe_ccdc_data_size data_sz; member in struct:vpfe_ccdc_config_params_raw
  /external/tinyalsa/
tinycap.c 57 uint32_t data_sz; member in struct:wav_header
182 header.data_sz = frames * header.block_align;
183 header.riff_sz = header.data_sz + sizeof(header) - 8;
  /system/extras/sound/
playwav.c 120 uint32_t data_sz; member in struct:wav_header
188 fd, hdr.data_sz);
215 hdr.data_sz = 0;
283 hdr.data_sz = total;
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 80 uint32_t data_sz; member in struct:wav_header
165 unsigned flags, const char *device, unsigned data_sz)
258 remainingData = data_sz;
338 if (data_sz && !piped) {
351 if (data_sz && !piped) {
443 if (data_sz && !piped) {
457 if (data_sz && !piped) {
518 hdr.data_sz = 0;
546 hdr.data_sz = 0;
556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz);
    [all...]
arec.c 84 uint32_t data_sz; member in struct:wav_header
267 hdr.data_sz = 0;
335 hdr.data_sz += bufsize;
336 hdr.riff_sz = hdr.data_sz + 44 - 8;
365 hdr.data_sz += bufsize;
366 hdr.riff_sz = hdr.data_sz + 44 - 8;
380 return hdr.data_sz;
454 hdr.data_sz = 0;
462 hdr.riff_sz = hdr.data_sz + 44 - 8;
492 hdr.riff_sz = hdr.data_sz + 44 - 8
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 874 const unsigned int data_sz = pbi->fragments.sizes[0]; local
875 const unsigned char *data_end = data + data_sz;
906 int n = (int)VPXMIN(sizeof(clear_buffer), data_sz);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 1072 size_t data_sz; local
    [all...]

Completed in 181 milliseconds