Searched refs:frame_freq (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | format.c | 290 if(enc_chan_fit(p, frame_freq(fr)>>p->down_sample, &nf, f0, f2, try_float)) in frame_output_format() 295 if(enc_chan_fit( p, frame_freq(fr)>>(p->down_sample+1), &nf in frame_output_format() 298 if(p->down_sample < 1 && enc_chan_fit( p, frame_freq(fr)>>2, &nf in frame_output_format() 305 if(enc_chan_fit(p, frame_freq(fr)>>p->down_sample, &nf, f0, f2, TRUE)) in frame_output_format() 310 if(enc_chan_fit( p, frame_freq(fr)>>(p->down_sample+1), &nf in frame_output_format() 313 if(p->down_sample < 1 && enc_chan_fit( p, frame_freq(fr)>>2, &nf in frame_output_format() 323 int rn = rate2num(p, frame_freq(fr)); in frame_output_format() 355 , frame_freq(fr), frame_freq(fr)>>1, frame_freq(fr)>>2 ); in frame_output_format()
|
H A D | libmpg123.c | 587 native_rate = frame_freq(mh); in decode_update() 612 if(frame_freq(mh) > mh->af.rate) in decode_update() 615 mh->down_sample_sblimit /= frame_freq(mh); in decode_update() 622 * (((size_t)NTOM_MUL*mh->af.rate)/frame_freq(mh)) in decode_update() 641 …er structure with native rate %li and af.rate %li and down_sample %i", frame_freq(mh), mh->af.rate… in decode_update() 745 debug1("preparing gapless stuff with native rate %li", frame_freq(mh)); in get_next_frame() 1102 mi->rate = frame_freq(mh); in mpg123_info()
|
H A D | ntom.c | 16 m = frame_freq(fr); in synth_ntom_set_step()
|
H A D | parse.c | 85 long frame_freq(mpg123_handle *fr) in frame_freq() function
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | parse.h | 16 long frame_freq(mpg123_handle *fr);
|
H A D | intsym.h | 239 #define frame_freq INT123_frame_freq macro
|