Home
last modified time | relevance | path

Searched defs:channel_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/gil/extension/toolbox/metafunctions/
Dchannel_type.hpp44 struct channel_type< bit_aligned_pixel_reference<B,C,L,M> > struct
50 struct channel_type<const bit_aligned_pixel_reference<B,C,L,M> > struct
71 struct channel_type< packed_pixel< BitField struct
87 struct channel_type< const packed_pixel< B, C, L > > struct
94 struct channel_type< any_image_pixel_t > struct
96 using type = any_image_channel_t;
/third_party/boost/boost/gil/
Dpixel_iterator.hpp109 struct channel_type<Pixel*> : channel_type<Pixel> {}; struct
112 struct channel_type<Pixel const*> : channel_type<Pixel> {}; struct
Dpixel.hpp40 struct channel_type<PixelBased const> : channel_type<PixelBased> {}; struct
294 struct channel_type<pixel<ChannelValue, Layout>> struct
296 using type = ChannelValue;
Dplanar_pixel_reference.hpp226 struct channel_type<planar_pixel_reference<ChannelReference,ColorSpace> > { struct
227 using type = typename channel_traits<ChannelReference>::value_type;
Dplanar_pixel_iterator.hpp194 struct channel_type<planar_pixel_iterator<IC, C>> struct
196 using type = typename std::iterator_traits<IC>::value_type;
Diterator_from_2d.hpp163 struct channel_type<iterator_from_2d<Loc> > : public channel_type<Loc> {}; struct
Dposition_iterator.hpp101 struct channel_type<position_iterator<Deref,Dim> > : public channel_type<typename Deref::value_type… struct
/third_party/boost/libs/fiber/performance/thread/
Dskynet_async.cpp28 using channel_type = buffered_channel< std::uint64_t >; typedef
Dskynet_std.cpp15 using channel_type = buffered_channel< std::uint64_t >; typedef
Dskynet_pthread.cpp20 using channel_type = buffered_channel< std::uint64_t >; typedef
/third_party/boost/libs/fiber/performance/fiber/
Dskynet_detach.cpp25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_join.cpp25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_stealing_async.cpp34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_stealing_detach.cpp34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_shared_detach.cpp31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_stealing_join.cpp34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
Dskynet_shared_join.cpp31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp151 struct channel_type<interleaved_ref<ChannelReference, Layout>> struct
153 using type = typename channel_traits<ChannelReference>::value_type;
Dinterleaved_ptr.hpp151 struct channel_type<interleaved_ptr<ChannelPtr, Layout>> struct
153 using type = typename std::iterator_traits<ChannelPtr>::value_type;
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ref.hpp151 struct channel_type<interleaved_ref<ChannelReference, Layout>> struct
153 using type = typename channel_traits<ChannelReference>::value_type;
Dinterleaved_ptr.hpp151 struct channel_type<interleaved_ptr<ChannelPtr, Layout>> struct
153 using type = typename std::iterator_traits<ChannelPtr>::value_type;
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp154 struct channel_type< subchroma_image_locator< Locator, Factors > > struct
281 struct channel_type< subchroma_image_view< Locator, Factors > > struct
435 struct channel_type< subchroma_image< Pixel, Factors, Alloc > > struct
/third_party/ffmpeg/libavformat/
Ddsfdec.c71 unsigned int channel_type; in dsf_read_header() local
/third_party/boost/libs/fiber/performance/fiber/numa/
Dskynet_stealing_detach.cpp35 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
/third_party/boost/boost/log/sources/
Dchannel_feature.hpp62 typedef ChannelT channel_type; typedef in boost::sources::basic_channel_logger

12