Searched refs:ff_hr_str (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 79 ff_hr_str(hr)); in mf_wait_events() 389 av_log(avctx, AV_LOG_ERROR, "failed processing input: %s\n", ff_hr_str(hr)); in mf_send_sample() 396 av_log(avctx, AV_LOG_ERROR, "failed draining: %s\n", ff_hr_str(hr)); in mf_send_sample() 474 av_log(avctx, AV_LOG_ERROR, "failed processing output: %s\n", ff_hr_str(hr)); in mf_receive_sample() 758 av_log(avctx, AV_LOG_ERROR, "error getting output type: %s\n", ff_hr_str(hr)); in mf_choose_output_type() 812 av_log(avctx, AV_LOG_ERROR, "could not set output type (%s)\n", ff_hr_str(hr)); in mf_choose_output_type() 847 av_log(avctx, AV_LOG_ERROR, "error getting input type: %s\n", ff_hr_str(hr)); in mf_choose_input_type() 900 av_log(avctx, AV_LOG_ERROR, "could not set input type (%s)\n", ff_hr_str(hr)); in mf_choose_input_type() 981 av_log(avctx, AV_LOG_ERROR, "error retrieving MFT attributes: %s\n", ff_hr_str(hr)); in mf_unlock_async() 987 av_log(avctx, AV_LOG_ERROR, "error querying async: %s\n", ff_hr_str(h in mf_unlock_async() [all...] |
H A D | mf_utils.h | 156 #define ff_hr_str(hr) ff_hr_str_buf((char[80]){0}, 80, hr) macro
|
Completed in 3 milliseconds