Home
last modified time | relevance | path

Searched refs:CHECK_NULL_PTR (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maldives/vpu_v3/
H A DhalVPU_EX.c3457 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3489 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3548 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3580 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3621 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
3805 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
3812 if (CHECK_NULL_PTR(cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
3914 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
3922 if (CHECK_NULL_PTR(cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h161 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/vpu_v3/
H A DhalVPU_EX.c3612 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3646 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3683 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3717 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3760 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
3945 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
3952 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4055 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4063 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h160 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mustang/vpu_v3/
H A DhalVPU_EX.c3763 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3800 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3863 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3900 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3941 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4130 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4137 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4240 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4248 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h163 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mooney/vpu_v3/
H A DhalVPU_EX.c3787 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3826 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3863 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3897 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3940 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4127 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4134 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4237 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4245 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h160 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/manhattan/vpu_v3/
H A DhalVPU_EX.c3736 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3770 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3812 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3851 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3894 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4079 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4086 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4189 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4197 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h160 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/messi/vpu_v3/
H A DhalVPU_EX.c3613 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3647 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3684 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3718 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3761 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
3946 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
3953 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4056 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4064 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h160 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/macan/vpu_v3/
H A DhalVPU_EX.c3673 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
3707 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
3744 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
3778 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
3821 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4007 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4014 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4117 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4125 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h160 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7621/vpu_v3/
H A DhalVPU_EX.c4039 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4078 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4120 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4159 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4202 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4391 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4398 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4501 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4509 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7821/vpu_v3/
H A DhalVPU_EX.c4057 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4096 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4138 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4177 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4220 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4409 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4416 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4519 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4527 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6/vpu_v3/
H A DhalVPU_EX.c4202 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4241 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4283 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4322 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4365 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4554 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4561 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4664 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4672 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DhalVPU_EX.c4205 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4244 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4286 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4325 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4368 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4557 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4564 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4667 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4675 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6lite/vpu_v3/
H A DhalVPU_EX.c4213 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4251 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4293 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4332 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4375 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4564 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4571 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4674 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4682 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/curry/vpu_v3/
H A DhalVPU_EX.c4198 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4237 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4279 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4318 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4361 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4550 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4557 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4660 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4668 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h158 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DhalVPU_EX.c4224 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4263 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4305 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4344 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4388 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4577 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4584 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4687 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4695 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h162 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro
/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/vpu_lite/
H A DhalVPU_EX.c4078 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetVBBUVacancy()
4119 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESReadPtr()
4156 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_GetESWritePtr()
4190 if (CHECK_NULL_PTR(pstVBBU) || CHECK_NULL_PTR(stVpuPkt)) in HAL_VPU_EX_Push2VBBU()
4236 if (CHECK_NULL_PTR(pstVBBU)) in HAL_VPU_EX_IsVBBUEmpty()
4427 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4434 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_CMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamCMDQueueSend()
4539 if (CHECK_NULL_PTR(cmd_q)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
4547 if (CHECK_NULL_PTR((MS_VIRT)cmd_q->u32HVD_DISPCMDQ_DRAM_ST_ADDR)) in HAL_VPU_EX_DRAMStreamDispCMDQueueSend()
H A DhalVPU_EX.h174 #define CHECK_NULL_PTR(vbbu_addr) (((void *)(vbbu_addr)) == NULL) macro

12