Searched refs:CHECK123 (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/frontend/ |
H A D | get_audio.c | 2099 #define CHECK123(code) if(MPG123_OK != (code)) return -1 macro 2143 CHECK123(mpg123_format2(global.hip->mh, in lame123_decode_initfile() 2152 CHECK123(mpg123_replace_reader_handle(global.hip->mh, lame123_read_from_file, lame123_seek_in_file, lame123_cleanup_file)); in lame123_decode_initfile() 2153 CHECK123(mpg123_open_handle(global.hip->mh, fd)); in lame123_decode_initfile() 2155 CHECK123(mpg123_open_fd(global.hip->mh, fileno(fd))); in lame123_decode_initfile() 2158 CHECK123(mpg123_seek(global.hip->mh, SEEK_SET, 0)); in lame123_decode_initfile() 2190 CHECK123(mpg123_info(global.hip->mh, &fi)); in lame123_decode_initfile() 2191 CHECK123(mpg123_getformat(global.hip->mh, &rate, &channels, NULL)); in lame123_decode_initfile()
|
Completed in 4 milliseconds