Home
last modified time | relevance | path

Searched refs:AllocationParams (Results 1 – 25 of 96) sorted by relevance

1234

/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/
H A Dallocator.cpp23 AllocationParams::AllocationParams() in AllocationParams() function in QGst::AllocationParams
29 AllocationParams::AllocationParams(const AllocationParams & other) in AllocationParams() function in QGst::AllocationParams
34 AllocationParams::~AllocationParams() in ~AllocationParams()
39 AllocationParams & AllocationParams::operator=(const AllocationParams & other) in operator =()
46 MemoryFlags AllocationParams::flags() const in flags()
56 size_t AllocationParams::align() const in align()
61 void AllocationParams::setAlign(size_t align) in setAlign()
66 size_t AllocationParams::prefix() const in prefix()
71 void AllocationParams::setPrefix(size_t align) in setPrefix()
76 size_t AllocationParams::padding() const in padding()
[all …]
H A Dallocator.h30 class QTGSTREAMER_EXPORT AllocationParams
33 AllocationParams();
34 AllocationParams(const AllocationParams & other);
35 virtual ~AllocationParams();
37 AllocationParams & operator=(const AllocationParams & other);
75 MemoryPtr alloc(size_t size, const AllocationParams &params = AllocationParams());
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dallocator.cc34 AllocationParams::AllocationParams() in AllocationParams() function in Gst::AllocationParams
139 AllocationParams::AllocationParams(const AllocationParams& other) in AllocationParams() function in Gst::AllocationParams
144 AllocationParams::AllocationParams(AllocationParams&& other) noexcept in AllocationParams() function in Gst::AllocationParams
151 AllocationParams& AllocationParams::operator=(AllocationParams&& other) noexcept in operator =()
153 AllocationParams temp (other); in operator =()
158 AllocationParams::AllocationParams(GstAllocationParams* gobject, bool make_a_copy) in AllocationParams() function in Gst::AllocationParams
166 AllocationParams& AllocationParams::operator=(const AllocationParams& other) in operator =()
168 AllocationParams temp (other); in operator =()
173 AllocationParams::~AllocationParams() noexcept in ~AllocationParams()
179 void AllocationParams::swap(AllocationParams& other) noexcept in swap()
[all …]
H A Dallocator.h54 class AllocationParams
58 using CppObjectType = AllocationParams;
69 AllocationParams(const AllocationParams& other);
70 AllocationParams& operator=(const AllocationParams& other);
72 AllocationParams(AllocationParams&& other) noexcept;
73 AllocationParams& operator=(AllocationParams&& other) noexcept;
75 ~AllocationParams() noexcept;
77 void swap(AllocationParams& other) noexcept;
97 AllocationParams();
282 inline void swap(AllocationParams& lhs, AllocationParams& rhs) noexcept in swap()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dallocation_params.rs11 pub struct AllocationParams(ffi::GstAllocationParams); struct
13 unsafe impl Send for AllocationParams {} implementation
14 unsafe impl Sync for AllocationParams {} implementation
16 impl AllocationParams { impl
49 AllocationParams(allocationparams) in new()
57 impl From<ffi::GstAllocationParams> for AllocationParams { implementation
60 AllocationParams(params) in from()
65 impl<'a> ToGlibPtr<'a, *const ffi::GstAllocationParams> for AllocationParams { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dallocation_params.rs11 pub struct AllocationParams(ffi::GstAllocationParams); struct
13 unsafe impl Send for AllocationParams {} implementation
14 unsafe impl Sync for AllocationParams {} implementation
16 impl AllocationParams { implementation
49 AllocationParams(allocationparams) in new()
57 impl From<ffi::GstAllocationParams> for AllocationParams { implementation
60 AllocationParams(params) in from()
65 impl<'a> ToGlibPtr<'a, *const ffi::GstAllocationParams> for AllocationParams { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dallocation_params.rs11 pub struct AllocationParams(ffi::GstAllocationParams); struct
13 unsafe impl Send for AllocationParams {} implementation
14 unsafe impl Sync for AllocationParams {} implementation
16 impl AllocationParams { implementation
49 AllocationParams(allocationparams) in new()
57 impl From<ffi::GstAllocationParams> for AllocationParams { implementation
60 AllocationParams(params) in from()
65 impl<'a> ToGlibPtr<'a, *const ffi::GstAllocationParams> for AllocationParams { implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dallocation_params.rs16 pub struct AllocationParams(gst_sys::GstAllocationParams); struct
18 unsafe impl Send for AllocationParams {} implementation
19 unsafe impl Sync for AllocationParams {} implementation
21 impl AllocationParams { implementation
51 AllocationParams(allocationparams) in new()
59 impl From<gst_sys::GstAllocationParams> for AllocationParams { implementation
61 AllocationParams(params) in from()
H A Dallocator.rs16 use AllocationParams;
24 params: Option<&AllocationParams>, in alloc() argument
32 params: Option<&AllocationParams>, in alloc() argument
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dallocation_params.rs16 pub struct AllocationParams(gst_sys::GstAllocationParams); struct
18 unsafe impl Send for AllocationParams {} implementation
19 unsafe impl Sync for AllocationParams {} implementation
21 impl AllocationParams { implementation
51 AllocationParams(allocationparams) in new()
59 impl From<gst_sys::GstAllocationParams> for AllocationParams { implementation
61 AllocationParams(params) in from()
H A Dallocator.rs16 use AllocationParams;
24 params: Option<&AllocationParams>, in alloc() argument
32 params: Option<&AllocationParams>, in alloc() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dallocation_params.rs16 pub struct AllocationParams(gst_sys::GstAllocationParams); struct
18 unsafe impl Send for AllocationParams {} implementation
19 unsafe impl Sync for AllocationParams {} implementation
21 impl AllocationParams { impl
51 AllocationParams(allocationparams) in new()
59 impl From<gst_sys::GstAllocationParams> for AllocationParams { implementation
61 AllocationParams(params) in from()
H A Dallocator.rs16 use AllocationParams;
24 params: Option<&AllocationParams>, in alloc() argument
32 params: Option<&AllocationParams>, in alloc() argument
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/tests/auto/
H A Dallocatortest.cpp34 QGst::AllocationParams *p(new QGst::AllocationParams); in testAllocationParams()
49 QGst::AllocationParams c(*p); in testAllocationParams()
72 QGst::AllocationParams params; in testAllocator()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/aub_stream/headers/
H A Dallocation_params.h14 struct AllocationParams { struct
15 AllocationParams() = delete;
16AllocationParams(uint64_t gfxAddress, const void *memory, size_t size, uint32_t memoryBanks, int h… in AllocationParams() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/auto/
H A Dallocator.rs6 use crate::AllocationParams;
47 params: Option<&AllocationParams>, in alloc() argument
58 params: Option<&AllocationParams>, in alloc() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/auto/
H A Dallocator.rs6 use crate::AllocationParams;
47 params: Option<&AllocationParams>, in alloc() argument
58 params: Option<&AllocationParams>, in alloc() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/auto/
H A Dallocator.rs6 use crate::AllocationParams;
47 params: Option<&AllocationParams>, in alloc() argument
58 params: Option<&AllocationParams>, in alloc() argument
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dallocator.hg32 class AllocationParams
34 …_CLASS_BOXEDTYPE(AllocationParams, GstAllocationParams, NONE, gst_allocation_params_copy, gst_allo…
39 AllocationParams();
76 …_WRAP_METHOD(Glib::RefPtr<Gst::Memory> alloc(gsize size, const Gst::AllocationParams& params{?}), …
88 …_WRAP_VFUNC(Glib::RefPtr<Gst::Memory> alloc(gsize size, const Gst::AllocationParams& params), "all…
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/tests/
H A Dtest-allocator.cc31 AllocationParams params; in TEST()
58 Glib::RefPtr<Gst::Memory> alloc_vfunc(gsize size, const AllocationParams& params) override in alloc_vfunc()
84 AllocationParams params; in TEST()
108 AllocationParams params; in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_aub_manager.h30 void writeMemory2(aub_stream::AllocationParams allocationParams) override { in writeMemory2()
46 std::vector<aub_stream::AllocationParams> storedAllocationParams;
118 void writeMemory2(aub_stream::AllocationParams allocationParams) override { in writeMemory2()
141 std::vector<aub_stream::AllocationParams> storedAllocationParams;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-base-0.17.2/src/
H A Dbase_transform.rs12 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams); in allocator() argument
19 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams) { in allocator() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-base-0.17.2/src/
H A Dbase_transform.rs12 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams); in allocator() argument
19 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams) { in allocator() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-base-0.17.0/src/
H A Dbase_transform.rs12 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams); in allocator() argument
19 fn allocator(&self) -> (Option<gst::Allocator>, gst::AllocationParams) { in allocator() argument
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dhardware_context_controller.h16 struct AllocationParams;
28 void writeMemory(aub_stream::AllocationParams &allocationParams);

1234