Searched refs:mpg123fill (Results 1 – 1 of 1) sorted by relevance
464 size_t mpg123fill; in hip123_decode1() local494 mpg123fill = 0; /* Still zero in case of error/need more. */ in hip123_decode1()495 ret = mpg123_decode_frame(hip->mh, NULL, &mpg123buf, &mpg123fill); in hip123_decode1()497 if(!mpg123fill && ret == MPG123_NEW_FORMAT) in hip123_decode1()500 ret = mpg123_decode_frame(hip->mh, NULL, &mpg123buf, &mpg123fill); in hip123_decode1()507 samples = mpg123fill / in hip123_decode1()510 if(mpg123fill && mpg123buf) in hip123_decode1()