/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 | 222 int32 buf_index = 0; local 228 NoWaitTimeOut(), &buf_index, &offset, &size, ×tamp, &eos, NULL); 264 DCHECK_GE(buf_index, 0); 271 } while (buf_index < 0); 287 media_codec_->ReleaseOutputBuffer(buf_index, true);
|
/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/HAL/ |
QCameraChannel.cpp | 769 param.reprocess.buf_index = frame->bufs[i]->buf_idx; 822 param.reprocess.buf_index = buf_idx;
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 769 param.reprocess.buf_index = frame->bufs[i]->buf_idx; 822 param.reprocess.buf_index = 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:__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:__anon31241
|
/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...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 612 OMX_U32 interlaced_format_type, OMX_U32 buf_index); [all...] |
omx_vdec.h | 635 OMX_U32 interlaced_format_type, OMX_U32 buf_index); [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | 6299 int buf_index = buffer - m_out_mem_ptr; local 6433 OMX_U32 buf_index = buffer - m_out_mem_ptr; local 7967 int buf_index = p_buf_hdr - m_out_mem_ptr; local [all...] |
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.cpp | [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 6668 OMX_U32 buf_index = buffer - m_out_mem_ptr; local [all...] |