Lines Matching refs:psrc
167 RK_U8 *psrc = p_buf; in dump_frame() local
182 pdes[j] = fetch_data(fmt, psrc, j * step); in dump_frame()
184 psrc += step * hor_stride; in dump_frame()
186 psrc = p_buf + hor_stride * ver_stride; in dump_frame()
190 pdes[2 * j + 0] = fetch_data(fmt, psrc, 2 * j * step + 0); in dump_frame()
191 pdes[2 * j + 1] = fetch_data(fmt, psrc, 2 * j * step + 1); in dump_frame()
194 psrc += step * hor_stride; in dump_frame()
201 pdes[j] = fetch_data(fmt, psrc, j); in dump_frame()
203 psrc += hor_stride; in dump_frame()
205 psrc = p_buf + hor_stride * ver_stride; in dump_frame()
209 pdes[j] = fetch_data(fmt, psrc, j); in dump_frame()
211 psrc += hor_stride; in dump_frame()