Home
last modified time | relevance | path

Searched refs:firstcolor (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dyop.c198 int tag, firstcolor, is_odd_frame; in yop_decode_frame() local
224 firstcolor = s->first_color[is_odd_frame]; in yop_decode_frame()
228 palette[i + firstcolor] = (s->srcptr[0] << 18) | in yop_decode_frame()
231 palette[i + firstcolor] |= 0xFFU << 24 | in yop_decode_frame()
232 (palette[i + firstcolor] >> 6) & 0x30303; in yop_decode_frame()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c677 int firstcolor, int ncolors) in SDL_SetPaletteColors() argument
685 if (ncolors > (palette->ncolors - firstcolor)) { in SDL_SetPaletteColors()
686 ncolors = (palette->ncolors - firstcolor); in SDL_SetPaletteColors()
690 if (colors != (palette->colors + firstcolor)) { in SDL_SetPaletteColors()
691 SDL_memcpy(palette->colors + firstcolor, colors, in SDL_SetPaletteColors()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c68 int firstcolor, int ncolors);
72 int firstcolor, int ncolors);
629 const SDL_Color * colors, int firstcolor, in DirectFB_SetTexturePalette() argument
648 palette->SetEntries(data->palette, entries, ncolors, firstcolor)); in DirectFB_SetTexturePalette()
660 int firstcolor, int ncolors) in DirectFB_GetTexturePalette() argument
671 firstcolor)); in DirectFB_GetTexturePalette()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h409 int firstcolor, int ncolors);