Home
last modified time | relevance | path

Searched refs:byterate (Results 1 – 16 of 16) sorted by relevance

/third_party/libsnd/tests/
Dfloating_point_test.tpl207 int byterate ;
239 byterate = sf_current_byterate (file) ;
240 exit_if_true (byterate <= 0, "\n\nLine %d: byterate is zero.\n", __LINE__) ;
260 int byterate ;
292 byterate = sf_current_byterate (file) ;
293 exit_if_true (byterate <= 0, "\n\nLine %d: byterate is zero.\n", __LINE__) ;
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.c58 MS_ADPCM_state.wavefmt.byterate = SDL_SwapLE32(format->byterate); in InitMS_ADPCM()
240 IMA_ADPCM_state.wavefmt.byterate = SDL_SwapLE32(format->byterate); in InitIMA_ADPCM()
DSDL_wave.h54 Uint32 byterate; /* Average bytes per second */ member
/third_party/gstreamer/gstplugins_bad/gst/speed/
Dgstspeed.c205 gint byterate = in gst_speed_convert() local
209 if (byterate == 0) { in gst_speed_convert()
213 *dest_value = src_value * GST_SECOND / byterate; in gst_speed_convert()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dpipelineinfo232 The rate at which it takes bytes is defined as the byterate of the
233 stream (bitrate == byterate * 8). So, we do:
/third_party/libsnd/docs/
Dapi.md51 … | Retrieve current byterate. …
564 ## Function for retrieving current byterate {#current_byterate}
570 Return the current byterate at this point in the file. The byte rate in this
582 `sf_current_byterate` returns byte per second or -1 if byterate is
/third_party/libsnd/src/
Ddwvw.c116 psf->byterate = dwvw_byterate ; in dwvw_init()
Dcommon.h529 int (*byterate) (struct sf_private_tag*) ; member
Dogg_vorbis.c511 psf->byterate = vorbis_byterate ; in ogg_vorbis_open()
Dalac.c138 psf->byterate = alac_byterate ; in alac_init()
Dsds.c138 psf->byterate = sds_byterate ; in sds_open()
Dflac.c723 psf->byterate = flac_byterate ; in flac_open()
Dsndfile.c1571 if (psf->byterate) in sf_current_byterate()
1572 return psf->byterate (psf) ; in sf_current_byterate()
Dogg_opus.c363 psf->byterate = ogg_opus_byterate ; in ogg_opus_open()
/third_party/libsnd/include/
Dsndfile.h.in677 /* Return the current byterate at this point in the file. The byte rate in this
/third_party/gstreamer/gstplugins_bad/
DChangeLog194759 vdpaumpegdec: calculate byterate from the size of the incoming data