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

  /external/chromium_org/third_party/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/bluetooth/bluedroid/bta/av/
bta_av_sbc.c 37 INT32 cur_pos; /* current position */ member in struct:__anon5090
66 bta_av_sbc_ups_cb.cur_pos = -1;
175 while (bta_av_sbc_ups_cb.cur_pos > 0 && dst_samples)
180 bta_av_sbc_ups_cb.cur_pos -= src_sps;
184 bta_av_sbc_ups_cb.cur_pos = dst_sps;
196 bta_av_sbc_ups_cb.cur_pos -= src_sps;
198 } while (bta_av_sbc_ups_cb.cur_pos > 0 && dst_samples);
200 bta_av_sbc_ups_cb.cur_pos += dst_sps;
203 if (bta_av_sbc_ups_cb.cur_pos == (INT32)dst_sps)
204 bta_av_sbc_ups_cb.cur_pos = 0
    [all...]
  /external/oprofile/libopagent/
opagent.c 283 long cur_pos, last_pos; local
315 if ((cur_pos = ftell(dumpfile)) == -1l)
334 rec.total_size = last_pos - cur_pos;
339 if (fseek(dumpfile, cur_pos, SEEK_SET) == -1l)
  /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/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 58 UINT32 cur_pos; /* current position */ member in struct:__anon5176
594 p_cb->cur_pos = src_sps / 2;
645 APPL_TRACE_DEBUG("bta_pcm_init_dwn_sample: cur_pos %d, src_sps %d", \
646 p_cb->cur_pos, p_cb->src_sps);
681 bta_dm_pcm_cb.src_sps, (INT32 *) &bta_dm_pcm_cb.cur_pos, bta_dm_pcm_cb.overlap_area);
  /external/chromium_org/cc/trees/
damage_tracker.cc 228 SortedRectMap::iterator cur_pos = rect_history_.begin(); local
229 SortedRectMap::iterator copy_pos = cur_pos;
233 // cur_pos iterator runs through all elements of the vector, but copy_pos
238 // cur_pos and no copy happens.
239 while (cur_pos < rect_history_.end()) {
240 if (cur_pos->mailboxId_ == mailboxId_) {
241 if (cur_pos != copy_pos)
242 *copy_pos = *cur_pos;
246 damage_rect.Union(cur_pos->rect_);
249 ++cur_pos;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 75 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } function in struct:hb_buffer_t
76 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } function in struct:hb_buffer_t
  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 168 PixOrCopy* cur_pos; // current position member in struct:__anon17894
178 return (c->cur_pos != NULL);
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 77 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } function in struct:hb_buffer_t
78 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } function in struct:hb_buffer_t
  /external/lldb/tools/driver/
IOChannel.cpp 153 int cur_pos = 1; local
156 while (cur_pos < num_elements)
158 int endpoint = cur_pos + page_size;
161 for (; cur_pos < endpoint; cur_pos++)
163 completion_str = completions.GetStringAtIndex(cur_pos);
168 if (cur_pos >= num_elements)
180 page_size = num_elements - cur_pos;
  /external/webp/src/enc/
backward_references.h 168 PixOrCopy* cur_pos; // current position member in struct:__anon37945
178 return (c->cur_pos != NULL);
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 79 static uint64_t cur_pos = 0; variable
112 size += cur_pos;
122 memcpy(&write_buffer[cur_pos], s, len);
123 cur_pos += len;
151 val = *(uint32_t*)&write_buffer[cur_pos];
152 cur_pos += 4;
162 val = *(uint64_t*)&write_buffer[cur_pos];
163 cur_pos += 8;
302 cur_pos = 0;
383 uint64_t save_cur_pos = cur_pos;
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 321 unsigned int cur_pos = 0; local
324 while ( (next_pos = src.find_first_of('\n', cur_pos)) != std::string::npos) {
325 ALOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
326 cur_pos = next_pos + 1;
329 ALOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 57 FT_Pos cur_pos; member in struct:PSH_HintRec_
  /external/freetype/src/pshinter/
pshalgo.h 57 FT_Pos cur_pos; member in struct:PSH_HintRec_
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 636 FX_FLOAT cur_pos = 0; local
640 pCharPos[i - 1] = cur_pos;
642 cur_pos += pFont->GetCharWidthF(pCharCodes[i]) * font_size / 1000;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 57 FT_Pos cur_pos; member in struct:PSH_HintRec_

Completed in 1971 milliseconds