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

  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 211 int32 buf_index = 0; local
215 buf_index = media_codec_->DequeueOutputBuffer(
218 switch (buf_index) {
249 } while (buf_index < 0);
251 media_codec_->ReleaseOutputBuffer(buf_index, true);
  /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...]
  /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/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 311 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member in struct:__anon1623
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 312 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member in struct:__anon33043
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 6668 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 5907 int buf_index = buffer - m_out_mem_ptr; local
7574 int buf_index = p_buf_hdr - m_out_mem_ptr; local
    [all...]
omx_vdec_msm8974.cpp 6298 int buf_index = buffer - m_out_mem_ptr; local
6432 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
7966 int buf_index = p_buf_hdr - m_out_mem_ptr; local
    [all...]

Completed in 3486 milliseconds