Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c125 static void read_image(void) in read_image() function
495 read_image(); in main()
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.h68 MPP_RET read_image(RK_U8 *buf, FILE *fp, RK_U32 width, RK_U32 height,
H A Dutils.c472 MPP_RET read_image(RK_U8 *buf, FILE *fp, RK_U32 width, RK_U32 height, in read_image() function
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp227 ret = read_image((RK_U8 *)ptr, fin, cmd.src_w, cmd.src_h, in main()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp111 static RK_S32 read_image(RK_U8 *pVirAddr, RK_U32 u32Width, RK_U32 u32Height, in read_image() function
336 s32Ret = read_image(pVirAddr, pstCtx->u32SrcWidth, pstCtx->u32SrcHeight, in venc_send_frame()
H A Dtest_mpi_gdc.cpp227 static RK_S32 read_image(RK_U8 *pVirAddr, RK_U32 u32Width, RK_U32 u32Height, in read_image() function
1271 … s32Ret = read_image(reinterpret_cast<RK_U8 *>(pSrcData), ctx->u32SrcWidth, ctx->u32SrcHeight, in test_mpi_gdc_api()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c586 ret = read_image(buf, p->fp_input, p->width, p->height, in test_mpp_run()
H A Dmpi_enc_mt_test.cpp702 ret = read_image((RK_U8 *)buf, p->fp_input, p->width, p->height, in enc_test_input()