Home
last modified time | relevance | path

Searched refs:pPtr (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp4458 char *pPtr=NULL; in allocate_output_buffer() local
4459 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
4469 free(pPtr); in allocate_output_buffer()
4496 if (*omx_base_address && pPtr && *omx_ptr_outputbuffer in allocate_output_buffer()
4502 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
4548 *omx_base_address, pPtr); in allocate_output_buffer()
4553 if (pPtr) { in allocate_output_buffer()
4554 free(pPtr); in allocate_output_buffer()
4555 pPtr = NULL; in allocate_output_buffer()
7349 char *pPtr=NULL; in allocate_output_headers() local
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp4744 char *pPtr=NULL; in allocate_output_buffer() local
4745 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
4764 if (m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer in allocate_output_buffer()
4774 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
4853 m_out_mem_ptr, pPtr); in allocate_output_buffer()
4860 if (pPtr) { in allocate_output_buffer()
4861 free(pPtr); in allocate_output_buffer()
4862 pPtr = NULL; in allocate_output_buffer()
7746 char *pPtr=NULL; in allocate_output_headers() local
7747 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
Domx_vdec_hevc.cpp4490 char *pPtr=NULL; in allocate_output_buffer() local
4491 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
4505 if (m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer in allocate_output_buffer()
4511 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
4576 m_out_mem_ptr, pPtr); in allocate_output_buffer()
4581 if (pPtr) { in allocate_output_buffer()
4582 free(pPtr); in allocate_output_buffer()
4583 pPtr = NULL; in allocate_output_buffer()
7389 char *pPtr=NULL; in allocate_output_headers() local
7390 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
Domx_vdec_hevc_swvdec.cpp5379 char *pPtr=NULL; in allocate_output_buffer() local
5380 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
5398 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer in allocate_output_buffer()
5405 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
5473 m_out_mem_ptr, pPtr); in allocate_output_buffer()
5479 if(pPtr) in allocate_output_buffer()
5481 free(pPtr); in allocate_output_buffer()
5482 pPtr = NULL; in allocate_output_buffer()
8397 char *pPtr=NULL; in allocate_output_headers() local
8398 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
Domx_vdec_msm8974.cpp5657 char *pPtr=NULL; in allocate_output_buffer() local
5658 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
5681 if (m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer in allocate_output_buffer()
5687 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
5755 m_out_mem_ptr, pPtr); in allocate_output_buffer()
5760 if (pPtr) { in allocate_output_buffer()
5761 free(pPtr); in allocate_output_buffer()
5762 pPtr = NULL; in allocate_output_buffer()
9016 char *pPtr=NULL; in allocate_output_headers() local
9017 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp4952 char *pPtr=NULL; in allocate_output_buffer() local
4953 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
4972 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer in allocate_output_buffer()
4983 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
5052 m_out_mem_ptr, pPtr); in allocate_output_buffer()
5058 if(pPtr) in allocate_output_buffer()
5060 free(pPtr); in allocate_output_buffer()
5061 pPtr = NULL; in allocate_output_buffer()
8056 char *pPtr=NULL; in allocate_output_headers() local
8057 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp5583 char *pPtr=NULL; in allocate_output_buffer() local
5584 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
5602 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer in allocate_output_buffer()
5609 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
5677 m_out_mem_ptr, pPtr); in allocate_output_buffer()
5683 if(pPtr) in allocate_output_buffer()
5685 free(pPtr); in allocate_output_buffer()
5686 pPtr = NULL; in allocate_output_buffer()
8612 char *pPtr=NULL; in allocate_output_headers() local
8613 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp7093 char *pPtr=NULL; in allocate_output_buffer() local
7094 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_buffer()
7124 if (m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer in allocate_output_buffer()
7130 m_platform_list = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)(pPtr); in allocate_output_buffer()
7203 m_out_mem_ptr, pPtr); in allocate_output_buffer()
7208 if (pPtr) { in allocate_output_buffer()
7209 free(pPtr); in allocate_output_buffer()
7210 pPtr = NULL; in allocate_output_buffer()
10756 char *pPtr=NULL; in allocate_output_headers() local
10757 pPtr = (char*) calloc(nPlatformListSize + nPlatformEntrySize + in allocate_output_headers()
[all …]