HomeSort by relevance Sort by last modified time
    Searched refs:src_type (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/glib/gobject/
gvalue.c 121 GType src_type; member in struct:__anon2169
381 transform_func_lookup (GType src_type,
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, e2->src_type)
    [all...]
gvalue.h 145 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/
cvderiv.cpp 188 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 == CV_8U
810 int src_type, dst_type; local
    [all...]
cvsmooth.cpp 133 if( CV_MAT_DEPTH(src_type) == CV_8U )
135 else if( CV_MAT_DEPTH(src_type) == CV_32F )
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
154 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
161 if( CV_MAT_DEPTH(src_type) != CV_32F )
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN);
    [all...]
cvfilter.cpp 104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type));
105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type));
108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
112 work_type = src_type;
135 if( !(buffer && _max_width <= max_width && _src_type == src_type &&
143 src_type = CV_MAT_TYPE(_src_type);
173 src_pix_sz = CV_ELEM_SIZE(src_type);
193 cvScalarToRawData( &border_value, border_tab, src_type, 0 );
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
344 int pix_size = CV_ELEM_SIZE(src_type);
    [all...]
cvmorph.cpp 225 int cn = CV_MAT_CN(src_type);
282 int i, cn = CV_MAT_CN(src_type);
325 int pix_size = CV_ELEM_SIZE(src_type);
328 if( CV_MAT_DEPTH(src_type) != CV_32F )
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 183 const abi::__class_type_info *src_type; member in struct:__anon1::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
211 && *type == *context->src_type)
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 183 const abi::__class_type_info *src_type; member in struct:__anon16888::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
211 && *type == *context->src_type)
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv/cv/include/
cv.hpp 109 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/v8/src/arm/
assembler-arm.cc     [all...]

Completed in 172 milliseconds