Searched refs:pointer_at (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.c | 194 static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], in pointer_at() function 212 p = pointer_at(draw, src, src_linesize, plane, src_x, src_y); in ff_copy_rectangle2() 213 q = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_copy_rectangle2() 233 p0 = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_fill_rectangle() 376 p0 = pointer_at(draw, dst, dst_linesize, plane, x0, y0); in ff_blend_rectangle() 554 p0 = pointer_at(draw, dst, dst_linesize, plane, x0, y0); in ff_blend_mask()
|