OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writePos
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c
22
int
writePos
;
60
buf->
writePos
= 0;
111
margin = buf->
writePos
- buf->readPos;
134
margin = buf->size - buf->
writePos
;
137
memcpy(buf->data + buf->
writePos
, data,
139
buf->
writePos
= 0;
143
memcpy(buf->data + buf->
writePos
, data,
145
buf->
writePos
+= n;
151
margin = buf->readPos - buf->
writePos
;
154
memcpy(buf->data + buf->
writePos
, data + size - n
[
all
...]
/external/qemu/android/utils/
reflist.c
194
int
writePos
= 0;
205
writePos
= readPos;
214
items[
writePos
] = items[readPos];
215
writePos
++;
217
l->count = l->size = (uint16_t)
writePos
;
/external/svox/pico/lib/
picospho.c
405
/* shift relevant data in headx/'cbuf' (between 'readPos' incl and
writePos
non-incl) to 'start'.
406
* modify read/
writePos
accordingly */
419
writePos
;
423
writePos
= spho->headxWritePos;
425
if (j <
writePos
) {
434
"shifting buffer region [%i,%i[ down to %i",*from,
writePos
, to
447
while (j <
writePos
) {
456
"readPos,
WritePos
are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
673
/* *readPos is the next position in phonBuf to be read, and *
writePos
is the first position not to be read (may be outside
[
all
...]
/external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.c
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c
[
all
...]
Completed in 736 milliseconds