Searched refs:pointer_at (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 204 static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], in pointer_at() function 222 p = pointer_at(draw, src, src_linesize, plane, src_x, src_y); in ff_copy_rectangle2() 223 q = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_copy_rectangle2() 243 p0 = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_fill_rectangle() 383 p0 = pointer_at(draw, dst, dst_linesize, plane, x0, y0); in ff_blend_rectangle() 565 p0 = pointer_at(draw, dst, dst_linesize, plane, x0, y0); in ff_blend_mask()
|
Completed in 3 milliseconds