avcodec_find_best_pix_fmt_of_2   76 fftools/ffmpeg_filter.c             best= avcodec_find_best_pix_fmt_of_2(best, *p, target, has_alpha, NULL);
avcodec_find_best_pix_fmt_of_2 3829 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   63 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   76 libavcodec/imgconvert.c         best = avcodec_find_best_pix_fmt_of_2(best, pix_fmt_list[i], src_pix_fmt, has_alpha, &loss);