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

  /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)
  /external/bluetooth/glib/gobject/
gvalue.c 121 GType src_type; member in struct:__anon2562
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...]
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 183 const abi::__class_type_info *src_type; member in struct:__anon19510::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
211 && *type == *context->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...]
  /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

Completed in 254 milliseconds