Searched refs:ff_hr_str (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mfenc.c | 75 ff_hr_str(hr)); in mf_wait_events() 385 av_log(avctx, AV_LOG_ERROR, "failed processing input: %s\n", ff_hr_str(hr)); in mf_send_sample() 392 av_log(avctx, AV_LOG_ERROR, "failed draining: %s\n", ff_hr_str(hr)); in mf_send_sample() 468 av_log(avctx, AV_LOG_ERROR, "failed processing output: %s\n", ff_hr_str(hr)); in mf_receive_sample() 752 av_log(avctx, AV_LOG_ERROR, "error getting output type: %s\n", ff_hr_str(hr)); in mf_choose_output_type() 806 av_log(avctx, AV_LOG_ERROR, "could not set output type (%s)\n", ff_hr_str(hr)); in mf_choose_output_type() 841 av_log(avctx, AV_LOG_ERROR, "error getting input type: %s\n", ff_hr_str(hr)); in mf_choose_input_type() 894 av_log(avctx, AV_LOG_ERROR, "could not set input type (%s)\n", ff_hr_str(hr)); in mf_choose_input_type() 975 av_log(avctx, AV_LOG_ERROR, "error retrieving MFT attributes: %s\n", ff_hr_str(hr)); in mf_unlock_async() 981 av_log(avctx, AV_LOG_ERROR, "error querying async: %s\n", ff_hr_str(hr)); in mf_unlock_async() [all …]
|
D | mf_utils.h | 145 #define ff_hr_str(hr) ff_hr_str_buf((char[80]){0}, 80, hr) macro
|