Home
last modified time | relevance | path

Searched refs:inFormat (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
Dfloatimg_cmp.c64 enum AVPixelFormat inFormat = AV_PIX_FMT_NONE; in main() local
106 inFormat = av_get_pix_fmt(argv[i + 1]); in main()
107 if (inFormat == AV_PIX_FMT_NONE) { in main()
120 inFormat = AV_PIX_FMT_GBRPF32LE; in main()
131 if (inFormat == AV_PIX_FMT_NONE) { in main()
137 desc = av_pix_fmt_desc_get(inFormat); in main()
143 res = av_image_fill_linesizes(rgbStride, inFormat, w); in main()
215 sws = sws_getContext(w, h, inFormat, w, h, in main()
218 …fprintf(stderr, "Failed to get %s -> %s\n", av_get_pix_fmt_name(inFormat), av_get_pix_fmt_name(dst… in main()
232 inFormat, SWS_BILINEAR, NULL, NULL, NULL); in main()
[all …]
/third_party/mesa3d/src/mesa/main/
Dglformats.h43 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
Dglformats.c204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) in _mesa_compute_component_mapping() argument
206 const int inFmt = get_map_idx(inFormat); in _mesa_compute_component_mapping()
220 inFormat, _mesa_enum_to_string(inFormat), in _mesa_compute_component_mapping()