/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1485 uint32_t buf_index = 0; in doReprocessOffline() local 1504 buf_index = (buf_index < ((*it).index)) ? ((*it).index) : buf_index; in doReprocessOffline() 1506 buf_index += 1; in doReprocessOffline() 1509 meta_buf_index = buf_index; in doReprocessOffline() 1527 buf_index += 1; in doReprocessOffline() 1531 buf_index, in doReprocessOffline() 1541 mappedBuffer.index = buf_index; in doReprocessOffline() 1550 param.reprocess.buf_index = buf_index; in doReprocessOffline() 1569 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline() 1750 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess() [all …]
|
D | QCameraStream.h | 155 uint8_t buf_index[CAMERA_MAX_CONSUMER_BATCH_BUFFER_SIZE]; member
|
D | QCameraStream.cpp | 1319 uint8_t buf_idx = mStreamMetaMemory[index].buf_index[i]; in bufDone()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 2089 int buf_index = 0; in log_output_buffers() local 2121 buf_index = buffer - m_out_mem_ptr; in log_output_buffers() 2122 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 2154 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 2160 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + y_meta_plane + y_plane; in log_output_buffers() 2184 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 8814 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 8815 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr); in fill_buffer_done() 8983 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 8984 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in fill_buffer_done() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 678 void handle_color_space_info(void *data, unsigned int buf_index); 679 void set_colorspace_in_handle(ColorSpace_t color, unsigned int buf_index); 696 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
D | omx_vdec_hevc.h | 605 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
D | omx_vdec_hevc_swvdec.h | 722 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 719 void set_colorspace_in_handle(ColorSpace_t color, unsigned int buf_index); 726 void set_colormetadata_in_handle(ColorMetaData *color_mdata, unsigned int buf_index); 745 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1885 int buf_index = 0; in log_output_buffers() local 1918 buf_index = buffer - m_out_mem_ptr; in log_output_buffers() 1919 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1950 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1956 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + y_meta_plane + y_plane; in log_output_buffers() 1980 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 8169 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 8170 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr); in fill_buffer_done() 8303 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 8304 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in fill_buffer_done() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1670 int buf_index = buffer - m_out_mem_ptr; in log_output_buffers() local 1679 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1689 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 7371 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7376 if (native_buffer[buf_index].privatehandle) in fill_buffer_done() 7377 private_handle = native_buffer[buf_index].privatehandle; in fill_buffer_done() 8855 int buf_index = p_buf_hdr - m_out_mem_ptr; in handle_extradata() local 8857 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) + in handle_extradata() 8866 … char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size; in handle_extradata() 8891 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in handle_extradata()
|
D | omx_vdec_hevc.cpp | 5899 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 5902 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in fill_buffer_done() 5909 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in fill_buffer_done() 7562 int buf_index = p_buf_hdr - m_out_mem_ptr; in handle_extradata() local 7564 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) + in handle_extradata() 7571 … char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size; in handle_extradata() 7595 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in handle_extradata()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 2127 int buf_index = 0; in log_output_buffers() local 2162 buf_index = buffer - m_out_mem_ptr; in log_output_buffers() 2163 bufaddr = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 2165 bufaddr = ion_map(drv_ctx.ptr_outputbuffer[buf_index].pmem_fd, in log_output_buffers() 2166 drv_ctx.ptr_outputbuffer[buf_index].buffer_len); in log_output_buffers() 2267 ion_unmap(drv_ctx.ptr_outputbuffer[buf_index].pmem_fd, bufaddr, in log_output_buffers() 2268 drv_ctx.ptr_outputbuffer[buf_index].buffer_len); in log_output_buffers() 8614 int buf_index = buffer - omx_base_address; in fill_buffer_done() local 8615 OMX_U8 *pBuffer = (OMX_U8 *)(omx_ptr_outputbuffer[buf_index].bufferaddr); in fill_buffer_done() 8747 OMX_U32 buf_index = buffer - omx_base_address; in fill_buffer_done() local [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_reprocess.c | 317 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1563 int buf_index = 0; in log_output_buffers() local 1600 buf_index = buffer - m_intermediate_out_mem_ptr; in log_output_buffers() 1601 vdec_buf = &drv_ctx.ptr_intermediate_outputbuffer[buf_index]; in log_output_buffers() 1603 buf_index = buffer - m_out_mem_ptr; in log_output_buffers() 1604 vdec_buf = &drv_ctx.ptr_outputbuffer[buf_index]; in log_output_buffers() 6134 int buf_index = buffer - omx_base_address; in fill_buffer_done() local 6135 if (buf_index < drv_ctx.extradata_info.count && in fill_buffer_done() 6136 drv_ctx.extradata_info.ion[buf_index].uaddr) in fill_buffer_done() 6137 fwrite (drv_ctx.extradata_info.ion[buf_index].uaddr, 1, in fill_buffer_done() 6235 OMX_U32 buf_index = buffer - omx_base_address; in fill_buffer_done() local [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1538 int buf_index = buffer - m_out_mem_ptr; in log_output_buffers() local 1547 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1557 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 7296 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7297 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr); in fill_buffer_done() 7463 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7468 if (buf_index < drv_ctx.op_buf.actualcount && in fill_buffer_done() 7469 buf_index < MAX_NUM_INPUT_OUTPUT_BUFFERS && in fill_buffer_done() 7470 native_buffer[buf_index].privatehandle) in fill_buffer_done() 7471 private_handle = native_buffer[buf_index].privatehandle; in fill_buffer_done() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1653 int buf_index = buffer - m_out_mem_ptr; in log_output_buffers() local 1662 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1672 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 7157 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7162 if (native_buffer[buf_index].privatehandle) in fill_buffer_done() 7163 private_handle = native_buffer[buf_index].privatehandle; in fill_buffer_done() 8640 int buf_index = p_buf_hdr - m_out_mem_ptr; in handle_extradata() local 8642 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) + in handle_extradata() 8651 … char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size; in handle_extradata() 8675 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in handle_extradata()
|
D | omx_vdec_hevc.cpp | 5935 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 5938 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in fill_buffer_done() 5945 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in fill_buffer_done() 7598 int buf_index = p_buf_hdr - m_out_mem_ptr; in handle_extradata() local 7600 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr) + in handle_extradata() 7607 … char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size; in handle_extradata() 7631 setMetaData((private_handle_t *)native_buffer[buf_index].privatehandle, in handle_extradata()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 608 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
D | omx_vdec.h | 670 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 5351 param.reprocess.buf_index = buf_idx; in doReprocessOffline() 5357 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline() 5416 param.reprocess.buf_index = buf_idx; in doReprocess() 5422 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
|
D | QCamera3HWI.cpp | 5656 streamsArray.stream_request[streamsArray.num_streams++].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 5669 streamsArray.stream_request[streamsArray.num_streams++].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 6028 streamsArray.stream_request[j].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 6030 streamsArray.stream_request[j].buf_index = indexUsed; in processCaptureRequest() 6067 streamsArray.stream_request[j].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 6069 streamsArray.stream_request[j].buf_index = indexUsed; in processCaptureRequest() 6094 streamsArray.stream_request[j].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 6096 streamsArray.stream_request[j].buf_index = indexUsed; in processCaptureRequest() 6175 streamsArray.stream_request[j].buf_index = CAM_FREERUN_IDX; in processCaptureRequest() 6177 streamsArray.stream_request[j].buf_index = indexUsed; in processCaptureRequest() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_intf.h | 679 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess, member
|
D | cam_types.h | 1886 uint32_t buf_index; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 957 void set_colormetadata_in_handle(ColorMetaData *color_mdata, unsigned int buf_index);
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 6320 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 6323 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; // mmap ION buffer addr in fill_buffer_done() 6330 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in fill_buffer_done()
|