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:__anon28352
  /external/v8/src/
d8-posix.cc 315 int fullness = 0; local
328 read(child_fd, buffer + fullness, kStdoutReadBufferSize - fullness));
347 if (bytes_read + fullness > 0) {
349 bytes_read + fullness :
350 LengthWithoutIncompleteUtf8(buffer, bytes_read + fullness);
355 fullness = bytes_read + fullness - length;
356 memcpy(buffer, buffer + length, fullness);

Completed in 49 milliseconds