HomeSort by relevance Sort by last modified time
    Searched refs:yres (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /system/core/toolbox/
rotatefb.c 55 unsigned int xres = fbinfo.yres;
56 fbinfo.yres = fbinfo.xres;
59 fbinfo.yres_virtual = fbinfo.yres * 2;
61 fbinfo.yoffset = fbinfo.yres;
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 76 height = mVInfo.yres;
85 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres = 0;
110 extH = mVInfo.yres;
164 if((maxArea > (mVInfo.xres * mVInfo.yres))
175 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
177 uint32_t priH = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].yres;
182 bool isDRC = (extW > mVInfo.xres) && (extH > mVInfo.yres);
203 (int)mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
207 mVInfo.xres, mVInfo.yres);
  /hardware/qcom/display/msm8084/libqdutils/
display_config.h 53 uint32_t yres; member in struct:qdutils::DisplayAttributes_t
  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 53 uint32_t yres; member in struct:qdutils::DisplayAttributes_t
  /hardware/qcom/display/msm8084/libvirtual/
virtual.cpp 76 height = mVInfo.yres;
85 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres = 0;
110 extH = mVInfo.yres;
153 if((maxArea > (mVInfo.xres * mVInfo.yres))
164 uint32_t &extH = mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].yres;
166 uint32_t priH = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].yres;
189 mVInfo.xres, mVInfo.yres);
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 123 0, 0, m->info.xres, m->info.yres,
128 0, 0, m->info.xres, m->info.yres,
131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
184 info.yres_virtual = info.yres * NUM_BUFFERS;
195 info.yres_virtual = info.yres;
199 if (info.yres_virtual < info.yres * 2) {
201 info.yres_virtual = info.yres;
204 info.yres_virtual, info.yres*2);
212 uint64_t( info.upper_margin + info.lower_margin + info.yres )
230 info.height = ((info.yres * 25.4f)/160.0f + 0.5f)
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 113 bool Writeback::configureDpyInfo(int xres, int yres) {
114 if(mXres != xres || mYres != yres) {
122 vinfo.yres = yres;
124 vinfo.yres_virtual = yres;
132 mYres = yres;
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
  /system/extras/tests/framebuffer/
fb_test.c 97 fb->height = vi.yres;
105 fb->height = vi.yres;
108 vi.yres * vi.xres * bytes_per_pixel);
117 vi.yres_virtual = vi.yres * 2;
118 vi.yoffset = n * vi.yres;
128 fprintf(stderr,"vi.yres = %d\n", vi->yres);
276 h = vi.yres;
279 clear_screen(vi.xres, vi.yres, gr_fbs[0].data);
280 clear_screen(vi.xres, vi.yres, gr_fbs[1].data)
    [all...]
refresh.c 70 uint64_t denominator = (uint64_t)( info.upper_margin + info.lower_margin + info.yres )
76 float ydpi = (info.yres * 25.4f) / info.height;
82 "yres = %d px\n"
92 info.yres,
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 107 static void get_screen_res(const char *fbname, int32_t *xres, int32_t *yres,
135 *yres = (int32_t)_y;
149 *yres = 1600;
184 get_screen_res("fb0", &module->xres, &module->yres, &refreshRate);
189 float ydpi = (module->yres * 25.4f) / info.height;
193 "yres = %d px\n"
197 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
261 const_cast<uint32_t&>(dev->height) = m->yres;
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 46 unsigned int yres; member in struct:__anon21822
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.cpp 115 bool Writeback::configureDpyInfo(int xres, int yres) {
116 if(mXres != xres || mYres != yres) {
124 vinfo.yres = yres;
126 vinfo.yres_virtual = yres;
134 mYres = yres;
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.cpp 115 bool Writeback::configureDpyInfo(int xres, int yres) {
116 if(mXres != xres || mYres != yres) {
124 vinfo.yres = yres;
126 vinfo.yres_virtual = yres;
134 mYres = yres;
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 207 size_t size = roundUpToPageSize(info.yres * info.xres *
238 info.yres_virtual, info.yres*2);
250 info.height = (uint32_t)(((float)(info.yres) * 25.4f)/160.0f + 0.5f);
254 float ydpi = ((float)(info.yres) * 25.4f) / (float)info.height;
274 "yres = %d px\n"
284 info.yres,
326 module->numBuffers = info.yres_virtual / info.yres;
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
334 module->fbFormat, info.xres, info.yres);
411 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 208 unsigned int size = roundUpToPageSize(info.yres * info.xres *
239 info.yres_virtual, info.yres*2);
251 info.height = (uint32_t)(((float)(info.yres) * 25.4f)/160.0f + 0.5f);
255 float ydpi = ((float)(info.yres) * 25.4f) / (float)info.height;
275 "yres = %d px\n"
285 info.yres,
327 module->numBuffers = info.yres_virtual / info.yres;
330 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
335 module->fbFormat, info.xres, info.yres);
412 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
386 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
392 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_HDMIExtMode.h 84 VAStatus psb_HDMIExt_get_prop(psb_android_output_p output, unsigned short *xres, unsigned short *yres);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 87 int yres; member in struct:__anon13250
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
394 vinfo->yres = *h;
399 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
403 *h = vinfo->yres;
432 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
676 current_w = vinfo.yres;
680 current_h = vinfo.yres;
698 w = vinfo.yres;
702 h = vinfo.yres;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 158 height = MIN2(vinfo->yres, fbsurf->height);
178 fbsurf->drawable.height = vinfo->yres;
212 fbsurf->height = vinfo.yres;
278 fbsurf->height = vinfo.yres;
334 mode.height = fbdpy->config_vinfo.yres;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 158 height = MIN2(vinfo->yres, fbsurf->height);
178 fbsurf->drawable.height = vinfo->yres;
212 fbsurf->height = vinfo.yres;
278 fbsurf->height = vinfo.yres;
334 mode.height = fbdpy->config_vinfo.yres;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 193 this->info.current_h = fb_vinfo.yres;
211 fb_vinfo.yres_virtual = fb_vinfo.yres;
225 s_writeable_height = fb_vinfo.yres;
231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
241 real_height = res.yres;

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8