Lines Matching refs:pdes
168 RK_U8 *pdes = tmp; in dump_frame() local
171 if (pdes) { in dump_frame()
182 pdes[j] = fetch_data(fmt, psrc, j * step); in dump_frame()
183 pdes += img_w; in dump_frame()
187 pdes = tmp + img_w * img_h; 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()
193 pdes += img_w; in dump_frame()
201 pdes[j] = fetch_data(fmt, psrc, j); in dump_frame()
202 pdes += width; in dump_frame()
206 pdes = tmp + width * height; in dump_frame()
209 pdes[j] = fetch_data(fmt, psrc, j); in dump_frame()
210 pdes += width; in dump_frame()