Searched refs:fmt_size (Results 1 - 9 of 9) sorted by relevance
/third_party/libsnd/src/ |
H A D | w64.c | 440 { sf_count_t fmt_size, current ; in w64_write_header() local 472 fmt_size = 24 + 2 + 2 + 4 + 4 + 2 + 2 ; in w64_write_header() 473 fmt_pad = (size_t) ((fmt_size & 0x7) ? 8 - (fmt_size & 0x7) : 0) ; in w64_write_header() 474 fmt_size += fmt_pad ; in w64_write_header() 477 psf_binheader_writef (psf, "e8224", BHW8 (fmt_size), BHW2 (WAVE_FORMAT_PCM), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in w64_write_header() 486 fmt_size = 24 + 2 + 2 + 4 + 4 + 2 + 2 ; in w64_write_header() 487 fmt_pad = (size_t) ((fmt_size & 0x7) ? 8 - (fmt_size & 0x7) : 0) ; in w64_write_header() 488 fmt_size in w64_write_header() [all...] |
H A D | wav.c | 786 { int subformat, fmt_size, add_fact_chunk = 0 ; in wav_write_fmt_chunk() local 795 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 ; in wav_write_fmt_chunk() 798 psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_PCM), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in wav_write_fmt_chunk() 807 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 ; in wav_write_fmt_chunk() 810 psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_IEEE_FLOAT), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in wav_write_fmt_chunk() 820 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 + 2 ; in wav_write_fmt_chunk() 823 psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_MULAW), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in wav_write_fmt_chunk() 833 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 + 2 ; in wav_write_fmt_chunk() 836 psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_ALAW), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in wav_write_fmt_chunk() 854 fmt_size in wav_write_fmt_chunk() 1020 int subformat, fmt_size ; wavex_write_fmt_chunk() local [all...] |
H A D | rf64.c | 526 int subformat, fmt_size ; in rf64_write_fmt_chunk() local 543 fmt_size = 2 + 2 + 4 + 4 + 2 + 2 + 2 + 2 + 4 + 4 + 2 + 2 + 8 ; in rf64_write_fmt_chunk() 546 psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_EXTENSIBLE), BHW2 (psf->sf.channels), BHW4 (psf->sf.samplerate)) ; in rf64_write_fmt_chunk()
|
/third_party/ffmpeg/libavformat/ |
H A D | iff.c | 429 int fmt_size; in iff_read_header() local 582 if ((fmt_size = avio_read(pb, fmt, sizeof(fmt))) < 0) in iff_read_header() 583 return fmt_size; in iff_read_header() 584 if (fmt_size == sizeof(deep_rgb24) && !memcmp(fmt, deep_rgb24, sizeof(deep_rgb24))) in iff_read_header() 586 else if (fmt_size == sizeof(deep_rgba) && !memcmp(fmt, deep_rgba, sizeof(deep_rgba))) in iff_read_header() 588 else if (fmt_size == sizeof(deep_bgra) && !memcmp(fmt, deep_bgra, sizeof(deep_bgra))) in iff_read_header() 590 else if (fmt_size == sizeof(deep_argb) && !memcmp(fmt, deep_argb, sizeof(deep_argb))) in iff_read_header() 592 else if (fmt_size == sizeof(deep_abgr) && !memcmp(fmt, deep_abgr, sizeof(deep_abgr))) in iff_read_header()
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 120 * prints a message defined by format *fmt* (of size *fmt_size*) 177 static long (*bpf_trace_printk)(const char *fmt, __u32 fmt_size, ...) = (void *) 6; 3063 * The *m* represents the seq_file. The *fmt* and *fmt_size* are for 3089 static long (*bpf_seq_printf)(struct seq_file *m, const char *fmt, __u32 fmt_size, const void *data, __u32 data_len) = (void *) 126; 4154 static long (*bpf_trace_vprintk)(const char *fmt, __u32 fmt_size, const void *data, __u32 data_len) = (void *) 177;
|
/third_party/alsa-utils/bat/ |
H A D | common.h | 121 unsigned int fmt_size; /* 16 or 18 */ member
|
H A D | common.c | 167 wav->format.fmt_size = 16; in prepare_wav_info()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 1573 uint8_t fmt_size;
|
H A D | radv_cmd_buffer.c | 6109 found->fmt_size = format_desc->block.bits / 8u; in radv_CmdSetVertexInputEXT() 6117 state->format_sizes[loc] = found->fmt_size; in radv_CmdSetVertexInputEXT()
|
Completed in 33 milliseconds