Home
last modified time | relevance | path

Searched refs:sampfreq (Results 1 – 4 of 4) sorted by relevance

/third_party/lame/libmp3lame/
Dlame-analysis.h84 int framesize, stereo, js, ms_stereo, i_stereo, emph, bitrate, sampfreq, maindata; member
Dmpglib_interface.c744 pinfo->sampfreq = fi.rate; in hip_finish_pinfo()
/third_party/lame/frontend/
Dgtkanal.c145 pinfo->sampfreq = lame_get_out_samplerate(gfp); in gtkmakeframe()
315 if (pplot1->sampfreq) in plot_frame()
316 samp = pplot1->sampfreq; in plot_frame()
917 if (pinfo->sampfreq) in frameadv1()
918 pinfo->frametime = (pinfo->frameNum) * 1152.0 / pinfo->sampfreq; in frameadv1()
/third_party/lame/mpglib/
Dlayer3.c1885 mp->pinfo->sampfreq = freqs[sfreq]; in decode_layer3_frame()