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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 90 u32 fullness; member in struct:__anon16688
  /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 125 milliseconds