avcodec_find_best_pix_fmt_of_2 61 ffmpeg_filter.c best= avcodec_find_best_pix_fmt_of_2(best, *p, target, has_alpha, NULL); avcodec_find_best_pix_fmt_of_2 4929 libavcodec/avcodec.h enum AVPixelFormat avcodec_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, avcodec_find_best_pix_fmt_of_2 74 libavcodec/imgconvert.c return avcodec_find_best_pix_fmt_of_2(dst_pix_fmt1, dst_pix_fmt2, src_pix_fmt, has_alpha, loss_ptr); avcodec_find_best_pix_fmt_of_2 86 libavcodec/imgconvert.c best = avcodec_find_best_pix_fmt_of_2(best, pix_fmt_list[i], src_pix_fmt, has_alpha, loss_ptr);