Home
last modified time | relevance | path

Searched refs:is_planar (Results 1 – 25 of 53) sorted by relevance

123

/third_party/ffmpeg/libavresample/
Daudio_data.c66 a->planes = a->is_planar ? channels : 1; in ff_audio_data_set_channels()
93 a->is_planar = ff_sample_fmt_is_planar(sample_fmt, channels); in ff_audio_data_init()
94 a->planes = a->is_planar ? channels : 1; in ff_audio_data_init()
95 a->stride = a->sample_size * (a->is_planar ? 1 : channels); in ff_audio_data_init()
97 for (p = 0; p < (a->is_planar ? channels : 1); p++) { in ff_audio_data_init()
137 a->is_planar = ff_sample_fmt_is_planar(sample_fmt, channels); in ff_audio_data_alloc()
138 a->planes = a->is_planar ? channels : 1; in ff_audio_data_alloc()
139 a->stride = a->sample_size * (a->is_planar ? 1 : channels); in ff_audio_data_alloc()
183 if (a->nb_samples > 0 && a->is_planar) { in ff_audio_data_realloc()
233 if (map && !src->is_planar) { in ff_audio_data_copy()
/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.hpp31 template <typename PixelBased> struct is_planar;
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
Dalgorithm.hpp415 view.begin().x(), view.end().x(), value, is_planar<View>()); in fill_pixels()
421 view.row_begin(y), view.row_end(y), value, is_planar<View>()); in fill_pixels()
513 view.begin().x(), view.end().x(), is_planar<View>()); in destruct_pixels()
519 view.row_begin(y), view.row_end(y), is_planar<View>()); in destruct_pixels()
580 val,is_planar<View>()); in uninitialized_fill_pixels()
586 val,is_planar<View>()); in uninitialized_fill_pixels()
589 detail::destruct_aux(view.row_begin(y0),view.row_end(y0), is_planar<View>()); in uninitialized_fill_pixels()
685 view.begin().x(), view.end().x(), is_planar<View>()); in default_construct_pixels_impl()
694 view.row_begin(y), view.row_end(y), is_planar<View>()); in default_construct_pixels_impl()
700 view.row_begin(y0), view.row_end(y0), is_planar<View>()); in default_construct_pixels_impl()
[all …]
Dlocator.hpp37 template <typename T> struct is_planar;
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
Dvirtual_locator.hpp159 struct is_planar<virtual_2d_locator<D, TR>> struct
160 : is_planar<typename virtual_2d_locator<D, TR>::parent_t>
Diterator_from_2d.hpp160 struct is_planar<iterator_from_2d<Loc> > : public is_planar<Loc> {}; struct
Dbit_aligned_pixel_iterator.hpp113 struct is_planar<bit_aligned_pixel_iterator<NonAlignedPixelReference> > : public is_planar<NonAlign… struct
Dimage_view_factory.hpp97 static_assert(!is_planar<HomogeneousView>::value && view_is_basic<HomogeneousView>::value, ""); in interleaved_view_get_raw_data()
107 static_assert(is_planar<HomogeneousView>::value && view_is_basic<HomogeneousView>::value, ""); in planar_view_get_raw_data()
344 (is_planar<src_x_iterator>::value || num_channels<View>::value == 1);
478 (is_planar<src_x_iterator>::value || num_channels<View>::value == 1);
Dpixel_iterator_adaptor.hpp113 struct is_planar<dereference_iterator_adaptor<I,DFn> > : public is_planar<typename DFn::value_type>… struct
/third_party/boost/boost/graph/
Dboyer_myrvold_planar_test.hpp68 return planarity_tester.is_planar() ? true : false; in dispatched_boyer_myrvold()
102 if (planarity_tester.is_planar()) in dispatched_boyer_myrvold()
140 if (planarity_tester.is_planar()) in dispatched_boyer_myrvold()
186 if (planarity_tester.is_planar()) in dispatched_boyer_myrvold()
/third_party/boost/libs/gil/test/core/image_view/
Dis_planar.cpp15 static_assert(gil::is_planar<View>::value, "view should be planar"); in test_is_planar()
21 static_assert(!gil::is_planar<View>::value, "view should not be planar"); in test_is_planar_not()
DCMakeLists.txt14 is_planar
DJamfile14 compile is_planar.cpp ;
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp166 struct is_planar< subchroma_image_locator< Locator, Factors > > struct
167 : public is_planar< typename subchroma_image_locator< Locator, Factors >::type > {};
293 struct is_planar< subchroma_image_view< Locator, Factors > > struct
294 : public is_planar< Locator > {};
447 struct is_planar< subchroma_image< Pixel, Factors, Alloc > > struct
/third_party/ffmpeg/libavfilter/
Dvf_fade.c63 int is_planar; member
242 if (s->is_planar && s->alpha) in filter_slice_rgb()
244 else if (s->is_planar) in filter_slice_rgb()
263 for (int k = 0; k < 1 + 2 * (s->is_planar && s->is_rgb); k++) { in filter_slice_luma()
288 for (int k = 0; k < 1 + 2 * (s->is_planar && s->is_rgb); k++) { in filter_slice_luma16()
422 s->is_planar = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input()
424 s->is_packed_rgb = !s->is_planar && s->is_rgb; in config_input()
Dvf_vidstabdetect.c110 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input() local
114 if (!is_planar && fi.bytesPerPixel != av_get_bits_per_pixel(desc)/8) { in config_input()
/third_party/boost/libs/gil/test/core/pixel/
Dis_planar.cpp125 mp_all_of<non_planar_pixels, gil::is_planar>, in main()
133 mp_none_of<non_planar_pixels, gil::is_planar>, in main()
DJamfile14 compile is_planar.cpp ;
DCMakeLists.txt13 is_planar
/third_party/boost/boost/gil/concepts/
Dfwd.hpp24 template <typename T> struct is_planar;
Dpixel_based.hpp63 static const bool planar = is_planar<P>::value; in constraints()
/third_party/boost/libs/gil/test/core/iterator/
DJamfile13 compile is_planar.cpp ;
DCMakeLists.txt11 is_planar)
/third_party/boost/libs/gil/test/legacy/
Dperformance.cpp140 image<typename View::value_type, is_planar<View>::value> im(width,height); in test_fill()
201 image<typename View::value_type, is_planar<View>::value> im(width,height); in test_for_each()
317 image<typename View1::value_type, is_planar<View1>::value> im1(width,height); in test_copy()
318 image<typename View2::value_type, is_planar<View2>::value> im2(width,height); in test_copy()
435 image<typename View1::value_type, is_planar<View1>::value> im1(width,height); in test_transform()
436 image<typename View2::value_type, is_planar<View2>::value> im2(width,height); in test_transform()

123