Home
last modified time | relevance | path

Searched refs:rga_check_format (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_policy.c60 static bool rga_check_format(const struct rga_hw_data *data, in rga_check_format() function
127 if (!rga_check_format(data, src0->rd_mode, src0->format, 0)) in rga_check_src0()
148 if (!rga_check_format(data, src1->rd_mode, src1->format, 1)) in rga_check_src1()
169 if (!rga_check_format(data, dst->rd_mode, dst->format, 2)) in rga_check_dst()
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp808 IM_STATUS rga_check_format(const char *name, rga_buffer_t info, im_rect rect, int format_usage, int… in rga_check_format() function
1217 ret = rga_check_format("src", src, src_rect, rga_info.input_format, mode_usage); in rga_check()
1235 ret = rga_check_format("pat", pat, pat_rect, rga_info.input_format, mode_usage); in rga_check()
1245 ret = rga_check_format("dst", dst, dst_rect, rga_info.output_format, mode_usage); in rga_check()