Home
last modified time | relevance | path

Searched refs:samplesize (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/auparse/
Dgstauparse.c502 guint samplesize, rate; in gst_au_parse_src_convert() local
510 samplesize = auparse->sample_size; in gst_au_parse_src_convert()
514 if (samplesize == 0 || rate == 0) { in gst_au_parse_src_convert()
521 srcval /= samplesize; in gst_au_parse_src_convert()
529 *destval = srcval * samplesize; in gst_au_parse_src_convert()
543 *destval = samplesize * in gst_au_parse_src_convert()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.c414 int samplesize; in SDL_LoadWAV_RW() local
579 samplesize = ((SDL_AUDIO_BITSIZE(spec->format)) / 8) * spec->channels; in SDL_LoadWAV_RW()
580 *audio_len &= ~(samplesize - 1); in SDL_LoadWAV_RW()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-read.c313 strh->samplesize = GUINT32_FROM_LE (strh->samplesize); in gst_riff_parse_strh()
337 GST_INFO_OBJECT (element, " samplesize %d", strh->samplesize); in gst_riff_parse_strh()
Driff-ids.h271 guint32 samplesize; member
/third_party/python/Doc/library/
Daifc.rst26 ``nchannels * samplesize`` bytes, and a second's worth of audio consists of
27 ``nchannels * samplesize * framerate`` bytes.
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c740 avipad->parent.hdr.samplesize = 0; in gst_avi_mux_audsink_set_fields()
748 avipad->parent.hdr.samplesize = avipad->auds.blockalign; in gst_avi_mux_audsink_set_fields()
1350 hdl &= gst_byte_writer_put_uint32_le (&bw, avipad->hdr.samplesize); in gst_avi_mux_riff_get_avi_header()
Dgstavidemux.c2142 stream->is_vbr = (stream->strh->samplesize == 0) in gst_avi_demux_parse_stream()
2178 stream->is_vbr = (stream->strh->samplesize == 0) in gst_avi_demux_parse_stream()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c12238 int version, samplesize; in qtdemux_parse_trak() local
12249 samplesize = QT_UINT16 (stsd_entry_data + offset + 10); in qtdemux_parse_trak()
12257 GST_LOG_OBJECT (qtdemux, "sample_size: %d", samplesize); in qtdemux_parse_trak()
12267 entry->bytes_per_sample = samplesize / 8; in qtdemux_parse_trak()
12392 entry->bytes_per_sample = samplesize / 8; in qtdemux_parse_trak()
12822 "samplesize", G_TYPE_INT, samplesize, NULL); in qtdemux_parse_trak()
12860 samplesize = QT_UINT8 (alac_data + 16 + 1); in qtdemux_parse_trak()
12864 "samplesize", G_TYPE_INT, samplesize, NULL); in qtdemux_parse_trak()
/third_party/alsa-utils/aplay/
Daplay.c2697 tmp2 = (samplesize == 8) ? 1 : 2; in begin_wave()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.811328 read a samplesize element assuming the old offset. Note that this
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.813499 read a samplesize element assuming the old offset. Note that this