OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_finfo
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/libqdutils/
mdp_version.cpp
44
struct fb_fix_screeninfo
fb_finfo
;
local
50
if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &
fb_finfo
) < 0) {
54
if(!strncmp(
fb_finfo
.id, "msmfb", 5)) {
56
memcpy(str_ver, &
fb_finfo
.id[5], 3);
69
} else if (!strncmp(
fb_finfo
.id, "mdssfb", 6)) {
91
panel_type =
fb_finfo
.id[len];
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h
99
struct fb_fix_screeninfo
fb_finfo
;
member in struct:SDL_PrivateVideoData
142
#define
fb_finfo
(this->hidden->
fb_finfo
)
macro
SDL_ps3video.c
303
if (ioctl(fb_dev_fd, FBIOGET_FSCREENINFO, &
fb_finfo
)) {
308
if (
fb_finfo
.type != FB_TYPE_PACKED_PIXELS) {
310
fb_finfo
.type);
314
/* Note: on PS3,
fb_finfo
.smem_len is enough for double buffering */
316
(uint8_t *) mmap(0,
fb_finfo
.smem_len,
329
memset(frame_buffer, 0x00,
fb_finfo
.smem_len);
334
s_bounded_input_height_offset *
fb_finfo
.line_length;
335
s_center[1] = s_center[0] + real_height *
fb_finfo
.line_length;
368
s_bounded_input_height_offset *
fb_finfo
.line_length;
369
s_center[1] = s_center[0] + real_height *
fb_finfo
.line_length
[
all
...]
Completed in 238 milliseconds