Home
last modified time | relevance | path

Searched refs:u64PrivateData (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dvgs_img.c142 * u64PrivateData用来存储映射的内存区长度和vbHnd,在destroy时会用到 in MppFrmCreate()
144 * u64PrivateData is used to store the length of the mapped memory area and vbHnd, in MppFrmCreate()
147 frm->stVFrame.u64PrivateData = ((uint64_t)(uint32_t)vbHnd) << HI_INT32_BITS; in MppFrmCreate()
148 frm->stVFrame.u64PrivateData |= (uint64_t)vbCfg.u32VBSize; in MppFrmCreate()
190 * u64PrivateData被用来存储映射的内存区长度和vbHnd,在创建时设置 in MppFrmDestroy()
191 * u64PrivateData is used to store the length of the mapped memory area and vbHnd, which is set at create in MppFrmDestroy()
193 uint32_t memSize = (uint32_t)(frm->stVFrame.u64PrivateData); in MppFrmDestroy()
194 uint32_t vbHnd = (uint32_t)(frm->stVFrame.u64PrivateData >> HI_INT32_BITS); in MppFrmDestroy()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h450 HI_U64 u64PrivateData; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_video.h446 HI_U64 u64PrivateData; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_video.h447 HI_U64 u64PrivateData; member

Completed in 7 milliseconds