Searched refs:byterate (Results 1 – 16 of 16) sorted by relevance
207 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__) ;
58 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()
54 Uint32 byterate; /* Average bytes per second */ member
205 gint byterate = in gst_speed_convert() local209 if (byterate == 0) { in gst_speed_convert()213 *dest_value = src_value * GST_SECOND / byterate; in gst_speed_convert()
232 The rate at which it takes bytes is defined as the byterate of the 233 stream (bitrate == byterate * 8). So, we do:
51 … | 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 this582 `sf_current_byterate` returns byte per second or -1 if byterate is
116 psf->byterate = dwvw_byterate ; in dwvw_init()
529 int (*byterate) (struct sf_private_tag*) ; member
511 psf->byterate = vorbis_byterate ; in ogg_vorbis_open()
138 psf->byterate = alac_byterate ; in alac_init()
138 psf->byterate = sds_byterate ; in sds_open()
723 psf->byterate = flac_byterate ; in flac_open()
1571 if (psf->byterate) in sf_current_byterate()1572 return psf->byterate (psf) ; in sf_current_byterate()
363 psf->byterate = ogg_opus_byterate ; in ogg_opus_open()
677 /* Return the current byterate at this point in the file. The byte rate in this
194759 vdpaumpegdec: calculate byterate from the size of the incoming data