Searched defs:src_type (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgvalue.c121 GType src_type; member in struct:__anon998
381 transform_func_lookup (GType src_type, argument
386 entry.src_type = src_type;
399 g_type_value_table_peek (entry.src_type) == g_type_value_table_peek (src_type))
406 entry.src_type = g_type_parent (entry.src_type);
408 while (entry.src_type);
419 gint cmp = G_BSEARCH_ARRAY_CMP (e1->src_type, e
439 g_value_register_transform_func(GType src_type, GType dest_type, GValueTransform transform_func) argument
477 g_value_type_transformable(GType src_type, GType dest_type) argument
498 g_value_type_compatible(GType src_type, GType dest_type) argument
[all...]
/external/opencv/cv/src/
H A Dcvderiv.cpp188 int src_type, dst_type; local
200 src_type = CV_MAT_TYPE( src->type );
208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* ||
209 src_type == CV_32FC1 && dst_type == CV_32FC1*/) )
223 if( src_type == CV_8U )
232 if( src_type == CV_8U )
246 if( src_type == CV_8U )
255 if( src_type == CV_8U )
264 if( src_type == CV_8U )
273 if( src_type
810 int src_type, dst_type; local
[all...]
/external/opencv/cv/include/
H A Dcv.hpp109 int get_src_type() const { return src_type; }
135 /* currently, work_type must be the same as src_type in case of non-separable filters */
136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type, argument
1339 src_type = CV_MAT_TYPE(src_type);
1342 if( CV_MAT_CN(src_type) != 1 || CV_MAT_CN(dst_type) != 1 )
1346 src_step = CV_ELEM_SIZE(src_type);
1353 if( !idx && CV_ELEM_SIZE(src_type)*size.width == src_step &&
1360 if( src_type == dst_type )
1371 else if( src_type == CV_32SC1 && (dst_type == CV_32FC1 || dst_type == CV_64FC1) )
1382 else if( (src_type == CV_32FC1 || src_type
[all...]

Completed in 213 milliseconds