Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dutils.c66 RK_U32 h_stride = 0; in dump_mpp_frame_to_file() local
77 h_stride = mpp_frame_get_hor_stride(frame); in dump_mpp_frame_to_file()
102 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
103 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file()
107 for (i = 0; i < height; i++, base_y += h_stride) in dump_mpp_frame_to_file()
110 for (i = 0; i < height; i++, base_c += h_stride) { in dump_mpp_frame_to_file()
126 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
128 for (i = 0; i < height; i++, base_y += h_stride) { in dump_mpp_frame_to_file()
131 for (i = 0; i < height / 2; i++, base_c += h_stride) { in dump_mpp_frame_to_file()
138 RK_U8 *base_c = base + h_stride * v_stride; in dump_mpp_frame_to_file()
[all …]
/rockchip-linux_mpp/
H A DCHANGELOG.md235 - [sys_cfg]: Align rk3399 h_stride to an odd multiple of 265.