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

  /external/qemu/
savevm.c 176 int buf_index; member in struct:QEMUFile
447 if (f->is_write && f->buf_index > 0) {
450 len = f->put_buffer(f->opaque, f->buf, f->buf_offset, f->buf_index);
452 f->buf_offset += f->buf_index;
455 f->buf_index = 0;
471 f->buf_index = 0;
497 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
504 l = IO_BUF_SIZE - f->buf_index;
507 memcpy(f->buf + f->buf_index, buf, l);
509 f->buf_index += l
    [all...]
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.h 86 int buf_index; member in struct:hwc_win_info_t
SecHWC.cpp 111 dst_img->base = win->addr[win->buf_index];
232 ctx->win[i].buf_index = 0;
397 win->buf_index = (win->buf_index + 1) % NUM_OF_WIN_BUF;
SecHWCUtils.cpp 132 lcd_info->yoffset = lcd_info->yres * win->buf_index;
136 __func__, lcd_info->yres, win->buf_index, lcd_info->yres_virtual,
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 61 unsigned int buf_index; member in struct:android::addrs
647 addrs[index].buf_index = index;
822 mSecCamera->releaseRecordFrame(addrs->buf_index);
    [all...]

Completed in 769 milliseconds