OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferFullness
(Results
1 - 7
of
7
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.h
202
* \param
bufferFullness
LATM buffer fullness value
212
int
bufferFullness
,
250
* \param
bufferFullness
LATM buffer fullness value
259
int
bufferFullness
,
tpenc_lib.cpp
350
int
bufferFullness
,
372
bufferFullness
376
bufferFullness
/= ncc; /* Number of Considered Channels */
377
bufferFullness
/= 32;
378
bufferFullness
= FDKmin(0x7FF,
bufferFullness
); /* Signal variable rate */
382
bufferFullness
,
389
bufferFullness
/= ncc; /* Number of Considered Channels */
390
bufferFullness
/= 32;
391
bufferFullness
= FDKmin(0xFF, bufferFullness); /* Signal variable rate *
[
all
...]
tpenc_adts.h
162
int
bufferFullness
,
tpenc_latm.cpp
290
int
bufferFullness
,
390
FDKwriteBits( hBs,
bufferFullness
, 8 ); /*
bufferFullness
*/
668
int
bufferFullness
,
687
CreateStreamMuxConfig(hAss, hBs,
bufferFullness
, cb);
718
int
bufferFullness
,
748
bufferFullness
,
/external/aac/libMpegTPEnc/include/
tpenc_lib.h
226
* \param
bufferFullness
Value of current buffer fullness in bits.
232
int
bufferFullness
,
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
365
INT
bufferFullness
= -1;
370
bufferFullness
= hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
377
bufferFullness
= hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
384
return
bufferFullness
;
467
* \param
bufferFullness
the buffer fullness value of the first frame to be decoded.
474
INT
bufferFullness
,
499
/* Consider worst case of
bufferFullness
quantization. */
506
bufferFullness
+= 31;
512
checkLengthBits =
bufferFullness
+ (maxAU-1)*avgBitsPerFrame;
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java
264
int
bufferFullness
= brb.readBits(11);
272
// System.out.println("Size: " + frameSize + " fullness: " +
bufferFullness
+ " no blocks: " + noBlocks);
Completed in 96 milliseconds