Home
last modified time | relevance | path

Searched refs:is_ring (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dslice.c31 if (s->is_ring) in free_lines()
37 …memset(s->plane[i].line, 0, sizeof(uint8_t*) * s->plane[i].available_lines * (s->is_ring ? 3 : 1)); in free_lines()
68 if (s->is_ring) { in alloc_lines()
89 s->is_ring = ring; in alloc_slice()
Dswscale_internal.h1073 int is_ring; ///< flag to identify if this slice is a ring buffer member