HomeSort by relevance Sort by last modified time
    Searched full:src_type (Results 1 - 25 of 36) sorted by null

1 2

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 89 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
90 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
143 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
144 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
196 SRC_TYPE *pS = (SRC_TYPE *)pStart;
    [all...]
  /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...]
  /external/eigen/unsupported/Eigen/
FFT 224 typedef typename InputDerived::Scalar src_type;
236 if ( NumTraits< src_type >::IsComplex == 0 && HasFlag(HalfSpectrum) )
242 Matrix<src_type,1,Dynamic> tmp;
291 typedef typename ComplexDerived::Scalar src_type;
297 EIGEN_STATIC_ASSERT((internal::is_same<src_type, Complex>::value),
317 Matrix<src_type,1,Dynamic> tmp;
332 tmp(nhead) = ( src(nfft/2) + src( src.size() - nfft/2 ) )*src_type(.5);
334 tmp(nhead) = src(nhead) * src_type(.5);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 438 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
442 // of our SRC_TYPE bases, indicate the virtuality. Returns
452 // within the complete object. SRC_TYPE indicates the static type
462 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 435 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
439 // of our SRC_TYPE bases, indicate the virtuality. Returns
449 // within the complete object. SRC_TYPE indicates the static type
459 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 435 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
439 // of our SRC_TYPE bases, indicate the virtuality. Returns
449 // within the complete object. SRC_TYPE indicates the static type
459 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 438 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
442 // of our SRC_TYPE bases, indicate the virtuality. Returns
452 // within the complete object. SRC_TYPE indicates the static type
462 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 438 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
442 // of our SRC_TYPE bases, indicate the virtuality. Returns
452 // within the complete object. SRC_TYPE indicates the static type
462 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 438 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
442 // of our SRC_TYPE bases, indicate the virtuality. Returns
452 // within the complete object. SRC_TYPE indicates the static type
462 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 438 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
442 // of our SRC_TYPE bases, indicate the virtuality. Returns
452 // within the complete object. SRC_TYPE indicates the static type
462 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 435 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
439 // of our SRC_TYPE bases, indicate the virtuality. Returns
449 // within the complete object. SRC_TYPE indicates the static type
459 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 443 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
447 // of our SRC_TYPE bases, indicate the virtuality. Returns
457 // within the complete object. SRC_TYPE indicates the static type
467 // Helper for find_public_subobj. SRC2DST indicates how SRC_TYPE
569 // >-1: src_type is a unique public non-virtual base of dst_type
572 // -2: src_type is not a public base of dst_type
573 // -3: src_type is a multiple public non-virtual base of dst_type
  /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:__anon22046::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/llvm/test/Transforms/JumpThreading/
phi-eq.ll 30 define void @copy_filter_list(i32 %dest_type, i32 %src_type) nounwind uwtable ssp {
35 %cmp = icmp ne i32 %dest_type, %src_type
74 switch i32 %src_type, label %sw.default.i5 [
  /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/jpeg/
jmemdos.c 473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char)
499 SRC_TYPE(spec) = 1;
524 SRC_TYPE(spec) = 0;
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char)
499 SRC_TYPE(spec) = 1;
524 SRC_TYPE(spec) = 0;
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 980 tree, (unsigned code, tree dest_type, tree src_type),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 980 tree, (unsigned code, tree dest_type, tree src_type),
    [all...]

Completed in 739 milliseconds

1 2