Home
last modified time | relevance | path

Searched refs:eok (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c159 errno_t eok = memset_s((void *)&imRect, sizeof(imRect), 0, sizeof(imRect)); in rkFillRect() local
160 if (eok != EOK) { in rkFillRect()
169 eok = memset_s((void *)&dst, sizeof(dst), 0, sizeof(dst)); in rkFillRect()
170 if (eok != EOK) { in rkFillRect()
288 errno_t eok = memset_s(&dstRgaBuffer, sizeof(dstRgaBuffer), 0, sizeof(dstRgaBuffer)); in doFlit() local
289 if (eok != EOK) { in doFlit()
293 eok = memset_s(&srcRgaBuffer, sizeof(srcRgaBuffer), 0, sizeof(srcRgaBuffer)); in doFlit()
294 if (eok != EOK) { in doFlit()
298 eok = memset_s(&bRgbBuffer, sizeof(bRgbBuffer), 0, sizeof(bRgbBuffer)); in doFlit()
299 if (eok ! in doFlit()
507 errno_t eok = memset_s((void *)gfxFuncs, sizeof(GfxFuncs), 0, sizeof(GfxFuncs)); GfxInitialize() local
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c159 errno_t eok = memset_s((void *)&imRect, sizeof(imRect), 0, sizeof(imRect)); in rkFillRect() local
160 if (eok != EOK) { in rkFillRect()
169 eok = memset_s((void *)&dst, sizeof(dst), 0, sizeof(dst)); in rkFillRect()
170 if (eok != EOK) { in rkFillRect()
286 errno_t eok = memset_s(&dstRgaBuffer, sizeof(dstRgaBuffer), 0, sizeof(dstRgaBuffer)); in doFlit() local
287 if (eok != EOK) { in doFlit()
291 eok = memset_s(&srcRgaBuffer, sizeof(srcRgaBuffer), 0, sizeof(srcRgaBuffer)); in doFlit()
292 if (eok != EOK) { in doFlit()
296 eok = memset_s(&bRgbBuffer, sizeof(bRgbBuffer), 0, sizeof(bRgbBuffer)); in doFlit()
297 if (eok ! in doFlit()
497 errno_t eok = memset_s((void *)gfxFuncs, sizeof(GfxFuncs), 0, sizeof(GfxFuncs)); GfxInitialize() local
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c157 errno_t eok = memset_s((void *)&imRect, sizeof(imRect), 0, sizeof(imRect)); in rkFillRect() local
158 if (eok != EOK) { in rkFillRect()
167 eok = memset_s((void *)&dst, sizeof(dst), 0, sizeof(dst)); in rkFillRect()
168 if (eok != EOK) { in rkFillRect()
278 errno_t eok = memset_s(&dstRgaBuffer, sizeof(dstRgaBuffer), 0, sizeof(dstRgaBuffer)); in doFlit() local
279 if (eok != EOK) { in doFlit()
283 eok = memset_s(&srcRgaBuffer, sizeof(srcRgaBuffer), 0, sizeof(srcRgaBuffer)); in doFlit()
284 if (eok != EOK) { in doFlit()
288 eok = memset_s(&bRgbBuffer, sizeof(bRgbBuffer), 0, sizeof(bRgbBuffer)); in doFlit()
289 if (eok ! in doFlit()
471 errno_t eok = memset_s((void *)gfxFuncs, sizeof(GfxFuncs), 0, sizeof(GfxFuncs)); GfxInitialize() local
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c157 errno_t eok = memset_s((void *)&imRect, sizeof(imRect), 0, sizeof(imRect)); in rkFillRect() local
158 if (eok != EOK) { in rkFillRect()
167 eok = memset_s((void *)&dst, sizeof(dst), 0, sizeof(dst)); in rkFillRect()
168 if (eok != EOK) { in rkFillRect()
278 errno_t eok = memset_s(&dstRgaBuffer, sizeof(dstRgaBuffer), 0, sizeof(dstRgaBuffer)); in doFlit() local
279 if (eok != EOK) { in doFlit()
283 eok = memset_s(&srcRgaBuffer, sizeof(srcRgaBuffer), 0, sizeof(srcRgaBuffer)); in doFlit()
284 if (eok != EOK) { in doFlit()
288 eok = memset_s(&bRgbBuffer, sizeof(bRgbBuffer), 0, sizeof(bRgbBuffer)); in doFlit()
289 if (eok ! in doFlit()
471 errno_t eok = memset_s((void *)gfxFuncs, sizeof(GfxFuncs), 0, sizeof(GfxFuncs)); GfxInitialize() local
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c157 errno_t eok = memset_s((void *)&imRect, sizeof(imRect), 0, sizeof(imRect)); in rkFillRect() local
158 if (eok != EOK) { in rkFillRect()
167 eok = memset_s((void *)&dst, sizeof(dst), 0, sizeof(dst)); in rkFillRect()
168 if (eok != EOK) { in rkFillRect()
278 errno_t eok = memset_s(&dstRgaBuffer, sizeof(dstRgaBuffer), 0, sizeof(dstRgaBuffer)); in doFlit() local
279 if (eok != EOK) { in doFlit()
283 eok = memset_s(&srcRgaBuffer, sizeof(srcRgaBuffer), 0, sizeof(srcRgaBuffer)); in doFlit()
284 if (eok != EOK) { in doFlit()
288 eok = memset_s(&bRgbBuffer, sizeof(bRgbBuffer), 0, sizeof(bRgbBuffer)); in doFlit()
289 if (eok ! in doFlit()
471 errno_t eok = memset_s((void *)gfxFuncs, sizeof(GfxFuncs), 0, sizeof(GfxFuncs)); GfxInitialize() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/src/
H A Dmpi_enc_utils.c58 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_ref_cfg() local
59 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
63 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_ref_cfg()
64 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
249 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_smart_gop_ref_cfg() local
250 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
254 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_smart_gop_ref_cfg()
255 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
667 errno_t eok; in hal_mpp_get_sps() local
706 eok in hal_mpp_get_sps()
737 errno_t eok = memset_s(&info, sizeof(MppBufferInfo), 0, sizeof(MppBufferInfo)); hal_mpp_encode() local
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/src/
H A Dmpi_enc_utils.c59 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_ref_cfg() local
60 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
64 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_ref_cfg()
65 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
250 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_smart_gop_ref_cfg() local
251 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
255 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_smart_gop_ref_cfg()
256 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
659 errno_t eok; in hal_mpp_get_sps() local
698 eok in hal_mpp_get_sps()
729 errno_t eok = memset_s(&info, sizeof(MppBufferInfo), 0, sizeof(MppBufferInfo)); hal_mpp_encode() local
[all...]
/device/soc/rockchip/common/hardware/mpp/src/
H A Dmpi_enc_utils.c38 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_ref_cfg() local
39 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
43 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_ref_cfg()
44 if (eok != EOK) { in mpi_enc_gen_ref_cfg()
231 errno_t eok = memset_s(&lt_ref, sizeof(lt_ref), 0, sizeof(lt_ref)); in mpi_enc_gen_smart_gop_ref_cfg() local
232 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
236 eok = memset_s(&st_ref, sizeof(st_ref), 0, sizeof(st_ref)); in mpi_enc_gen_smart_gop_ref_cfg()
237 if (eok != EOK) { in mpi_enc_gen_smart_gop_ref_cfg()
645 errno_t eok; in hal_mpp_get_sps() local
683 eok in hal_mpp_get_sps()
714 errno_t eok = memset_s(&info, sizeof(MppBufferInfo), 0, sizeof(MppBufferInfo)); hal_mpp_encode() local
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp62 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
63 if (eok != EOK) { in GetGrallocManager()
234 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
235 DISPLAY_CHK_RETURN((eok != EOK), HDF_ERR_INVALID_PARAM, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
303 errno_t eok = EOK; in GbmAllocMem() local
310 eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem()
311 if (eok != EOK) { in GbmAllocMem()
315 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed"); \ in GbmAllocMem()
H A Ddisplay_gralloc.c77 errno_t eok = memset_s(grallocFuncs, sizeof(GrallocFuncs), 0, sizeof(GrallocFuncs)); in GrallocInitialize() local
78 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_FAILURE, DISPLAY_LOGE("memset_s failed")); in GrallocInitialize()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp62 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
63 if (eok != EOK) { in GetGrallocManager()
234 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
235 DISPLAY_CHK_RETURN((eok != EOK), HDF_ERR_INVALID_PARAM, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
303 errno_t eok = EOK; in GbmAllocMem() local
310 eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem()
311 if (eok != EOK) { in GbmAllocMem()
315 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed"); \ in GbmAllocMem()
H A Ddisplay_gralloc.c77 errno_t eok = memset_s(grallocFuncs, sizeof(GrallocFuncs), 0, sizeof(GrallocFuncs)); in GrallocInitialize() local
78 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_FAILURE, DISPLAY_LOGE("memset_s failed")); in GrallocInitialize()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp62 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
63 if (eok != EOK) { in GetGrallocManager()
234 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
235 DISPLAY_CHK_RETURN((eok != EOK), HDF_ERR_INVALID_PARAM, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
303 errno_t eok = EOK; in GbmAllocMem() local
310 eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem()
311 if (eok != EOK) { in GbmAllocMem()
315 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed"); \ in GbmAllocMem()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c54 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
55 if (eok != EOK) { in GetGrallocManager()
275 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
276 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
348 errno_t eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem() local
349 if (eok != EOK) { in GbmAllocMem()
352 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed"); \ in GbmAllocMem()
H A Ddisplay_gralloc.c111 errno_t eok = memset_s(grallocFuncs, sizeof(GrallocFuncs), 0, sizeof(GrallocFuncs)); in GrallocInitialize() local
112 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_FAILURE, DISPLAY_LOGE("memset_s failed")); in GrallocInitialize()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c65 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
66 if (eok != EOK) { in GetGrallocManager()
237 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
238 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
310 errno_t eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem() local
311 if (eok != EOK) { in GbmAllocMem()
314 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed"); \ in GbmAllocMem()
H A Ddisplay_gralloc.c109 errno_t eok = memset_s(grallocFuncs, sizeof(GrallocFuncs), 0, sizeof(GrallocFuncs)); in GrallocInitialize() local
110 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_FAILURE, DISPLAY_LOGE("memset_s failed")); in GrallocInitialize()
/device/soc/rockchip/common/hardware/rga/include/
H A Dim2d.h380 errno_t eok = memset_s(&pat, sizeof(rga_buffer_t), 0, sizeof(rga_buffer_t)); \
381 if (!eok) { \
384 eok = memset_s(&pat_rect, sizeof(im_rect), 0, sizeof(im_rect)); \
385 if (!eok) { \
722 errno_t eok = memset_s(&srcB, sizeof(rga_buffer_t), 0x00, sizeof(rga_buffer_t)); \
723 if (!eok) { \
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Dim2d.h390 errno_t eok = memset_s(&pat, sizeof(rga_buffer_t), 0, sizeof(rga_buffer_t)); \
391 if (!eok) { \
394 eok = memset_s(&pat_rect, sizeof(im_rect), 0, sizeof(im_rect)); \
395 if (!eok) { \
727 errno_t eok = memset_s(&srcB, sizeof(rga_buffer_t), 0x00, sizeof(rga_buffer_t)); \
728 if (!eok) { \
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Dim2d.h390 errno_t eok = memset_s(&pat, sizeof(rga_buffer_t), 0, sizeof(rga_buffer_t)); \
391 if (!eok) { \
394 eok = memset_s(&pat_rect, sizeof(im_rect), 0, sizeof(im_rect)); \
395 if (!eok) { \
727 errno_t eok = memset_s(&srcB, sizeof(rga_buffer_t), 0x00, sizeof(rga_buffer_t)); \
728 if (!eok) { \
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.cpp219 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
220 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c442 errno_t eok = memcpy_s(buf, len, ptr, len); in hal_mpp_get_sps() local
443 if (eok != EOK) { in hal_mpp_get_sps()

Completed in 17 milliseconds