HomeSort by relevance Sort by last modified time
    Searched refs:fbs (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
goldfish_fb.c 274 compute_fb_update_rect_linear(FbUpdateState* fbs,
279 int width = fbs->width;
280 const uint8_t* src_line = fbs->src_pixels;
281 uint8_t* dst_line = fbs->dst_pixels;
285 for (yy = 0; yy < fbs->height; yy++) {
293 int len = fbs->src_pitch;
314 switch (fbs->bytes_per_pixel) {
435 src_line += fbs->src_pitch;
436 dst_line += fbs->dst_pitch;
444 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch
487 FbUpdateState fbs; local
    [all...]
  /external/qemu/android/camera/
camera-service.c 1001 ClientFrameBuffer fbs[2]; local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 493 sp<FramebufferSurface> fbs = new FramebufferSurface(*mHwc, i); local
495 static_cast< sp<ISurfaceTexture> >(fbs->getBufferQueue()));
497 type, isSecure, token, stc, fbs, mEGLConfig);
1168 sp<FramebufferSurface> fbs; local
    [all...]

Completed in 106 milliseconds