Searched refs:buf_index (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp769 param.reprocess.buf_index = frame->bufs[i]->buf_idx;
822 param.reprocess.buf_index = buf_idx;
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h312 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member in struct:__anon424
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h612 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
H A Domx_vdec.h635 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp2065 param.reprocess.buf_index = frame->bufs[i]->buf_idx;
2122 param.reprocess.buf_index = buf_idx;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp6299 int buf_index = buffer - m_out_mem_ptr; local
6302 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr;
6309 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines;
6433 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
6439 private_handle_t *private_handle = native_buffer[buf_index].privatehandle;
7967 int buf_index = p_buf_hdr - m_out_mem_ptr; local
7968 if (buf_index >= drv_ctx.extradata_info.count) {
7970 buf_index, drv_ctx.extradata_info.count);
7974 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) +
7984 char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ct
[all...]
H A Domx_vdec_hevc.cpp5907 int buf_index = buffer - m_out_mem_ptr; local
5910 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr;
5917 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines;
7574 int buf_index = p_buf_hdr - m_out_mem_ptr; local
7576 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) +
7583 char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size;
7607 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle,
H A Domx_vdec.cpp8546 OMX_U32 interlaced_format_type, OMX_U32 buf_index)
8553 handle = (private_handle_t *)native_buffer[buf_index].nativehandle;
8545 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type, OMX_U32 buf_index) argument
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6668 OMX_U32 buf_index = buffer - m_out_mem_ptr; local
6673 handle = (private_handle_t *)native_buffer[buf_index];

Completed in 3029 milliseconds