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;
312 hTpEnc->writer.raw.nSubFrames = hTpEnc->config.nSubFrames;
401 if (hTp->writer.raw.curSubFrame >= hTp->writer.raw.nSubFrames) {
  /external/aac/libAACenc/src/
aacenc.h 192 INT nSubFrames; /* number of frames in super frame (not ADTS/LATM subframes !) */
273 * \param nSubFrames number of sub frames for super framing (not transport frames).
286 INT nSubFrames
320 const INT nSubFrames); /* support superframing in instance */
qc_data.h 156 INT nSubFrames; /* helper variable */
qc_main.cpp 241 const INT nSubFrames
249 for (n=0; n<nSubFrames; n++) {
277 } /* nSubFrames */
294 const INT nSubFrames,
299 for (n=0; n<nSubFrames; n++) {
307 } /* nSubFrames */
397 (init->averageBits/init->nSubFrames) - hQC->globHdrBits,
544 * \param nSubFrames Number of frames in superframe
553 const INT nSubFrames
701 INT nSubFrames)
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/aac/libSYS/include/
FDK_audio.h 338 int nSubFrames; /**< Amount of encoder subframes. 1 means no subframing. */

Completed in 99 milliseconds