OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swdata
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c
929
struct private_yuvhwdata *
swdata
;
local
979
swdata
= (struct private_yuvhwdata *)SDL_malloc(sizeof *
swdata
);
980
overlay->hwdata =
swdata
;
981
if (
swdata
== NULL ) {
986
swdata
->stretch = NULL;
987
swdata
->display = display;
988
swdata
->pixels = (Uint8 *) SDL_malloc(width*height*2);
989
swdata
->colortab = (int *)SDL_malloc(4*256*sizeof(int));
990
Cr_r_tab = &
swdata
->colortab[0*256]
1169
struct private_yuvhwdata *
swdata
;
local
1280
struct private_yuvhwdata *
swdata
;
local
[
all
...]
Completed in 54 milliseconds