Searched defs:finfo (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h49 struct fb_fix_screeninfo finfo; member in struct:private_module_t
H A Dframebuffer.cpp92 m->info.yoffset = (int)(offset / m->finfo.line_length);
138 struct fb_fix_screeninfo finfo; local
139 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
213 int numberOfBuffers = (int)(finfo.smem_len/size);
282 finfo.id,
302 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
307 if (finfo.smem_len <= 0) {
314 module->finfo = finfo;
329 size_t fbSize = roundUpToPageSize(finfo
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h49 struct fb_fix_screeninfo finfo; member in struct:private_module_t
H A Dframebuffer.cpp93 m->info.yoffset = (int)(offset / m->finfo.line_length);
139 struct fb_fix_screeninfo finfo; local
140 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
214 int numberOfBuffers = (int)(finfo.smem_len/size);
283 finfo.id,
303 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
308 if (finfo.smem_len <= 0) {
315 module->finfo = finfo;
330 unsigned int fbSize = roundUpToPageSize(finfo
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h49 struct fb_fix_screeninfo finfo; member in struct:private_module_t
H A Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length;
136 struct fb_fix_screeninfo finfo; local
137 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
207 int numberOfBuffers = (int)(finfo.smem_len/size);
272 finfo.id,
292 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
295 if (finfo.smem_len <= 0)
300 module->finfo = finfo;
316 size_t fbSize = roundUpToPageSize(finfo
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h49 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo);
96 void dump(const char* const s, const fb_fix_screeninfo& finfo);
101 inline bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo) { argument
102 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
261 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { argument
262 ALOGE("%s fb_fix_screeninfo type=%d", s, finfo.type);
H A DoverlayUtils.cpp263 fb_fix_screeninfo finfo; local
264 if(!mdp_wrapper::getFScreenInfo(fd.getFD(), finfo)) {
268 return (FB_TYPE_3D_PANEL == finfo.type) ? true : false;
/hardware/qcom/display/msm8974/libgralloc/
H A Dfb_priv.h49 struct fb_fix_screeninfo finfo; member in struct:private_module_t
H A Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length;
136 struct fb_fix_screeninfo finfo; local
137 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
207 int numberOfBuffers = (int)(finfo.smem_len/size);
272 finfo.id,
292 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
295 if (finfo.smem_len <= 0)
300 module->finfo = finfo;
316 size_t fbSize = roundUpToPageSize(finfo
[all...]
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h50 struct fb_fix_screeninfo finfo; member in struct:private_module_t
H A Dframebuffer.cpp106 m->info.yoffset = offset / m->finfo.line_length;
131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
166 struct fb_fix_screeninfo finfo; local
167 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
248 finfo.id,
268 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1)
271 if (finfo.smem_len <= 0)
277 module->finfo = finfo;
287 size_t fbSize = roundUpToPageSize(finfo
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h51 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo);
119 void dump(const char* const s, const fb_fix_screeninfo& finfo);
124 inline bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo) { argument
125 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
357 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { argument
358 ALOGE("%s fb_fix_screeninfo type=%d", s, finfo.type);
H A DoverlayUtils.cpp340 fb_fix_screeninfo finfo; local
341 if(!mdp_wrapper::getFScreenInfo(fd.getFD(), finfo)) {
345 return (FB_TYPE_3D_PANEL == finfo.type) ? true : false;
/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h54 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo);
116 void dump(const char* const s, const fb_fix_screeninfo& finfo);
121 inline bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo) { argument
123 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
352 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { argument
353 ALOGE("%s fb_fix_screeninfo type=%d", s, finfo.type);
/hardware/qcom/display/msm8974/liboverlay/
H A DmdpWrapper.h51 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo);
113 void dump(const char* const s, const fb_fix_screeninfo& finfo);
118 inline bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo) { argument
120 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
349 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { argument
350 ALOGE("%s fb_fix_screeninfo type=%d", s, finfo.type);
H A DoverlayUtils.cpp330 fb_fix_screeninfo finfo; local
331 if(!mdp_wrapper::getFScreenInfo(fd.getFD(), finfo)) {
335 return (FB_TYPE_3D_PANEL == finfo.type) ? true : false;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp171 struct fb_fix_screeninfo finfo; local
172 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
197 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp49 struct fb_fix_screeninfo finfo; local
84 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) == -1)
87 if (finfo.smem_len <= 0)
92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp54 struct fb_fix_screeninfo finfo; local
99 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp108 struct fb_fix_screeninfo finfo; local
153 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp115 struct fb_fix_screeninfo finfo; local
160 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) == -1) {
169 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp236 static struct fb_fix_screeninfo finfo; variable in typeref:struct:fb_fix_screeninfo
3312 void *fb_buf = mmap (NULL, finfo.smem_len,PROT_READ|PROT_WRITE, MAP_SHARED, fb_fd, 0);
3871 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) < 0)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp363 static struct fb_fix_screeninfo finfo; variable in typeref:struct:fb_fix_screeninfo
3715 void *fb_buf = mmap (NULL, finfo.smem_len,PROT_READ|PROT_WRITE, MAP_SHARED, fb_fd, 0);
4325 if (ioctl(fb_fd, FBIOGET_FSCREENINFO, &finfo) < 0) {

Completed in 687 milliseconds