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

  /external/qemu/
savevm.c 169 int buf_index; member in struct:QEMUFile
419 if (f->is_write && f->buf_index > 0) {
422 len = f->put_buffer(f->opaque, f->buf, f->buf_offset, f->buf_index);
424 f->buf_offset += f->buf_index;
427 f->buf_index = 0;
443 f->buf_index = 0;
469 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
476 l = IO_BUF_SIZE - f->buf_index;
479 memcpy(f->buf + f->buf_index, buf, l);
481 f->buf_index += l
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 52 unsigned int buf_index; member in struct:android::addrs
534 addrs[index].buf_index = index;
728 mSecCamera->releaseRecordFrame(addrs->buf_index);
    [all...]

Completed in 90 milliseconds