Home
last modified time | relevance | path

Searched defs:fill_rectangle (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drectangle.h41 static av_always_inline void fill_rectangle(void *vp, int w, int h, int stride, uint32_t val, int s… in fill_rectangle() function
/third_party/ffmpeg/fftools/
Dffplay.c828 static inline void fill_rectangle(int x, int y, int w, int h) in fill_rectangle() function