OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullness
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/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:__anon15147
/external/v8/src/
d8-posix.cc
319
int
fullness
= 0;
local
330
buffer +
fullness
,
331
kStdoutReadBufferSize -
fullness
);
348
if (bytes_read +
fullness
> 0) {
350
bytes_read +
fullness
:
351
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
359
fullness
= bytes_read +
fullness
- length;
360
memcpy(buffer, buffer + length,
fullness
);
Completed in 3665 milliseconds