/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm_utils_bstream.c | 18 return (cxt->buf_end - cxt->buf_index); in viddec_pm_utils_bstream_bytesincubby() 30 …data_remaining = cxt->list->total_bytes - (cxt->au_pos + (cxt->bstrm_buf.buf_index - cxt->bstrm_bu… in viddec_pm_utils_bstream_nomorerbspdata() 41 ret = (cxt->bstrm_buf.buf[cxt->bstrm_buf.buf_index+1] == 0x0); in viddec_pm_utils_bstream_nomorerbspdata() 159 cur_byte = bstream->buf[bstream->buf_index + *act_bytes]; in viddec_pm_utils_getbytes() 189 if((bstream->buf_index + *act_bytes -1) >= bstream->buf_end) in viddec_pm_utils_getbytes() 233 bstream->buf_index +=bytes; in viddec_pm_utils_update_skipoffsets() 238 bstream->buf_index +=(bytes - 1); in viddec_pm_utils_update_skipoffsets() 281 cxt->au_pos += (bstream->buf_index - bstream->buf_st); in viddec_pm_utils_bstream_reload() 282 bstream->buf_st = bstream->buf_index; in viddec_pm_utils_bstream_reload() 290 …c_pm_utils_bstream_scratch_copyto(&(cxt->scratch), &(bstream->buf[bstream->buf_index]), cur_bytes); in viddec_pm_utils_bstream_reload() [all …]
|
D | vbp_utils.c | 330 cxt->getbits.bstrm_buf.buf_index = cxt->list.data[i].stpos; in vbp_utils_parse_es_buffer()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
D | viddec_pm_utils_bstream.h | 20 uint32_t buf_index; /* current index in buf */ member 72 *byte = cxt->au_pos + (cxt->bstrm_buf.buf_index - cxt->bstrm_buf.buf_st); in viddec_pm_utils_bstream_get_au_offsets() 78 (cxt->bstrm_buf.buf[cxt->bstrm_buf.buf_index] == 0) && in viddec_pm_utils_bstream_get_au_offsets() 79 (cxt->bstrm_buf.buf[cxt->bstrm_buf.buf_index+1] == 0x3); in viddec_pm_utils_bstream_get_au_offsets()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1232 uint32_t buf_index = 1; in doReprocessOffline() local 1234 buf_index, in doReprocessOffline() 1243 mappedBuffer.index = buf_index; in doReprocessOffline() 1252 param.reprocess.buf_index = buf_index; in doReprocessOffline() 1322 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess() 1332 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess() 1383 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msm_fd.h | 24 __u32 buf_index; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msm_fd.h | 24 __u32 buf_index; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msm_fd.h | 24 __u32 buf_index; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msm_fd.h | 24 __u32 buf_index; member
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_reprocess.c | 324 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1536 int buf_index = buffer - m_out_mem_ptr; in log_output_buffers() local 1545 char *temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr; in log_output_buffers() 1555 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines; in log_output_buffers() 7159 int buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7160 OMX_U8 *pBuffer = (OMX_U8 *)(drv_ctx.ptr_outputbuffer[buf_index].bufferaddr); in fill_buffer_done() 7320 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 7325 if (native_buffer[buf_index].privatehandle) in fill_buffer_done() 7326 private_handle = native_buffer[buf_index].privatehandle; in fill_buffer_done() 9114 int buf_index = p_buf_hdr - m_out_mem_ptr; in handle_extradata() local 9115 if (buf_index >= drv_ctx.extradata_info.count) { in handle_extradata() [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()
|
D | omx_vdec.cpp | 8546 OMX_U32 interlaced_format_type, OMX_U32 buf_index) in append_interlace_extradata() argument 8553 handle = (private_handle_t *)native_buffer[buf_index].nativehandle; in append_interlace_extradata()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_intf.h | 423 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess, member
|
/hardware/qcom/media/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 | 675 OMX_U32 interlaced_format_type, OMX_U32 buf_index);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 4181 param.reprocess.buf_index = buf_idx; in doReprocessOffline() 4235 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 6701 OMX_U32 buf_index = buffer - m_out_mem_ptr; in fill_buffer_done() local 6706 handle = (private_handle_t *)native_buffer[buf_index]; in fill_buffer_done()
|