Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 220) sorted by relevance

123456789

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/
H A Dwarpers.hpp68 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PlaneWa… in create() function in cv::PlaneWarper
77 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::AffineW… in create() function in cv::AffineWarper
86 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Cylindr… in create() function in cv::CylindricalWarper
93 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Spheric… in create() function in cv::SphericalWarper
99 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Fisheye… in create() function in cv::FisheyeWarper
105 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Stereog… in create() function in cv::StereographicWarper
116 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Compres… in create() function in cv::CompressedRectilinearWarper
127 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Compres… in create() function in cv::CompressedRectilinearPortraitWarper
138 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PaniniW… in create() function in cv::PaniniWarper
149 …Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PaniniP… in create() function in cv::PaniniPortraitWarper
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/tiny/
H A Ddirsize.py18 def create(path): member in Record
34 create = staticmethod(create) variable in Record
H A Dksize.py47 def create(filename, title, subglob=None): member in Report
76 create = staticmethod(create) variable in Report
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py162 def create(self): member in DirectPlugin
510 def create(self): member in PartitionedImage
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dall_indices.h52 …static NNIndex<Distance>* create(const Matrix<typename Distance::ElementType>& dataset, const Inde… in create() function
H A Dobject_factory.h69 ObjectCreator create(UniqueIdType id) in create() function
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_asymmetric_keys.c29 unsigned long flags, bool create) in ima_post_key_create_or_update()
/OK3568_Linux_fs/kernel/include/net/
H A Dinetpeer.h104 int vif, int create) in inet_getpeer_v4()
116 int create) in inet_getpeer_v6()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dalloc.c197 int create, in nilfs_palloc_get_block()
261 int create, struct buffer_head **bhp) in nilfs_palloc_get_desc_block()
280 int create, struct buffer_head **bhp) in nilfs_palloc_get_bitmap_block()
314 int create, struct buffer_head **bhp) in nilfs_palloc_get_entry_block()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugintest/
H A Dtst_positionplugin.cpp75 void tst_PositionPlugin::create() in create() function in tst_PositionPlugin
/OK3568_Linux_fs/kernel/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp17 std::unique_ptr<RenderSource> RenderSource::create(Immutable<Source::Impl> impl) { in create() function in mbgl::RenderSource
H A Drender_layer.cpp21 std::unique_ptr<RenderLayer> RenderLayer::create(Immutable<Layer::Impl> impl) { in create() function in mbgl::RenderLayer
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c25 struct udmabuf_create create; in main() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dopengl.hpp595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create() function in cv::ogl::Buffer
669 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create() function in cv::ogl::Texture2D
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dopengl.hpp595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create() function in cv::ogl::Buffer
669 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create() function in cv::ogl::Texture2D
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dopengl.hpp595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create() function in cv::ogl::Buffer
669 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create() function in cv::ogl::Texture2D
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c96 const void *val, int len, int create) in fdt_find_and_setprop()
387 const void *val, int len, int create) in do_fixup_by_path()
403 u32 val, int create) in do_fixup_by_path_u32()
412 int create) in do_fixup_by_prop()
432 const char *prop, u32 val, int create) in do_fixup_by_prop_u32()
439 const char *prop, const void *val, int len, int create) in do_fixup_by_compat()
458 const char *prop, u32 val, int create) in do_fixup_by_compat_u32()
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmlock.c289 struct dlm_create_lock create; in dlm_send_remote_lock_request() local
446 struct dlm_create_lock *create = (struct dlm_create_lock *)msg->buf; in dlm_create_lock_handler() local
/OK3568_Linux_fs/kernel/kernel/
H A Dkthread.c268 struct kthread_create_info *create = _create; in kthread() local
328 static void create_kthread(struct kthread_create_info *create) in create_kthread()
358 struct kthread_create_info *create = kmalloc(sizeof(*create), in __kthread_create_on_node() local
673 struct kthread_create_info *create; in kthreadd() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcontrast.c22 static int create(sox_effect_t * effp, int argc, char * * argv) in create() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmpboot.h36 void (*create)(unsigned int cpu); member
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_subr.c130 struct buffer_head *bp, int create) in vxfs_getblk()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dmaketype.py39 def create(value, var_type, **flags): function
/OK3568_Linux_fs/kernel/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block()

123456789