OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_bounded_input_height
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h
117
uint32_t
s_bounded_input_height
;// height of input (bounded by writeable height)
member in struct:SDL_PrivateVideoData
154
#define
s_bounded_input_height
(this->hidden->
s_bounded_input_height
)
macro
SDL_ps3video.c
296
s_bounded_input_height
= height < s_writeable_height ? height : s_writeable_height;
298
s_bounded_input_height_offset = (s_writeable_height -
s_bounded_input_height
) >> 1;
366
s_bounded_input_height_offset = (s_writeable_height -
s_bounded_input_height
) >> 1;
376
fb_parms->bounded_input_height =
s_bounded_input_height
;
SDL_ps3yuv.c
302
s_bounded_input_height
= dst->h;
Completed in 29 milliseconds