HomeSort by relevance Sort by last modified time
    Searched refs:buf_index (Results 1 - 4 of 4) 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/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 1656 int buf_index = 0; local
1720 int buf_index = 0; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 1837 int buf_index = 0; local
1900 int buf_index = 0; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 6585 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
    [all...]

Completed in 95 milliseconds