Searched refs:bytes_per_sample (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sphere.c | 31 unsigned bytes_per_sample = 0; in start_read() local 70 sscanf(buf, "%63s %15s %u", fldname, fldtype, &bytes_per_sample); in start_read() 111 if (!bytes_per_sample) in start_read() 112 bytes_per_sample = encoding == SOX_ENCODING_ULAW? 1 : 2; in start_read() 141 bytes_per_sample << 3, (uint64_t)num_samples * channels, sox_true); in start_read()
|
| H A D | htk.c | 34 uint16_t bytes_per_sample, parmKind; in start_read() local 38 lsx_readw (ft, &bytes_per_sample) || in start_read() 46 (unsigned)bytes_per_sample << 3, (uint64_t)num_samples, sox_true); in start_read()
|
| H A D | wavpack.c | 120 config.bytes_per_sample = ft->encoding.bits_per_sample >> 3; in start_write()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0006-fix-heap-buffer-overflow-in-tiffcp-278.patch | 22 + uint16_t bps = 0, bytes_per_sample; 42 + bytes_per_sample = bps/8; 51 + nrows, imagewidth, 0, 0, spp, bytes_per_sample);
|
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 40 uint32_t bytes_per_sample, bytes_per_pixel; 69 rowstripsize = rowsperstrip * bytes_per_sample * (width + 1); 301 int i, bytes_per_sample, bytes_per_pixel, shift_width, result = 1; 629 bytes_per_sample = (bps + 7) / 8; 631 if (bytes_per_pixel < (bytes_per_sample + 1))
|
| H A D | 0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch | 90 int i, bytes_per_sample, sindex;
|
| /OK3568_Linux_fs/kernel/sound/usb/caiaq/ |
| H A D | audio.c | 187 int bytes_per_sample, bpp, ret, i; in snd_usb_caiaq_pcm_prepare() local 242 bytes_per_sample = BYTES_PER_SAMPLE; in snd_usb_caiaq_pcm_prepare() 244 bytes_per_sample++; in snd_usb_caiaq_pcm_prepare() 247 * bytes_per_sample * CHANNELS_PER_STREAM * cdev->n_streams; in snd_usb_caiaq_pcm_prepare()
|
| /OK3568_Linux_fs/kernel/sound/pci/mixart/ |
| H A D | mixart_core.h | 387 u32 bytes_per_sample; member
|