Searched refs:data_sz (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | arec.c | 84 uint32_t data_sz; member 267 hdr.data_sz = 0; in record_file() 335 hdr.data_sz += bufsize; in record_file() 336 hdr.riff_sz = hdr.data_sz + 44 - 8; in record_file() 365 hdr.data_sz += bufsize; in record_file() 366 hdr.riff_sz = hdr.data_sz + 44 - 8; in record_file() 380 return hdr.data_sz; in record_file() 454 hdr.data_sz = 0; in rec_wav() 462 hdr.riff_sz = hdr.data_sz + 44 - 8; in rec_wav() 492 hdr.riff_sz = hdr.data_sz + 44 - 8; in signal_handler() [all …]
|
D | aplay.c | 80 uint32_t data_sz; member 165 unsigned flags, const char *device, unsigned data_sz) in play_file() argument 258 remainingData = data_sz; in play_file() 338 if (data_sz && !piped) { in play_file() 351 if (data_sz && !piped) { in play_file() 443 if (data_sz && !piped) { in play_file() 457 if (data_sz && !piped) { in play_file() 518 hdr.data_sz = 0; in play_wav() 546 hdr.data_sz = 0; in play_wav() 556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz); in play_wav()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.h | 61 bool isReallocateNeeded(const uint8_t *data, uint32_t data_sz);
|
D | OMXVideoDecoderVP9Hybrid.cpp | 204 bool OMXVideoDecoderVP9Hybrid::isReallocateNeeded(const uint8_t * data,uint32_t data_sz) in isReallocateNeeded() argument 210 ret = mGetFrameResolution(data,data_sz, &width, &height); in isReallocateNeeded()
|