HomeSort by relevance Sort by last modified time
    Searched refs:isrc (Results 1 - 25 of 29) sorted by null

1 2

  /external/javassist/src/main/javassist/bytecode/
ByteArray.java 66 * @param isrc the index into the source byte array.
70 static void copy32bit(byte[] src, int isrc, byte[] dest, int idest) {
71 dest[idest] = src[isrc];
72 dest[idest + 1] = src[isrc + 1];
73 dest[idest + 2] = src[isrc + 2];
74 dest[idest + 3] = src[isrc + 3];
  /external/opencv/cv/src/
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...]
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];
  /external/skia/samplecode/
SamplePolyToPoly.cpp 84 static void doDraw(SkCanvas* canvas, SkPaint* paint, const int isrc[],
90 src[i].set(SkIntToScalar(isrc[2*i+0]), SkIntToScalar(isrc[2*i+1]));
  /external/skia/gm/
poly2poly.cpp 195 static void doDraw(SkCanvas* canvas, SkPaint* paint, const int isrc[],
201 src[i].set(SkIntToScalar(isrc[2*i+0]), SkIntToScalar(isrc[2*i+1]));
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 366 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
367 const uint8* src = isrc;
368 const uint8* srclimit = isrc + str_length;
446 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
453 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
464 *bytes_consumed = src - isrc;
475 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
476 const uint8* src = isrc;
477 const uint8* srclimit = isrc + str_length;
499 n = src - isrc;
560 const char* isrc = src_str.data(); local
    [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]
cxmathfuncs.cpp     [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 524 const int *isrc = (const int *) src; local
532 ((float *) dst)[c] = (float) *isrc;
533 isrc++;
545 const int *isrc = (const int *) src; local
553 ((int *) dst)[c] = *isrc == 0 ? 0 : ~0;
554 isrc++;
  /external/skia/src/core/
SkMatrix.cpp 1745 SkIRect isrc = SkIRect::MakeSize(size); local
    [all...]
SkCanvas.cpp     [all...]
  /external/flac/include/FLAC/
format.h 673 char isrc[13]; member in struct:__anon19149
674 /**< Track ISRC. This is a 12-digit alphanumeric code plus a trailing \c NUL byte */
    [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/syslinux/gpxe/src/drivers/net/
skge.c 1135 u16 isrc; local
1137 isrc = xm_phy_read(hw, port, PHY_BCOM_INT_STAT);
1139 skge->netdev->name, isrc);
1141 if (isrc & PHY_B_IS_PSE)
1148 if (isrc & PHY_B_IS_NO_HDCL) {
1156 if (isrc & (PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE))
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 334 /** 1111 1110 01sz isrc bsrc rdst mov%s [%1, %2], %0 */
335 ID(movbi); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
337 /** 1111 1110 00sz isrc bsrc rdst mov%s %0, [%1, %2] */
338 ID(movbir); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
340 /** 1111 1110 11sz isrc bsrc rdst movu%s [%1, %2], %0 */
341 ID(movbi); uBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
rx-decode.c     [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 154 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))
stream_decoder.c     [all...]
  /external/libvorbis/doc/
05-comment.tex 149 \item[ISRC]
151 track; see \href{http://www.ifpi.org/isrc/}{the ISRC
152 intro page} for more information on ISRC numbers.
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 4012 XMMRegister isrc = {src.code()}; local
4041 XMMRegister isrc = {src.code()}; local
    [all...]
  /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
jaxb-api-2.2.12-b140109.1041.jar 
  /external/valgrind/VEX/priv/
host_ppc_isel.c 3851 HReg isrc = iselWordExpr_R(env, e->Iex.Binop.arg2, IEndianess); local
4086 HReg isrc = iselWordExpr_R(env, e->Iex.Binop.arg2, IEndianess); local
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 632 milliseconds

1 2