/third_party/boost/boost/gil/ |
D | pixel_iterator.hpp | 99 struct is_planar<Pixel*> : is_planar<Pixel> {}; struct 102 struct is_planar<Pixel const*> : is_planar<Pixel> {}; struct
|
D | pixel.hpp | 43 struct is_planar : std::false_type {}; struct 46 struct is_planar<PixelBased const> : is_planar<PixelBased> {}; struct 291 struct is_planar<pixel<ChannelValue, Layout>> : std::false_type {}; struct
|
D | iterator_from_2d.hpp | 160 struct is_planar<iterator_from_2d<Loc> > : public is_planar<Loc> {}; struct
|
D | position_iterator.hpp | 98 struct is_planar<position_iterator<Deref, Dim>> : std::false_type {}; struct
|
D | virtual_locator.hpp | 159 struct is_planar<virtual_2d_locator<D, TR>> struct
|
D | packed_pixel.hpp | 262 struct is_planar<packed_pixel<P, C, Layout>> : std::false_type {}; struct
|
D | planar_pixel_reference.hpp | 219 struct is_planar<planar_pixel_reference<ChannelReference, ColorSpace>> struct
|
D | pixel_iterator_adaptor.hpp | 113 struct is_planar<dereference_iterator_adaptor<I,DFn> > : public is_planar<typename DFn::value_type>… struct
|
D | locator.hpp | 207 struct is_planar<pixel_2d_locator_base<Loc,XIt,YIt> > : public is_planar<XIt> {}; struct 322 struct is_planar<memory_based_2d_locator<SI> > : public is_planar<typename memory_based_2d_locator<… struct
|
D | bit_aligned_pixel_iterator.hpp | 113 struct is_planar<bit_aligned_pixel_iterator<NonAlignedPixelReference> > : public is_planar<NonAlign… struct
|
D | planar_pixel_iterator.hpp | 191 struct is_planar<planar_pixel_iterator<IC, C>> : std::true_type {}; struct
|
D | image_view.hpp | 398 struct is_planar<image_view<L> > : public is_planar<L> {}; struct
|
D | bit_aligned_pixel_reference.hpp | 314 struct is_planar<bit_aligned_pixel_reference<B, C, L, M>> : std::false_type {}; struct
|
D | step_iterator.hpp | 206 struct is_planar<memory_based_step_iterator<Iterator>> : public is_planar<Iterator> {}; struct
|
D | image.hpp | 562 struct is_planar<image<Pixel, IsPlanar, Alloc>> : std::integral_constant<bool, IsPlanar> {}; struct
|
D | algorithm.hpp | 780 …using is_planar = std::integral_constant<bool, is_planar<View1>::value && is_planar<View2>::value>; in uninitialized_copy_pixels() typedef
|
/third_party/boost/boost/gil/extension/toolbox/image_types/ |
D | subchroma_image.hpp | 166 struct is_planar< subchroma_image_locator< Locator, Factors > > struct 293 struct is_planar< subchroma_image_view< Locator, Factors > > struct 447 struct is_planar< subchroma_image< Pixel, Factors, Alloc > > struct
|
/third_party/ffmpeg/libavresample/ |
D | audio_data.h | 47 int is_planar; /**< sample format is planar */ member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vidstabdetect.c | 110 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input() local
|
D | vf_vidstabtransform.c | 149 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input() local
|
D | vf_lut.c | 69 int is_planar; member
|
/third_party/boost/libs/gil/example/ |
D | interleaved_ref.hpp | 147 struct is_planar<interleaved_ref<ChannelReference,Layout>> : std::false_type {}; struct
|
D | interleaved_ptr.hpp | 144 struct is_planar<interleaved_ptr<ChannelPtr,Layout>> : std::false_type {}; struct
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ref.hpp | 147 struct is_planar<interleaved_ref<ChannelReference,Layout>> : std::false_type {}; struct
|
D | interleaved_ptr.hpp | 144 struct is_planar<interleaved_ptr<ChannelPtr,Layout>> : std::false_type {}; struct
|