Home
last modified time | relevance | path

Searched refs:is_ring (Results 1 – 4 of 4) 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.h991 int is_ring; ///< flag to identify if this slice is a ring buffer member
/third_party/boost/boost/geometry/io/wkt/
Dwrite.hpp512 static const bool is_ring = boost::is_same<typename tag<Geometry>::type, ring_tag>::value; member in boost::geometry::wkt_manipulator
519 bool force_closure = ! is_ring) in wkt_manipulator()
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/
Denvelope_on_spheroid.cpp335 static bool const is_ring = false; member
340 is_linear || is_ring,