fmt_map 36 libavcodec/v4l2_fmt.c } fmt_map[] = { fmt_map 115 libavcodec/v4l2_fmt.c for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) { fmt_map 116 libavcodec/v4l2_fmt.c if (fmt_map[i].avcodec == avcodec) fmt_map 117 libavcodec/v4l2_fmt.c return fmt_map[i].v4l2_fmt; fmt_map 125 libavcodec/v4l2_fmt.c for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) { fmt_map 126 libavcodec/v4l2_fmt.c if (fmt_map[i].avfmt == avfmt) fmt_map 127 libavcodec/v4l2_fmt.c return fmt_map[i].v4l2_fmt; fmt_map 135 libavcodec/v4l2_fmt.c for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) { fmt_map 136 libavcodec/v4l2_fmt.c if (fmt_map[i].avcodec == avcodec && fmt_map 137 libavcodec/v4l2_fmt.c fmt_map[i].v4l2_fmt == v4l2_fmt) fmt_map 138 libavcodec/v4l2_fmt.c return fmt_map[i].avfmt; fmt_map 21 libavdevice/v4l2-common.c const struct fmt_map ff_fmt_conversion_table[] = { fmt_map 55 libavdevice/v4l2-common.h extern const struct fmt_map ff_fmt_conversion_table[];