Searched refs:m_out_mem_ptr_client (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 9075 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 9188 return m_out_mem_ptr_client; in get_il_buf_hdr() 9203 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 9204 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 9227 m_out_mem_ptr_client[index].nFilledLen = buffer_size_req; in get_il_buf_hdr() 9230 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9231 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9234 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9235 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9251 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 8154 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 8268 return m_out_mem_ptr_client; in get_il_buf_hdr() 8284 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 8285 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 8293 m_out_mem_ptr_client[index].nFilledLen = buffer_size_req; in get_il_buf_hdr() 8296 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 8297 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 8300 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 8301 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 8317 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
D | omx_vdec.cpp | 9323 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 9451 return m_out_mem_ptr_client; in get_il_buf_hdr() 9469 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 9470 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 9476 m_out_mem_ptr_client[index].nFilledLen = buffer_size_req; in get_il_buf_hdr() 9483 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9485 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9504 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() 9547 index = bufhdr - m_out_mem_ptr_client; in free_output_buffer() 9652 m_out_mem_ptr_client[i].pOutputPortPrivate = NULL; in allocate_buffers_color_convert() [all …]
|
D | omx_vdec_msm8974.cpp | 10222 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 10347 return m_out_mem_ptr_client; in get_il_buf_hdr() 10363 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 10364 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 10374 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 10376 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 10380 m_out_mem_ptr_client[index].nFilledLen = filledLen; in get_il_buf_hdr() 10385 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 10386 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 10402 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 9442 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 9555 return m_out_mem_ptr_client; in get_il_buf_hdr() 9571 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 9572 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 9580 m_out_mem_ptr_client[index].nFilledLen = buffer_size_req; in get_il_buf_hdr() 9583 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9584 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9587 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9588 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9604 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 872 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 897 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 888 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
D | omx_vdec_hevc_swvdec.h | 1052 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
D | omx_vdec.h | 1055 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1120 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1351 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|