/external/chromium_org/net/quic/congestion_control/ |
leaky_bucket.h | 6 // A leaky bucket drains the data at a constant rate regardless of fullness of
|
/external/chromium_org/components/tracing/ |
tracing_messages.h | 39 // Sent to all child processes to get trace buffer fullness.
|
/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);
|
string-stream.cc | 54 // Since the trailing '\0' is not accounted for in length_ fullness is 66 length_ = capacity_ - 1; // Indicate fullness of the stream.
|
/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);
|
string-stream.cc | 56 // Since the trailing '\0' is not accounted for in length_ fullness is 68 length_ = capacity_ - 1; // Indicate fullness of the stream.
|
/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/aac/libMpegTPEnc/src/ |
tpenc_latm.h | 202 * \param bufferFullness LATM buffer fullness value 250 * \param bufferFullness LATM buffer fullness value
|
tpenc_adif.h | 114 * \param adif_buffer_fullness buffer fullness value for the ADIF header
|
tpenc_adts.h | 154 * \param buffer_fullness the buffer fullness value for the ADTS header
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.js | 58 * Begin requesting the buffer fullness
|
/external/aac/libMpegTPDec/src/ |
tpdec_lib.cpp | 136 UINT lastValidBufferFullness; /* Last valid buffer fullness value for frame loss estimation */ 140 UINT holdOffFrames; /* Amount of frames that were already hold off due to buffer fullness condition not being met. */ 447 * \brief Determine additional buffer fullness contraint due to burst data reception. 450 * \param bufferFullness the buffer fullness value of the first frame to be decoded. 497 /* Check if buffer is big enough to fullfill buffer fullness condition */ 814 /* ignore buffer fullness if just traversing additional frames for ECD */ 864 /* Additional burst data mode buffer fullness check. */ [all...] |
tpdec_adts.cpp | 274 /* Evaluate buffer fullness */
|
tpdec_latm.cpp | 186 /* evaluate buffer fullness */
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
tracing_controller.js | 79 * Begin requesting the buffer fullness
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AACTrackImpl.java | 272 // System.out.println("Size: " + frameSize + " fullness: " + bufferFullness + " no blocks: " + noBlocks);
|
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 142 TPDEC_PARAM_IGNORE_BUFFERFULLNESS, /** Ignore buffer fullness. */ 399 * \brief Get the current buffer fullness value. 403 * \return Buffer fullness
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_StreamingExtensions.h | 123 QOMX_WATERMARKUNITSTYPE_Data /**< use a data fullness based reference */ 152 * shall use a data fullness based reference. 184 * shall use a data fullness based reference.
|
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 383 * When the data buffer falls below this percentage of fullness, a 403 * When the data buffer rises above this percentage of fullness, the 412 * When the data buffer falls below this percentage of fullness, the [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
adj_thr.c | 823 * input: parameters and bitres-fullness 852 * input: parameters and bitres-fullness 935 * input: bitres-fullness, pe, blockType, parameter-settings [all...] |
/frameworks/av/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 */ 232 // Set the initial buffer fullness 233 /* According to the spec, the initial buffer fullness needs to be set to 1/3 */ [all...] |
/external/aac/libAACdec/src/ |
aacdecoder.h | 234 0x08000000 Buffer fullness\n\
|
/frameworks/av/media/libstagefright/ |
AACWriter.cpp | 250 * 11 bits of buffer fullness. 0x7FF for VBR.
|
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 758 * If we are are below the optimal buffer fullness level 820 * buffer fullness number. [all...] |