HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 226 - 250 of 1315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
ashmem.h 31 __u32 offset; /* offset into region, in bytes, page-aligned */ member in struct:ashmem_pin
32 __u32 len; /* length forward from offset, in bytes, page-aligned */
textsearch.h 22 * @offset: offset for next match
27 unsigned int offset; member in struct:ts_state
127 state->offset = 0;
  /external/libpng/
pngerror.c 52 int offset; local
53 for (offset = 1; offset<15; offset++)
54 if (error_message[offset] == ' ')
59 for (i = 0; i < offset - 1; i++)
65 error_message += offset;
108 int offset = 0; local
118 for (offset = 1; offset < 15; offset++
125 (*(png_ptr->warning_fn))(png_ptr, warning_message + offset); local
246 int offset; local
310 int offset; local
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420semiplnrtoyuv420plnr.cpp 133 int outYsize, offset; local
154 offset = lpitch - _mSrc_width;
165 outy += (offset >> 2);
184 outcb += (offset >> 2);
185 outcr += (offset >> 2);
259 offset = lpitch - _mSrc_width;
270 outy -= (offset >> 2);
289 outcb -= (offset >> 2);
290 outcr -= (offset >> 2);
ccyuv420toyuv420semi.cpp 89 int offset; local
101 offset = _mDst_pitch - _mSrc_width;
112 outYUV420SEMI += (offset >> 2);
130 outYUV420SEMI += (offset >> 2);
ccyuv422toyuv420.cpp 120 int outYsize, offset; local
141 offset = lpitch - _mSrc_width;
168 outcb += (offset >> 1);
169 outcr += (offset >> 1);
170 outy += offset;
188 outy += offset;
193 offset = lpitch - lheight;
266 offset = lpitch - _mSrc_width;
267 outy += (outYsize - 1) - offset;
268 outcb = outy + (outYsize >> 2) + offset;
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
itrans.cpp 27 int j, offset; local
69 offset = 1 << (Qq - 1);
78 inout[0] = (((m0 + m2) * scale + offset) >> Qq);
79 inout[64] = (((m0 - m2) * scale + offset) >> Qq);
80 inout[128] = (((m1 - m3) * scale + offset) >> Qq);
81 inout[192] = (((m1 + m3) * scale + offset) >> Qq);
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 int offset, offset2; local
95 /* initialize offset to adjust pixel counter */
97 offset = width - B_SIZE; /* offset for prev */
98 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
130 prev += offset;
153 prev += offset;
175 prev += offset;
191 int offset, offset2; local
197 /* initialize offset to adjust pixel counter *
520 int offset, offset2; local
867 int offset, offset2; local
    [all...]
  /external/opencore/engines/2way/pvlogger/src/
pv_logger_impl.cpp 86 int16 offset = 0; local
92 LogConfigStrings.push_back(ibuffer + offset);
93 offset = (lnFdIndx + lnFdLen) - ibuffer;
94 lnFdIndx = OSCL_CONST_CAST(char*, oscl_strstr(ibuffer + offset, lnFd));
96 if (NULL == lnFdIndx && ((ibuffer + offset) < lastValidBffrAddr)) //If \r\n is skipped after the last logging str in ini file
98 LogConfigStrings.push_back(ibuffer + offset);
  /external/opencore/fileformats/mp4/composer/src/
trackfragmentatom.cpp 120 uint32 offset = _pTfhdAtom->getBaseDataOffset(); local
122 pTrunAtom->setDataOffset(baseOffset - offset);
154 // set base data offset of track fragment
156 PVA_FF_TrackFragmentAtom::setTrackFragmentBaseDataOffset(uint64 offset)
158 _pTfhdAtom->setBaseDataOffset(offset);
  /external/openssl/crypto/asn1/
a_utctm.c 232 int offset; local
238 offset=0;
241 offset = g2(s->data+13)*60+g2(s->data+15);
243 offset = -offset;
246 t -= offset*60; /* FIXME: may overflow in extreme cases */
271 int offset;
285 offset=0;
288 offset=g2(s->data+13)*60+g2(s->data+15);
290 offset= -offset
    [all...]
  /external/proguard/src/proguard/obfuscate/
SimpleNameFactory.java 113 int offset = index % totalCharacterCount; local
115 char newChar = charAt(offset);
  /external/proguard/src/proguard/optimize/info/
SideEffectMethodMarker.java 134 int offset = 0; local
138 Instruction instruction = InstructionFactory.create(code, offset);
144 offset,
151 offset += instruction.length(offset);
153 while (offset < length);
  /external/qemu/
buffered_file.c 75 size_t offset = 0; local
84 while (offset < s->buffer_size) {
87 ret = s->put_buffer(s->opaque, s->buffer + offset,
88 s->buffer_size - offset);
101 offset += ret;
105 dprintf("flushed %ld of %ld byte(s)\n", offset, s->buffer_size);
106 memmove(s->buffer, s->buffer + offset, s->buffer_size - offset);
107 s->buffer_size -= offset;
113 int offset = 0 local
    [all...]
qemu_file.h 25 uint16_t offset; /* offset of field in structure */ member in struct:__anon4814
  /external/qemu/distrib/libpng-1.2.19/
pngerror.c 46 int offset; local
47 for (offset=1; offset<15; offset++)
48 if (*(error_message+offset) == ' ')
53 for (i=0; i<offset-1; i++)
59 error_message+=offset;
90 int offset = 0; local
100 for (offset=1; offset<15; offset++
106 (*(png_ptr->warning_fn))(png_ptr, warning_message+offset); local
202 int offset; local
258 int offset; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 66 Uint32 offset; /* Offset, in frames, from start of disk */ member in struct:SDL_CDtrack
77 int cur_frame; /* Current frame offset within current track */
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 151 unsigned int offset; local
160 offset = this->hidden->nextbuf*spec->size;
164 spu_memload(this->hidden->leftpos+offset,this->hidden->mixbuf,this->hidden->mixlen);
166 offset/=2;
168 spu_memload_stereo8(this->hidden->leftpos+offset,this->hidden->rightpos+offset,this->hidden->mixbuf,this->hidden->mixlen);
170 spu_memload_stereo16(this->hidden->leftpos+offset,this->hidden->rightpos+offset,this->hidden->mixbuf,this->hidden->mixlen);
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 72 Sint32 offset=wce_rel_date()-wce_rel_ticks(); local
73 if((offset < -1000) || (offset > 1000))
75 // fprintf(stderr,"Time desync(%+d), resyncing\n",offset/1000);
76 start_ticks-=offset;
  /external/skia/include/core/
SkReader32.h 42 uint32_t offset() const { return fCurr - fBase; } function in class:SkReader32
48 void setOffset(size_t offset) {
49 SkASSERT(SkAlign4(offset) == offset);
50 SkASSERT(offset <= this->size());
51 fCurr = fBase + offset;
  /external/skia/src/animator/
SkMatrixParts.h 91 SkScalar offset; member in class:SkFromPath
  /external/skia/src/images/
SkFlipPixelRef.cpp 84 const size_t offset = rect.fTop * dst.rowBytes() + (rect.fLeft << shift); local
85 char* dstP = static_cast<char*>(dst.getPixels()) + offset;
86 const char* srcP = static_cast<const char*>(srcAddr) + offset;
  /external/srec/srec/Semproc/src/
ExpressionParser.c 354 size_t offset; local
380 offset = 0;
387 ++offset;
390 if (offset > 0)
392 *(p - offset) = *p;
396 *(p - offset) = '\0';
  /external/strace/
io.c 214 off_t offset; local
233 else if (umove(tcp, tcp->u_arg[6], &offset) < 0)
236 tprintf(", [%llu]", offset);
248 result pread takes an extra padding argument before the offset. This
293 off_t offset; local
298 else if (umove(tcp, tcp->u_arg[2], &offset) < 0)
301 tprintf("[%lu]", offset);
312 loff_t offset; local
317 else if (umove(tcp, tcp->u_arg[2], &offset) < 0)
320 tprintf("[%llu]", (unsigned long long int) offset);
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
69 ogg_int64_t offset; member in struct:OggVorbis_File

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 91011>>