OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_parms
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c
159
/* Create SPU
fb_parms
and thread structure */
160
fb_parms
= (struct fb_writer_parms_t *)
163
if (
fb_parms
== NULL || fb_thread_data == NULL) {
169
fb_thread_data->argp = (void *)
fb_parms
;
372
fb_parms
->data = (unsigned char *)s_pixels;
373
fb_parms
->center = s_center[s_center_index];
374
fb_parms
->out_line_stride = fb_finfo.line_length;
375
fb_parms
->in_line_stride = s_input_line_length;
376
fb_parms
->bounded_input_height = s_bounded_input_height;
377
fb_parms
->bounded_input_width = s_bounded_input_width
[
all
...]
SDL_ps3video.h
129
volatile struct fb_writer_parms_t *
fb_parms
__attribute__((aligned(128)));
member in struct:SDL_PrivateVideoData
138
#define
fb_parms
(this->hidden->
fb_parms
)
macro
Completed in 107 milliseconds