Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/gobject/
Dgvalue.c121 GType src_type; member
381 transform_func_lookup (GType src_type, in transform_func_lookup() argument
386 entry.src_type = src_type; in transform_func_lookup()
399 g_type_value_table_peek (entry.src_type) == g_type_value_table_peek (src_type)) in transform_func_lookup()
406 entry.src_type = g_type_parent (entry.src_type); in transform_func_lookup()
408 while (entry.src_type); in transform_func_lookup()
419 gint cmp = G_BSEARCH_ARRAY_CMP (e1->src_type, e2->src_type); in transform_entries_cmp()
439 g_value_register_transform_func (GType src_type, in g_value_register_transform_func() argument
451 entry.src_type = src_type; in g_value_register_transform_func()
458 g_type_name (src_type), in g_value_register_transform_func()
[all …]
Dgvalue.h145 gboolean g_value_type_compatible (GType src_type,
147 gboolean g_value_type_transformable (GType src_type,
151 void g_value_register_transform_func (GType src_type,
/external/opencv/cv/src/
Dcvderiv.cpp188 int src_type, dst_type; in cvSobel() local
200 src_type = CV_MAT_TYPE( src->type ); in cvSobel()
208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* || in cvSobel()
223 if( src_type == CV_8U ) in cvSobel()
232 if( src_type == CV_8U ) in cvSobel()
246 if( src_type == CV_8U ) in cvSobel()
255 if( src_type == CV_8U ) in cvSobel()
264 if( src_type == CV_8U ) in cvSobel()
273 if( src_type == CV_8U ) in cvSobel()
282 if( src_type == CV_8U ) in cvSobel()
[all …]
Dcvsmooth.cpp133 if( CV_MAT_DEPTH(src_type) == CV_8U ) in init()
135 else if( CV_MAT_DEPTH(src_type) == CV_32F ) in init()
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U ) in init()
154 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U ) in init()
161 if( CV_MAT_DEPTH(src_type) != CV_32F ) in init()
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN); in start_process()
1328 int src_type, dst_type, depth, cn; in cvSmooth() local
1338 src_type = CV_MAT_TYPE( src->type ); in cvSmooth()
1340 depth = CV_MAT_DEPTH(src_type); in cvSmooth()
1341 cn = CV_MAT_CN(src_type); in cvSmooth()
[all …]
Dcvfilter.cpp104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type)); in get_work_params()
105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type)); in get_work_params()
108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN ); in get_work_params()
112 work_type = src_type; in get_work_params()
135 if( !(buffer && _max_width <= max_width && _src_type == src_type && in init()
143 src_type = CV_MAT_TYPE(_src_type); in init()
173 src_pix_sz = CV_ELEM_SIZE(src_type); in init()
193 cvScalarToRawData( &border_value, border_tab, src_type, 0 ); in init()
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type); in start_process()
344 int pix_size = CV_ELEM_SIZE(src_type); in fill_cyclic_buffer()
[all …]
Dcvmorph.cpp225 int cn = CV_MAT_CN(src_type); in init()
282 int i, cn = CV_MAT_CN(src_type); in init()
325 int pix_size = CV_ELEM_SIZE(src_type); in fill_cyclic_buffer()
328 if( CV_MAT_DEPTH(src_type) != CV_32F ) in fill_cyclic_buffer()
/external/opencv/ml/src/
Dml_inner_functions.cpp1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type, in icvConvertDataToSparse() argument
1339 src_type = CV_MAT_TYPE(src_type); in icvConvertDataToSparse()
1342 if( CV_MAT_CN(src_type) != 1 || CV_MAT_CN(dst_type) != 1 ) in icvConvertDataToSparse()
1346 src_step = CV_ELEM_SIZE(src_type); in icvConvertDataToSparse()
1353 if( !idx && CV_ELEM_SIZE(src_type)*size.width == src_step && in icvConvertDataToSparse()
1360 if( src_type == dst_type ) in icvConvertDataToSparse()
1371 else if( src_type == CV_32SC1 && (dst_type == CV_32FC1 || dst_type == CV_64FC1) ) in icvConvertDataToSparse()
1382 else if( (src_type == CV_32FC1 || src_type == CV_64FC1) && dst_type == CV_32SC1 ) in icvConvertDataToSparse()
1386 if( src_type == CV_32FC1 ) in icvConvertDataToSparse()
1393 else if( src_type == CV_32FC1 && dst_type == CV_64FC1 || in icvConvertDataToSparse()
[all …]
/external/opencv/cv/include/
Dcv.hpp109 int get_src_type() const { return src_type; } in get_src_type()
136 int min_depth, src_type, dst_type, work_type; member in CvBaseImageFilter
/external/v8/src/arm/
Dassembler-arm.cc2333 const VFPType src_type, in EncodeVCVT() argument
2337 ASSERT(src_type != dst_type); in EncodeVCVT()
2339 SplitRegCode(src_type, src_code, &Vm, &M); in EncodeVCVT()
2342 if (IsIntegerVFPType(dst_type) || IsIntegerVFPType(src_type)) { in EncodeVCVT()
2347 ASSERT(!IsIntegerVFPType(dst_type) || !IsIntegerVFPType(src_type)); in EncodeVCVT()
2353 sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()
2356 ASSERT(IsIntegerVFPType(src_type)); in EncodeVCVT()
2359 op = IsSignedVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()
2369 int sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()