Home
last modified time | relevance | path

Searched refs:fill_image (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.h71 MPP_RET fill_image(RK_U8 *buf, RK_U32 width, RK_U32 height,
H A Dutils.c1027 MPP_RET fill_image(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_image() function
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp234 ret = fill_image((RK_U8 *)ptr, cmd.src_w, cmd.src_h, in main()
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1925 static int fill_image(struct ipu_image_convert_ctx *ctx, in fill_image() function
2134 ret = fill_image(ctx, s_image, in, IMAGE_CONVERT_IN); in ipu_image_convert_prepare()
2137 ret = fill_image(ctx, d_image, out, IMAGE_CONVERT_OUT); in ipu_image_convert_prepare()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c603 ret = fill_image(buf, p->width, p->height, p->hor_stride, in test_mpp_run()
H A Dmpi_enc_mt_test.cpp719 ret = fill_image((RK_U8 *)buf, p->width, p->height, p->hor_stride, in enc_test_input()