Home
last modified time | relevance | path

Searched defs:is_planar (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/boost/gil/
Dpixel_iterator.hpp99 struct is_planar<Pixel*> : is_planar<Pixel> {}; struct
102 struct is_planar<Pixel const*> : is_planar<Pixel> {}; struct
Dpixel.hpp43 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
Diterator_from_2d.hpp160 struct is_planar<iterator_from_2d<Loc> > : public is_planar<Loc> {}; struct
Dposition_iterator.hpp98 struct is_planar<position_iterator<Deref, Dim>> : std::false_type {}; struct
Dvirtual_locator.hpp159 struct is_planar<virtual_2d_locator<D, TR>> struct
Dpacked_pixel.hpp262 struct is_planar<packed_pixel<P, C, Layout>> : std::false_type {}; struct
Dplanar_pixel_reference.hpp219 struct is_planar<planar_pixel_reference<ChannelReference, ColorSpace>> struct
Dpixel_iterator_adaptor.hpp113 struct is_planar<dereference_iterator_adaptor<I,DFn> > : public is_planar<typename DFn::value_type>… struct
Dlocator.hpp207 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
Dbit_aligned_pixel_iterator.hpp113 struct is_planar<bit_aligned_pixel_iterator<NonAlignedPixelReference> > : public is_planar<NonAlign… struct
Dplanar_pixel_iterator.hpp191 struct is_planar<planar_pixel_iterator<IC, C>> : std::true_type {}; struct
Dimage_view.hpp398 struct is_planar<image_view<L> > : public is_planar<L> {}; struct
Dbit_aligned_pixel_reference.hpp314 struct is_planar<bit_aligned_pixel_reference<B, C, L, M>> : std::false_type {}; struct
Dstep_iterator.hpp206 struct is_planar<memory_based_step_iterator<Iterator>> : public is_planar<Iterator> {}; struct
Dimage.hpp562 struct is_planar<image<Pixel, IsPlanar, Alloc>> : std::integral_constant<bool, IsPlanar> {}; struct
Dalgorithm.hpp780 …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/
Dsubchroma_image.hpp166 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/
Daudio_data.h47 int is_planar; /**< sample format is planar */ member
/third_party/ffmpeg/libavfilter/
Dvf_vidstabdetect.c110 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input() local
Dvf_vidstabtransform.c149 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input() local
Dvf_lut.c69 int is_planar; member
/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp147 struct is_planar<interleaved_ref<ChannelReference,Layout>> : std::false_type {}; struct
Dinterleaved_ptr.hpp144 struct is_planar<interleaved_ptr<ChannelPtr,Layout>> : std::false_type {}; struct
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ref.hpp147 struct is_planar<interleaved_ref<ChannelReference,Layout>> : std::false_type {}; struct
Dinterleaved_ptr.hpp144 struct is_planar<interleaved_ptr<ChannelPtr,Layout>> : std::false_type {}; struct

12