Searched refs:m_out_mem_ptr_client (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/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/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_hevc_swvdec.cpp | 9240 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 9353 return m_out_mem_ptr_client; in get_il_buf_hdr() 9369 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 9370 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 9378 m_out_mem_ptr_client[index].nFilledLen = buffer_size_req; in get_il_buf_hdr() 9381 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9382 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9385 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 9386 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 9402 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
D | omx_vdec_msm8974.cpp | 10077 memset(m_out_mem_ptr_client,0,sizeof(m_out_mem_ptr_client)); in init_members() 10202 return m_out_mem_ptr_client; in get_il_buf_hdr() 10218 m_out_mem_ptr_client[index].nFlags = (bufadd->nFlags & OMX_BUFFERFLAG_EOS); in get_il_buf_hdr() 10219 m_out_mem_ptr_client[index].nTimeStamp = bufadd->nTimeStamp; in get_il_buf_hdr() 10229 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 10231 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 10235 m_out_mem_ptr_client[index].nFilledLen = filledLen; in get_il_buf_hdr() 10240 m_out_mem_ptr_client[index].nFilledLen = 0; in get_il_buf_hdr() 10241 return &m_out_mem_ptr_client[index]; in get_il_buf_hdr() 10257 index = bufadd - m_out_mem_ptr_client; in get_dr_buf_hdr() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 872 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 897 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|
D | omx_vdec.h | 1023 OMX_BUFFERHEADERTYPE m_out_mem_ptr_client[MAX_COUNT]; variable
|