Searched defs:headerPeriod (Results 1 - 3 of 3) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_lib.cpp175 * - 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) {
184 getPceRepetitionRate( const int channelConfig, const TRANSPORT_TYPE transportFmt, const int headerPeriod, const int matrixMixdownA ) argument
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1536 const int headerPeriod,
1602 if (headerPeriod==-1) {
1610 hSbrElement->sbrBitstreamData.NrSendHeaderData = fixMin(fixMax(headerPeriod,1),(hSbrElement->sbrConfigData.sampleFreq/hSbrElement->sbrConfigData.frameSize));
1821 const int headerPeriod,
2064 headerPeriod,
1529 FDKsbrEnc_EnvInit( HANDLE_SBR_ELEMENT hSbrElement, sbrConfigurationPtr params, INT *coreBandWith, AUDIO_OBJECT_TYPE aot, int nBitstrDelay, int nElement, const int headerPeriod, ULONG statesInitFlag, int fTimeDomainDownsampling ,UCHAR *dynamic_RAM ) argument
1807 sbrEncoder_Init( HANDLE_SBR_ENCODER hSbrEncoder, SBR_ELEMENT_INFO elInfo[(8)], int noElements, INT_PCM *inputBuffer, INT *coreBandwidth, INT *inputBufferOffset, INT *numChannels, INT *coreSampleRate, UINT *downSampleFactor, INT *frameLength, AUDIO_OBJECT_TYPE aot, int *delay, int transformFactor, const int headerPeriod, ULONG statesInitFlag ) argument
/external/aac/libSYS/include/
H A DFDK_audio.h366 UCHAR headerPeriod; /**< Frame period for sending in band configuration buffers in the transport layer. */ member in struct:__anon278

Completed in 177 milliseconds