Searched refs:samples_to_bytes (Results 1 – 5 of 5) sorted by relevance
77 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()
300 off_t samples_to_bytes(mpg123_handle *fr , off_t s);
225 #define samples_to_bytes INT123_samples_to_bytes macro
565 off_t samples_to_bytes(mpg123_handle *fr , off_t s) in samples_to_bytes() function
1034 …i, got %li samples in buffer", (long)mh->num, (long)(mh->buffer.fill / (samples_to_bytes(mh, 1)))); in mpg123_decode()