Lines Matching refs:av_log
59 av_log(NULL, AV_LOG_INFO, "channel layout: %s, sample rate: %i\n", name_buff, sample_rate); in init_encoder()
63 av_log(NULL, AV_LOG_ERROR, "Can't allocate encoder context\n"); in init_encoder()
73 av_log(ctx, AV_LOG_ERROR, "Can't open encoder\n"); in init_encoder()
89 av_log(NULL, AV_LOG_ERROR , "Can't allocate decoder context\n"); in init_decoder()
100 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in init_decoder()
121 av_log(NULL, AV_LOG_ERROR, "Can't allocate output packet\n"); in run_test()
127 av_log(NULL, AV_LOG_ERROR, "Can't allocate input frame\n"); in run_test()
135 av_log(NULL, AV_LOG_ERROR, "Can't allocate a buffer for input frame\n"); in run_test()
141 av_log(NULL, AV_LOG_ERROR, "Can't allocate output frame\n"); in run_test()
147 av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for raw_in\n"); in run_test()
153 av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for raw_out\n"); in run_test()
166 av_log(NULL, AV_LOG_ERROR, "Incorrect value of input frame linesize\n"); in run_test()
173 av_log(NULL, AV_LOG_ERROR, "Error submitting a frame for encoding\n"); in run_test()
182 av_log(NULL, AV_LOG_ERROR, "Error encoding audio frame\n"); in run_test()
190 av_log(NULL, AV_LOG_ERROR, "Error submitting a packet for decoding\n"); in run_test()
202 av_log(NULL, AV_LOG_ERROR, "Error decoding audio packet\n"); in run_test()
207 …av_log(NULL, AV_LOG_ERROR, "Error frames before and after decoding has different number of samples… in run_test()
212 …av_log(NULL, AV_LOG_ERROR, "Error frames before and after decoding has different channel layout\n"… in run_test()
217 …av_log(NULL, AV_LOG_ERROR, "Error frames before and after decoding has different sample format\n"); in run_test()
222 av_log(NULL, AV_LOG_ERROR, "Incorrect value of output frame linesize\n"); in run_test()
231 av_log(NULL, AV_LOG_ERROR, "Output differs\n"); in run_test()
235 av_log(NULL, AV_LOG_INFO, "OK\n"); in run_test()
255 av_log(NULL, AV_LOG_ERROR, "Can't find encoder\n"); in main()
261 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in main()