Home
last modified time | relevance | path

Searched refs:main_rgba_map (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_overlay.h59 uint8_t main_rgba_map[4]; member
Dvf_overlay.c361 const int dr = s->main_rgba_map[R]; in blend_slice_packed_rgb()
362 const int dg = s->main_rgba_map[G]; in blend_slice_packed_rgb()
363 const int db = s->main_rgba_map[B]; in blend_slice_packed_rgb()
364 const int da = s->main_rgba_map[A]; in blend_slice_packed_rgb()
883 ff_fill_rgba_map(s->main_rgba_map, inlink->format) >= 0; in config_input_main()