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

1 2

  /system/bt/stack/a2dp/
a2dp_sbc_up_sample.cc 32 int32_t cur_pos; /* current position */ member in struct:__anon106126
61 a2dp_sbc_ups_cb.cur_pos = -1;
157 while (a2dp_sbc_ups_cb.cur_pos > 0 && dst_samples) {
161 a2dp_sbc_ups_cb.cur_pos -= src_sps;
165 a2dp_sbc_ups_cb.cur_pos = dst_sps;
175 a2dp_sbc_ups_cb.cur_pos -= src_sps;
177 } while (a2dp_sbc_ups_cb.cur_pos > 0 && dst_samples);
179 a2dp_sbc_ups_cb.cur_pos += dst_sps;
182 if (a2dp_sbc_ups_cb.cur_pos == (int32_t)dst_sps) a2dp_sbc_ups_cb.cur_pos = 0
    [all...]
  /cts/tools/dasm/src/dasm/
Scanner.java 43 private int cur_pos = 0; field in class:Scanner.CharBuffer
53 buffer[cur_pos] = c;
54 cur_pos++;
55 if (cur_pos == buffer_size) expand();
59 return cur_pos;
67 return new String(buffer, 0, cur_pos);
71 cur_pos = 0;
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 69 string::size_type cur_pos = 0, next_pos = 0; local
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) {
71 if (next_pos != cur_pos)
72 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos));
73 cur_pos = next_pos + 1;
75 if (cur_pos < source_string.size() && next_pos != cur_pos)
76 results->push_back(source_string.substr(cur_pos));
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 83 static uint64_t cur_pos = 0; variable
116 size += cur_pos;
126 memcpy(&write_buffer[cur_pos], s, len);
127 cur_pos += len;
155 val = *(uint32_t*)&write_buffer[cur_pos];
156 cur_pos += 4;
166 val = *(uint64_t*)&write_buffer[cur_pos];
167 cur_pos += 8;
296 cur_pos = 0;
377 uint64_t save_cur_pos = cur_pos;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history_unittest.cc 43 uint32_t timestamp, uint8_t* array, size_t* cur_pos) {
44 array[(*cur_pos)++] = 0x80;
45 array[(*cur_pos)++] = payload;
46 array[(*cur_pos)++] = seq_num >> 8;
47 array[(*cur_pos)++] = seq_num;
48 array[(*cur_pos)++] = timestamp >> 24;
49 array[(*cur_pos)++] = timestamp >> 16;
50 array[(*cur_pos)++] = timestamp >> 8;
51 array[(*cur_pos)++] = timestamp;
52 array[(*cur_pos)++] = ssrc >> 24
    [all...]
  /external/openssh/
progressmeter.c 71 static off_t cur_pos; /* transfer position as of last refresh */ variable
133 transferred = *counter - (cur_pos ? cur_pos : start_pos);
134 cur_pos = *counter;
136 bytes_left = end_pos - cur_pos;
176 percent = ((float)cur_pos / end_pos) * 100;
184 cur_pos);
257 cur_pos = 0;
280 if (cur_pos != end_pos)
  /external/syslinux/com32/modules/
hexdump.c 36 const char *cur_pos; local
111 cur_pos = file_data;
116 cur_pos = file_data;
125 hexdump(cur_pos, len);
137 } while (cur_pos += len);
  /external/webp/src/enc/
backward_references_enc.h 168 PixOrCopy* cur_pos; // current position member in struct:__anon36785
178 return (c->cur_pos != NULL);
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
backward_references_enc.c 127 c.cur_pos = c.cur_block_->start_;
128 c.last_pos_ = c.cur_pos + c.cur_block_->size_;
130 c.cur_pos = NULL;
138 c->cur_pos = (b == NULL) ? NULL : b->start_;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 47 fpos_t cur_pos; local
50 if (!fid || fgetpos(fid, &cur_pos)) {
57 fsetpos(fid, &cur_pos);
  /external/pdfium/core/fxcodec/codec/
icodec_gifmodule.h 22 virtual void GifRecordCurrentPosition(uint32_t& cur_pos) = 0;
ccodec_gifmodule.cpp 61 uint32_t cur_pos,
76 cur_pos, FX_RECT(left, top, left + width, top + height), pal_num, pal_ptr,
ccodec_progressivedecoder.h 182 void GifRecordCurrentPosition(uint32_t& cur_pos) override;
  /external/freetype/src/pshinter/
pshalgo.c 410 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta;
461 hint->cur_pos = pos;
490 hint->cur_pos = align.align_top - fit_len;
495 hint->cur_pos = align.align_bot;
500 hint->cur_pos = align.align_bot;
523 par_cur_center = parent->cur_pos + ( parent->cur_len >> 1 );
530 hint->cur_pos = pos;
605 hint->cur_pos = pos + psh_hint_snap_stem_side_delta( pos, len );
612 pos = hint->cur_pos;
623 hint->cur_pos = align.align_top - len
    [all...]
pshalgo.h 55 FT_Pos cur_pos; member in struct:PSH_HintRec_
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 410 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta;
461 hint->cur_pos = pos;
490 hint->cur_pos = align.align_top - fit_len;
495 hint->cur_pos = align.align_bot;
500 hint->cur_pos = align.align_bot;
523 par_cur_center = parent->cur_pos + ( parent->cur_len >> 1 );
530 hint->cur_pos = pos;
605 hint->cur_pos = pos + psh_hint_snap_stem_side_delta( pos, len );
612 pos = hint->cur_pos;
623 hint->cur_pos = align.align_top - len
    [all...]
pshalgo.h 55 FT_Pos cur_pos; member in struct:PSH_HintRec_
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 89 FX_FLOAT cur_pos = 0; local
93 positions[i - 1] = cur_pos;
94 cur_pos += pFont->GetCharWidthF(codes[i]) * font_size / 1000;
  /art/runtime/
type_lookup_table.h 159 uint32_t FindLastEntryInBucket(uint32_t cur_pos) const;
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 105 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } function in struct:hb_buffer_t
106 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } function in struct:hb_buffer_t
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 314 size_t cur_pos = 0; local
317 while ( (next_pos = src.find_first_of('\n', cur_pos)) != std::string::npos) {
318 ALOGE("%03zd : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
319 cur_pos = next_pos + 1;
322 ALOGE("%03zu : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
    [all...]
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 103 uint32_t cur_pos);
  /system/bt/bta/dm/
bta_dm_sco.cc 62 uint32_t cur_pos; /* current position */ member in struct:__anon105451
573 p_cb->cur_pos = src_sps / 2;
616 APPL_TRACE_DEBUG("bta_pcm_init_dwn_sample: cur_pos %d, src_sps %d",
617 p_cb->cur_pos, p_cb->src_sps);
654 (int32_t*)&bta_dm_pcm_cb.cur_pos, bta_dm_pcm_cb.overlap_area);
  /external/curl/lib/
ftp.c 4251 const char *cur_pos; local
    [all...]
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 240 uint32_t cur_pos,

Completed in 737 milliseconds

1 2