Home
last modified time | relevance | path

Searched refs:ImageSpec (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagespec.cpp23 ImageSpec_set_channelformats(ImageSpec& spec, in ImageSpec_set_channelformats()
80 py::class_<ImageSpec>(m, "ImageSpec") in declare_imagespec()
81 .def_readwrite("x", &ImageSpec::x) in declare_imagespec()
82 .def_readwrite("y", &ImageSpec::y) in declare_imagespec()
83 .def_readwrite("z", &ImageSpec::z) in declare_imagespec()
100 [](const ImageSpec& spec) { in declare_imagespec()
111 .def_property("roi", &ImageSpec::roi, &ImageSpec::set_roi) in declare_imagespec()
121 "copy", [](const ImageSpec& self) { return ImageSpec(self); }, in declare_imagespec()
185 [](const ImageSpec& spec) { in declare_imagespec()
247 ImageSpec::SerialFormat fmt = ImageSpec::SerialText; in declare_imagespec()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagespec.cpp23 ImageSpec_set_channelformats(ImageSpec& spec, in ImageSpec_set_channelformats()
80 py::class_<ImageSpec>(m, "ImageSpec") in declare_imagespec()
81 .def_readwrite("x", &ImageSpec::x) in declare_imagespec()
82 .def_readwrite("y", &ImageSpec::y) in declare_imagespec()
83 .def_readwrite("z", &ImageSpec::z) in declare_imagespec()
100 [](const ImageSpec& spec) { in declare_imagespec()
111 .def_property("roi", &ImageSpec::roi, &ImageSpec::set_roi) in declare_imagespec()
121 "copy", [](const ImageSpec& self) { return ImageSpec(self); }, in declare_imagespec()
185 [](const ImageSpec& spec) { in declare_imagespec()
247 ImageSpec::SerialFormat fmt = ImageSpec::SerialText; in declare_imagespec()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dshared_image_video_provider.cc9 SharedImageVideoProvider::ImageSpec::ImageSpec() = default;
10 SharedImageVideoProvider::ImageSpec::ImageSpec(const gfx::Size& our_size, in ImageSpec() function in media::SharedImageVideoProvider::ImageSpec
13 SharedImageVideoProvider::ImageSpec::ImageSpec(const ImageSpec&) = default;
14 SharedImageVideoProvider::ImageSpec::~ImageSpec() = default;
16 bool SharedImageVideoProvider::ImageSpec::operator==( in operator ==()
17 const ImageSpec& rhs) const { in operator ==()
21 bool SharedImageVideoProvider::ImageSpec::operator!=( in operator !=()
22 const ImageSpec& rhs) const { in operator !=()
H A Dshared_image_video_provider.h32 struct ImageSpec { struct
33 ImageSpec();
34 ImageSpec(const gfx::Size& size, uint64_t generation_id);
35 ImageSpec(const ImageSpec&);
36 ~ImageSpec();
53 bool operator==(const ImageSpec&) const; argument
54 bool operator!=(const ImageSpec&) const;
98 const ImageSpec& spec,
H A Dpooled_shared_image_video_provider_unittest.cc109 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
119 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
133 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
146 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
166 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
178 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
179 SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u); in TEST_F()
199 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
200 SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u); in TEST_F()
215 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
[all …]
H A Dpooled_shared_image_video_provider.h50 const ImageSpec& spec,
81 PooledImage(const ImageSpec& spec, ImageRecord record);
83 ImageSpec spec;
96 PendingRequest(const ImageSpec& spec, ImageReadyCB cb);
98 ImageSpec spec;
103 void OnImageCreated(ImageSpec spec, ImageRecord record);
121 ImageSpec pool_spec_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dshared_image_video_provider.cc9 SharedImageVideoProvider::ImageSpec::ImageSpec() = default;
10 SharedImageVideoProvider::ImageSpec::ImageSpec(const gfx::Size& our_size, in ImageSpec() function in media::SharedImageVideoProvider::ImageSpec
13 SharedImageVideoProvider::ImageSpec::ImageSpec(const ImageSpec&) = default;
14 SharedImageVideoProvider::ImageSpec::~ImageSpec() = default;
16 bool SharedImageVideoProvider::ImageSpec::operator==( in operator ==()
17 const ImageSpec& rhs) const { in operator ==()
21 bool SharedImageVideoProvider::ImageSpec::operator!=( in operator !=()
22 const ImageSpec& rhs) const { in operator !=()
H A Dshared_image_video_provider.h32 struct ImageSpec { struct
33 ImageSpec();
34 ImageSpec(const gfx::Size& coded_size, uint64_t generation_id);
35 ImageSpec(const ImageSpec&);
36 ~ImageSpec();
53 bool operator==(const ImageSpec&) const; argument
54 bool operator!=(const ImageSpec&) const;
98 const ImageSpec& spec,
H A Dpooled_shared_image_video_provider_unittest.cc109 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
119 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
133 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
146 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
166 SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u); in TEST_F()
178 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
179 SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u); in TEST_F()
199 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
200 SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u); in TEST_F()
215 SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u); in TEST_F()
[all …]
H A Dpooled_shared_image_video_provider.h50 const ImageSpec& spec,
81 PooledImage(const ImageSpec& spec, ImageRecord record);
83 ImageSpec spec;
96 PendingRequest(const ImageSpec& spec, ImageReadyCB cb);
98 ImageSpec spec;
103 void OnImageCreated(ImageSpec spec, ImageRecord record);
121 ImageSpec pool_spec_;
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dconvert_test.go31 expected kubecontainer.ImageSpec
38 expected: kubecontainer.ImageSpec{
46 Spec: &runtimeapi.ImageSpec{
58 Spec: &runtimeapi.ImageSpec{
70 Spec: &runtimeapi.ImageSpec{
101 input kubecontainer.ImageSpec
102 expected *runtimeapi.ImageSpec
105 input: kubecontainer.ImageSpec{
109 expected: &runtimeapi.ImageSpec{
115 input: kubecontainer.ImageSpec{
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/imagewriter/
H A Dimagewriter.h5 class ImageSpec; variable
10 ImageWriter(const SectorSet& sectors, const ImageSpec& spec);
14 static std::unique_ptr<ImageWriter> create(const SectorSet& sectors, const ImageSpec& spec);
15 static void verifyImageSpec(const ImageSpec& filename);
20 std::unique_ptr<ImageWriter>(const SectorSet& sectors, const ImageSpec& spec)
27 const SectorSet& sectors, const ImageSpec& spec);
29 const SectorSet& sectors, const ImageSpec& spec);
31 const SectorSet& sectors, const ImageSpec& spec);
33 const SectorSet& sectors, const ImageSpec& spec);
35 static Constructor findConstructor(const ImageSpec& spec);
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/imagereader/
H A Dimagereader.h5 class ImageSpec; variable
10 ImageReader(const ImageSpec& spec);
14 static std::unique_ptr<ImageReader> create(const ImageSpec& spec);
15 static void verifyImageSpec(const ImageSpec& spec);
20 std::unique_ptr<ImageReader>(const ImageSpec& spec)
26 static std::unique_ptr<ImageReader> createDiskCopyImageReader(const ImageSpec& spec);
27 static std::unique_ptr<ImageReader> createImgImageReader(const ImageSpec& spec);
28 static std::unique_ptr<ImageReader> createJv3ImageReader(const ImageSpec& spec);
30 static Constructor findConstructor(const ImageSpec& spec);
36 ImageSpec spec;
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtiffutils.h162 OIIO_API bool decode_exif (cspan<uint8_t> exif, ImageSpec &spec);
163 OIIO_API bool decode_exif (string_view exif, ImageSpec &spec);
169 OIIO_API void encode_exif (const ImageSpec &spec, std::vector<char> &blob,
172 OIIO_API void encode_exif (const ImageSpec &spec, std::vector<char> &blob);
188 OIIO_API bool decode_iptc_iim (const void *iptc, int length, ImageSpec &spec);
203 OIIO_API bool decode_xmp (cspan<uint8_t> xml, ImageSpec &spec);
204 OIIO_API bool decode_xmp (string_view xml, ImageSpec &spec);
206 OIIO_API bool decode_xmp (const char* xml, ImageSpec &spec);
207 OIIO_API bool decode_xmp (const std::string& xml, ImageSpec &spec);
216 OIIO_API std::string encode_xmp (const ImageSpec &spec, bool minimal=false);
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtiffutils.h162 OIIO_API bool decode_exif (cspan<uint8_t> exif, ImageSpec &spec);
163 OIIO_API bool decode_exif (string_view exif, ImageSpec &spec);
169 OIIO_API void encode_exif (const ImageSpec &spec, std::vector<char> &blob,
172 OIIO_API void encode_exif (const ImageSpec &spec, std::vector<char> &blob);
188 OIIO_API bool decode_iptc_iim (const void *iptc, int length, ImageSpec &spec);
203 OIIO_API bool decode_xmp (cspan<uint8_t> xml, ImageSpec &spec);
204 OIIO_API bool decode_xmp (string_view xml, ImageSpec &spec);
206 OIIO_API bool decode_xmp (const char* xml, ImageSpec &spec);
207 OIIO_API bool decode_xmp (const std::string& xml, ImageSpec &spec);
216 OIIO_API std::string encode_xmp (const ImageSpec &spec, bool minimal=false);
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/test/cri-containerd/
H A Dcreatecontainer_test.go59 Image: &runtime.ImageSpec{
83 Image: &runtime.ImageSpec{
107 Image: &runtime.ImageSpec{
127 Image: &runtime.ImageSpec{
148 Image: &runtime.ImageSpec{
169 Image: &runtime.ImageSpec{
206 Image: &runtime.ImageSpec{
231 Image: &runtime.ImageSpec{
260 Image: &runtime.ImageSpec{
287 Image: &runtime.ImageSpec{
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/integration/
H A Dcontainerd_image_test.go42 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
56 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: testImage}))
62 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
71 img, err = imageService.ImageStatus(&runtime.ImageSpec{Image: id})
97 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
108 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
160 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
180 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
193 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: id}))
197 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/integration/
H A Dcontainerd_image_test.go42 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
56 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: testImage}))
62 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
71 img, err = imageService.ImageStatus(&runtime.ImageSpec{Image: id})
97 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
108 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
160 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
180 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
193 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: id}))
197 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/integration/
H A Dcontainerd_image_test.go42 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
56 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: testImage}))
62 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
71 img, err = imageService.ImageStatus(&runtime.ImageSpec{Image: id})
97 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
108 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: id})
160 i, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
180 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
193 assert.NoError(t, imageService.RemoveImage(&runtime.ImageSpec{Image: id}))
197 img, err := imageService.ImageStatus(&runtime.ImageSpec{Image: testImage})
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/cri-containerd/
H A Dcreatecontainer_test.go53 Image: &runtime.ImageSpec{
79 Image: &runtime.ImageSpec{
105 Image: &runtime.ImageSpec{
127 Image: &runtime.ImageSpec{
150 Image: &runtime.ImageSpec{
173 Image: &runtime.ImageSpec{
203 Image: &runtime.ImageSpec{
237 Image: &runtime.ImageSpec{
264 Image: &runtime.ImageSpec{
295 Image: &runtime.ImageSpec{
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/cri-containerd/
H A Dcreatecontainer_test.go53 Image: &runtime.ImageSpec{
79 Image: &runtime.ImageSpec{
105 Image: &runtime.ImageSpec{
127 Image: &runtime.ImageSpec{
150 Image: &runtime.ImageSpec{
173 Image: &runtime.ImageSpec{
203 Image: &runtime.ImageSpec{
237 Image: &runtime.ImageSpec{
264 Image: &runtime.ImageSpec{
295 Image: &runtime.ImageSpec{
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dformatspec.cpp105 ImageSpec::ImageSpec(TypeDesc format) noexcept in ImageSpec() function in ImageSpec
131 ImageSpec::ImageSpec(int xres, int yres, int nchans, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
158 ImageSpec::ImageSpec(const ROI& roi, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
186 ImageSpec::set_format(TypeDesc fmt) noexcept in set_format()
195 ImageSpec::default_channel_names() noexcept in default_channel_names()
281 ImageSpec::tile_pixels() const noexcept in tile_pixels()
303 ImageSpec::image_pixels() const noexcept in image_pixels()
954 spec_to_xml(const ImageSpec& spec, ImageSpec::SerialVerbose verbose) in spec_to_xml()
984 if (verbose > ImageSpec::SerialBrief) { in spec_to_xml()
1101 ImageSpec::to_xml() const in to_xml()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/cri-containerd/
H A Dcreatecontainer_test.go53 Image: &runtime.ImageSpec{
79 Image: &runtime.ImageSpec{
105 Image: &runtime.ImageSpec{
127 Image: &runtime.ImageSpec{
150 Image: &runtime.ImageSpec{
173 Image: &runtime.ImageSpec{
203 Image: &runtime.ImageSpec{
237 Image: &runtime.ImageSpec{
264 Image: &runtime.ImageSpec{
295 Image: &runtime.ImageSpec{
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dformatspec.cpp105 ImageSpec::ImageSpec(TypeDesc format) noexcept in ImageSpec() function in ImageSpec
131 ImageSpec::ImageSpec(int xres, int yres, int nchans, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
158 ImageSpec::ImageSpec(const ROI& roi, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
186 ImageSpec::set_format(TypeDesc fmt) noexcept in set_format()
195 ImageSpec::default_channel_names() noexcept in default_channel_names()
281 ImageSpec::tile_pixels() const noexcept in tile_pixels()
303 ImageSpec::image_pixels() const noexcept in image_pixels()
954 spec_to_xml(const ImageSpec& spec, ImageSpec::SerialVerbose verbose) in spec_to_xml()
984 if (verbose > ImageSpec::SerialBrief) { in spec_to_xml()
1101 ImageSpec::to_xml() const in to_xml()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/cpp/proceduraltexture/
H A Dproceduraltexture.cpp79 bool open(const std::string& name, ImageSpec& newspec) override;
80 bool open(const std::string& name, ImageSpec& newspec, const ImageSpec& config) override;
132 const ImageSpec& spec,
225 ImageSpec config; in open()
231 ImageSpec& newspec, in open()
232 const ImageSpec& config) in open()
244 m_spec = ImageSpec(1024, 1024, 4, TypeDesc::FLOAT); in open()
305 ImageSpec& newspec in seek_subimage()
346 ImageSpec spec = m_spec; in read_native_scanlines()
404 ImageSpec spec = m_spec; in read_native_tiles()
[all …]

12345678910>>...29