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

  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 111 int nSubFrames;
306 hTpEnc->writer.raw.nSubFrames = hTpEnc->config.nSubFrames;
395 if (hTp->writer.raw.curSubFrame >= hTp->writer.raw.nSubFrames) {
  /external/aac/libAACenc/src/
aacenc.h 188 INT nSubFrames; /* number of frames in super frame (not ADTS/LATM subframes !) */
235 * \param nSubFrames number of sub frames for super framing (not transport frames).
248 INT nSubFrames
282 const INT nSubFrames); /* support superframing in instance */
qc_data.h 154 INT nSubFrames; /* helper variable */
qc_main.cpp 244 const INT nSubFrames
252 for (n=0; n<nSubFrames; n++) {
280 } /* nSubFrames */
297 const INT nSubFrames,
302 for (n=0; n<nSubFrames; n++) {
310 } /* nSubFrames */
399 (init->averageBits/init->nSubFrames) - hQC->globHdrBits,
542 * \param nSubFrames Number of frames in superframe
551 const INT nSubFrames
699 INT nSubFrames)
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/aac/libSYS/include/
FDK_audio.h 321 int nSubFrames; /**< Amount of encoder subframes. 1 means no subframing. */

Completed in 87 milliseconds