Uses of Record Class
club.doki7.opencl.datatype.CLMotionEstimationDescIntel
Packages that use CLMotionEstimationDescIntel
-
Uses of CLMotionEstimationDescIntel in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMotionEstimationDescIntelModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_motion_estimation_desc_intel structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMotionEstimationDescIntelModifier and TypeMethodDescriptionstatic CLMotionEstimationDescIntel
@NotNull CLMotionEstimationDescIntel
CLMotionEstimationDescIntel.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLMotionEstimationDescIntel
CLMotionEstimationDescIntel.clone
(Arena arena, CLMotionEstimationDescIntel src) CLMotionEstimationDescIntel.mbBlockType
(int value) CLMotionEstimationDescIntel.sadAdjustMode
(int value) CLMotionEstimationDescIntel.searchPathType
(int value) CLMotionEstimationDescIntel.subpixelMode
(int value) CLMotionEstimationDescIntel.Ptr.toArray()
Methods in club.doki7.opencl.datatype that return types with arguments of type CLMotionEstimationDescIntelModifier and TypeMethodDescription@NotNull Iterator
<CLMotionEstimationDescIntel> CLMotionEstimationDescIntel.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLMotionEstimationDescIntelModifier and TypeMethodDescriptionstatic CLMotionEstimationDescIntel
CLMotionEstimationDescIntel.clone
(Arena arena, CLMotionEstimationDescIntel src) void
CLMotionEstimationDescIntel.Ptr.write
(long index, @NotNull CLMotionEstimationDescIntel value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMotionEstimationDescIntelModifier and TypeMethodDescriptionCLMotionEstimationDescIntel.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMotionEstimationDescIntel> consumer)