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

  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 222 uchar* tsrc = src; local
227 int max_count = (int)(line_end - tsrc);
238 tsrc[len1] = (uchar)code;
242 tsrc += len1;
248 if( len > line_end - tsrc )
254 memset( tsrc, code, len );
255 tsrc += len;
258 if( tsrc >= line_end )
260 tsrc = src;
297 uchar* tsrc = src local
    [all...]
  /external/elfutils/libelf/
gelf_xlate.c 110 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src; \
112 for (; n > 0; ++tdest, ++tsrc, --n) {
117 #define TYPE_NAME2(Type, Name) Type##1 (&tdest->Name, &tsrc->Name);
abstract.h 22 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
105 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
107 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
114 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
116 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
170 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
180 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
  /external/opencv/cxcore/src/
cxutils.cpp 1053 uchar *tsrc = 0; local
    [all...]
cxmatmul.cpp     [all...]
cxarithm.cpp 209 const type *tsrc = src; \
214 tsrc, scalar, tdst, width ); \
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 140 const uchar* tsrc; local
143 tsrc = src + srcstep*t;
150 uchar t0 = tsrc[x_ofs[x]];
151 uchar t1 = tsrc[x_ofs[x+1]];
158 dst[x] = tsrc[x_ofs[x]];
162 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]);
167 const uchar* _tsrc = tsrc + x_ofs[x];
173 *(int*)(dst + x*4) = *(int*)(tsrc + x_ofs[x]);
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]);
185 CV_MEMCPY_INT( dst + x*pix_size, tsrc + x_ofs[x], pix_size4 )
    [all...]
  /external/opencv/cv/include/
cvcompat.h 155 CvMat tsrc, tdst; local
157 cvReshape( src, &tsrc, 3, 0 );
160 cvPerspectiveTransform( &tsrc, &tdst, mat );
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 4115 uint16_t tsrc, csrc; local
    [all...]

Completed in 103 milliseconds