OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullness
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c
341
dpb->
fullness
--;
377
dpb->
fullness
--;
427
dpb->
fullness
--;
478
dpb->
fullness
--;
516
dpb->
fullness
--;
571
dpb->
fullness
--;
586
dpb->
fullness
++;
672
dpb->
fullness
++;
706
dpb->
fullness
= 1;
788
dpb->
fullness
++
[
all
...]
h264bsd_dpb.h
90
u32
fullness
;
member in struct:__anon29865
/external/chromium_org/v8/src/
d8-posix.cc
319
int
fullness
= 0;
local
331
buffer +
fullness
,
332
kStdoutReadBufferSize -
fullness
);
350
if (bytes_read +
fullness
> 0) {
352
bytes_read +
fullness
:
353
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
357
fullness
= bytes_read +
fullness
- length;
358
memcpy(buffer, buffer + length,
fullness
);
/external/v8/src/
d8-posix.cc
316
int
fullness
= 0;
local
327
buffer +
fullness
,
328
kStdoutReadBufferSize -
fullness
);
345
if (bytes_read +
fullness
> 0) {
347
bytes_read +
fullness
:
348
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
351
fullness
= bytes_read +
fullness
- length;
352
memcpy(buffer, buffer + length,
fullness
);
Completed in 111 milliseconds