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

1 2

  /hardware/qcom/msm8x84/kernel-headers/media/
msm_fd.h 24 __u32 buf_index; member in struct:msm_fd_event
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 19 * @buf_index: Buffer index.
24 __u32 buf_index; member in struct:msm_fd_event
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 353 int32 buf_index = 0; local
359 NoWaitTimeOut(), &buf_index, &offset, &size, NULL, NULL, &key_frame);
377 DCHECK_GE(buf_index, 0);
384 } while (buf_index < 0);
398 media_codec_->CopyFromOutputBuffer(buf_index, offset, shm->memory(), size);
399 media_codec_->ReleaseOutputBuffer(buf_index, false);
android_video_decode_accelerator.cc 225 int32 buf_index = 0; local
231 NoWaitTimeOut(), &buf_index, &offset, &size, &timestamp, &eos, NULL);
268 DCHECK_GE(buf_index, 0);
275 } while (buf_index < 0);
291 media_codec_->ReleaseOutputBuffer(buf_index, true);
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.py 195 buf_index = next_pos - buf_start_pos
196 if buf_index < buf_len:
197 c = buffer[buf_index]
207 buf_index = buf_index - discard
209 c = buffer[buf_index]
Scanners.pxd 38 buf_start_pos=long, buf_len=long, buf_index=long,
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 224 int buf_index = 0; local
227 pBuf[buf_index++] = m_dwCurPos;
228 if (buf_index == nParams) {
229 buf_index = 0;
244 m_dwCurPos = pBuf[buf_index];
  /external/qemu/
savevm.c 180 int buf_index; member in struct:QEMUFile
678 if (f->buf_index > 0) {
679 ret = f->ops->put_buffer(f->opaque, f->buf, f->pos, f->buf_index);
685 f->buf_index = 0;
761 pending = f->buf_size - f->buf_index;
763 memmove(f->buf, f->buf + f->buf_index, pending);
765 f->buf_index = 0;
862 l = IO_BUF_SIZE - f->buf_index;
865 memcpy(f->buf + f->buf_index, buf, l);
868 add_to_iovec(f, f->buf + f->buf_index, l)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 1089 int buf_index = 1; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 769 param.reprocess.buf_index = frame->bufs[i]->buf_idx;
822 param.reprocess.buf_index = buf_idx;
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.cpp 769 param.reprocess.buf_index = frame->bufs[i]->buf_idx;
822 param.reprocess.buf_index = buf_idx;
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 324 param.reprocess.buf_index = frame->buf_idx;
  /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:__anon2636
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 318 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member in struct:__anon3129
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [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 1855 int buf_index = 0; local
1918 int buf_index = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 355 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member in struct:__anon4186
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 608 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
    [all...]
omx_vdec.h 666 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 1416 int buf_index = buffer - m_out_mem_ptr; local
6881 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
8662 int buf_index = p_buf_hdr - m_out_mem_ptr; local
    [all...]
omx_vdec_hevc.cpp 5931 int buf_index = buffer - m_out_mem_ptr; local
7594 int buf_index = p_buf_hdr - m_out_mem_ptr; local
    [all...]
omx_vdec_hevc_swvdec.cpp 1653 int buf_index = buffer - m_out_mem_ptr; local
7157 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
8640 int buf_index = p_buf_hdr - m_out_mem_ptr; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 466 milliseconds

1 2