HomeSort by relevance Sort by last modified time
    Searched refs:fbs (Results 1 - 2 of 2) 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...]

Completed in 33 milliseconds