Searched refs:pDestBuf (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 3561 OMX_U8 *pDestBuf; in set_config() local 3571 pDestBuf = m_vendor_config.pData; in set_config() 3584 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3587 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3590 pDestBuf += len + nal_length; in set_config()
|
D | omx_vdec.cpp | 3867 OMX_U8 *pDestBuf; in set_config() local 3877 pDestBuf = m_vendor_config.pData; in set_config() 3890 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3893 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3896 pDestBuf += len + nal_length; in set_config()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3371 OMX_U8 *pDestBuf; in set_config() local 3381 pDestBuf = m_vendor_config.pData; in set_config() 3393 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3395 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3398 pDestBuf += len + nal_length; in set_config()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3392 OMX_U8 *pDestBuf; in set_config() local 3402 pDestBuf = m_vendor_config.pData; in set_config() 3414 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3416 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3419 pDestBuf += len + nal_length; in set_config()
|
D | omx_vdec.cpp | 3646 OMX_U8 *pDestBuf; in set_config() local 3656 pDestBuf = m_vendor_config.pData; in set_config() 3669 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3672 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3676 pDestBuf += len + nal_length; in set_config()
|