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

  /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);
string-stream.cc 57 // Since the trailing '\0' is not accounted for in length_ fullness is
69 length_ = capacity_ - 1; // Indicate fullness of the stream.
serialize.h 463 // Keep track of the fullness of each space in order to generate
  /external/libvpx/vpx/
vpx_encoder.h 339 * When the data buffer falls below this percentage of fullness, a
359 * When the data buffer rises above this percentage of fullness, the
368 * When the data buffer falls below this percentage of fullness, the
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
adj_thr.c 819 * input: parameters and bitres-fullness
848 * input: parameters and bitres-fullness
    [all...]
bitenc.c 610 WriteBits(hBitStream, 0x7FF, 11); /* buffer fullness (0x7FF for VBR) */
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 59 /* check with the buffer fullness to make sure that we have enough bits to encode this frame */
234 // Set the initial buffer fullness
235 /* According to the spec, the initial buffer fullness needs to be set to 1/3 */
    [all...]
avcenc_lib.h 680 This function updates the buffer fullness when frames are dropped either by the
    [all...]
  /external/libvpx/vp8/encoder/
ratectrl.c 848 // If we are are below the optimal buffer fullness level and adherence
    [all...]
firstpass.c 206 // For CBR we need to also consider buffer fullness.
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 111 // Set the initial buffer fullness
114 /* According to the spec, the initial buffer fullness needs to be set to 1/3 */
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_adif_header.cpp 397 * fullness is transmitted. This version of an AAC decoder has
get_adts_header.cpp 629 * rate encoders, since buffer fullness does not apply
  /external/chromium/third_party/icu/source/common/
uhash.c 55 * of fullness (from 0 to 1) outside of which the data array is
    [all...]
  /external/icu4c/common/
uhash.c 55 * of fullness (from 0 to 1) outside of which the data array is
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 592 milliseconds