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

  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 175 * - The PCE repetition rate in raw_data_block can be controlled via headerPeriod parameter.
179 * \param headerPeriod Chosen PCE frame repetition rate.
187 const int headerPeriod,
193 if (headerPeriod>0) {
200 pceFrameCounter = headerPeriod;
221 pceFrameCounter = headerPeriod;
232 } /* if headerPeriod>0 */
325 hTpEnc->config.headerPeriod,
362 if (hTp->pceFrameCounter>=hTp->config.headerPeriod) {
413 if (hTp->pceFrameCounter>=hTp->config.headerPeriod) {
    [all...]
tpenc_latm.cpp 840 int setupDataDistanceFrames = layerConfig->headerPeriod;
  /external/aac/libSBRenc/include/
sbr_encoder.h 320 * \param headerPeriod Repetition rate of the SBR header:
339 const int headerPeriod,
  /external/aac/libSYS/include/
FDK_audio.h 366 UCHAR headerPeriod; /**< Frame period for sending in band configuration buffers in the transport layer. */
  /external/aac/libAACenc/src/
aacenc_lib.cpp 491 cc->headerPeriod = extCfg->userTpHeaderPeriod;
498 cc->headerPeriod = DEFAULT_HEADER_PERIOD_REPETITION_RATE;
501 cc->headerPeriod = 0;
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 260 milliseconds