Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dutils.c105 RK_U8 *tmp_v = tmp + width * height / 2; in dump_mpp_frame_to_file() local
113 tmp_v[j] = base_c[2 * j + 1]; in dump_mpp_frame_to_file()
116 tmp_v += width / 2; in dump_mpp_frame_to_file()
182 RK_U8 *tmp_v = tmp + width * height; in dump_mpp_frame_to_file() local
190 tmp_v[j] = base_c[2 * j + 1]; in dump_mpp_frame_to_file()
193 tmp_v += width; in dump_mpp_frame_to_file()