Home
last modified time | relevance | path

Searched defs:struct_ptr (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpngmem.c44 png_voidp struct_ptr; variable
75 png_destroy_struct(png_voidp struct_ptr) in png_destroy_struct()
83 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, in png_destroy_struct_2()
393 png_voidp struct_ptr; variable
438 png_destroy_struct(png_voidp struct_ptr) in png_destroy_struct()
446 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, in png_destroy_struct_2()
/external/clang/test/FixIt/
Dfixit.c63 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} member
/external/opencv/cxcore/src/
Dcxpersistence.cpp3527 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMat()
3622 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMatND()
3737 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteSparseMat()
3909 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteImage()
4193 const void* struct_ptr, in icvWriteSeq()
4235 const void* struct_ptr, CvAttrList attr ) in icvWriteSeqTree()
4486 const void* struct_ptr, CvAttrList attr ) in icvWriteGraph()
4977 cvTypeOf( const void* struct_ptr ) in cvTypeOf()
4991 cvRelease( void** struct_ptr ) in cvRelease()
5018 void* cvClone( const void* struct_ptr ) in cvClone()
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp3501 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMat()
3594 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMatND()
3708 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteSparseMat()
3863 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteImage()
4112 const void* struct_ptr, in icvWriteSeq()
4160 const void* struct_ptr, CvAttrList attr ) in icvWriteSeqTree()
4425 const void* struct_ptr, CvAttrList attr ) in icvWriteGraph()
4908 cvTypeOf( const void* struct_ptr ) in cvTypeOf()
4925 cvRelease( void** struct_ptr ) in cvRelease()
4946 void* cvClone( const void* struct_ptr ) in cvClone()
[all …]
/external/vulkan-validation-layers/
Dvk_helper.py672 …er, pre_var_name="prefix", postfix = "\\n", struct_var_name="pStruct", struct_ptr=True, print_arra… argument
1867 …t_member, pre_var_name="", postfix = "\\n", struct_var_name="pStruct", struct_ptr=True, print_arra… argument
/external/opencv/cv/src/
Dcvhaar.cpp1770 icvIsHaarClassifier( const void* struct_ptr ) in icvIsHaarClassifier()
2134 icvWriteHaarClassifier( CvFileStorage* fs, const char* name, const void* struct_ptr, in icvWriteHaarClassifier()
2251 icvCloneHaarClassifier( const void* struct_ptr ) in icvCloneHaarClassifier()
Dcvhistogram.cpp2459 static void icvWriteHist( CvFileStorage* fs, const char* name, const void* struct_ptr, in icvWriteHist()
/external/opencv3/modules/objdetect/src/
Dhaar.cpp2045 icvIsHaarClassifier( const void* struct_ptr ) in icvIsHaarClassifier()
2393 icvWriteHaarClassifier( CvFileStorage* fs, const char* name, const void* struct_ptr, in icvWriteHaarClassifier()
2500 icvCloneHaarClassifier( const void* struct_ptr ) in icvCloneHaarClassifier()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp3783 const void* struct_ptr, CvAttrList /*attributes*/ ) in icvWriteHist()