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

  /external/opencv/cv/src/
cvthresh.cpp 117 const int* isrc = (const int*)src; local
131 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
135 int temp = isrc[j];
142 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
146 int temp = isrc[j];
167 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
171 int temp = isrc[j];
178 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
182 int temp = isrc[j];
cvutils.cpp 152 const int* isrc = (const int*)src; local
165 if( idst + left != isrc )
167 idst[j + left] = isrc[j];
173 isrc += srcstep;
207 const int* isrc = (const int*)src; local
257 for( i = 0; i < srcroi.height; i++, isrc += srcstep, idst += dststep )
259 if( idst + left != isrc )
261 idst[j + left] = isrc[j];
273 isrc -= srcroi.height*srcstep;
342 const int* isrc = (const int*)src local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 364 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
365 const uint8* src = isrc;
366 const uint8* srclimit = isrc + str_length;
444 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
451 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
462 *bytes_consumed = src - isrc;
473 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
474 const uint8* src = isrc;
475 const uint8* srclimit = isrc + str_length;
497 n = src - isrc;
    [all...]
  /external/flac/include/FLAC/
format.h 670 char isrc[13]; member in struct:__anon6447
671 /**< Track ISRC. This is a 12-digit alphanumeric code plus a trailing \c NUL byte */
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 3059 HReg isrc = iselWordExpr_R(env, e->Iex.Binop.arg2); local
3289 HReg isrc = iselWordExpr_R(env, e->Iex.Binop.arg2); local
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 1112 __u8 isrc[16]; member in struct:__anon7845
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 195 milliseconds