Home
last modified time | relevance | path

Searched refs:samples_to_bytes (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/reactos/libs/libmpg123/
H A Dgapless.h77 off_t byteoff = (fr->num == fr->lastframe) ? samples_to_bytes(fr, fr->lastoff) : 0; in frame_buffercheck()
88 off_t byteoff = samples_to_bytes(fr, fr->firstoff); in frame_buffercheck()
H A Dmpg123lib_intern.h300 off_t samples_to_bytes(mpg123_handle *fr , off_t s);
H A Dintsym.h225 #define samples_to_bytes INT123_samples_to_bytes macro
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dformat.c565 off_t samples_to_bytes(mpg123_handle *fr , off_t s) in samples_to_bytes() function
H A Dlibmpg123.c1034 …i, got %li samples in buffer", (long)mh->num, (long)(mh->buffer.fill / (samples_to_bytes(mh, 1)))); in mpg123_decode()