OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerPeriod
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_lib.cpp
169
* - The PCE repetition rate in raw_data_block can be controlled via
headerPeriod
parameter.
173
* \param
headerPeriod
Chosen PCE frame repetition rate.
181
const int
headerPeriod
,
187
if (
headerPeriod
>0) {
194
pceFrameCounter =
headerPeriod
;
215
pceFrameCounter =
headerPeriod
;
226
} /* if
headerPeriod
>0 */
319
hTpEnc->config.
headerPeriod
,
356
if (hTp->pceFrameCounter>=hTp->config.
headerPeriod
) {
407
if (hTp->pceFrameCounter>=hTp->config.
headerPeriod
) {
[
all
...]
tpenc_latm.cpp
840
int setupDataDistanceFrames = layerConfig->
headerPeriod
;
/external/aac/libSYS/include/
FDK_audio.h
327
UCHAR
headerPeriod
; /**< Frame period for sending in band configuration buffers in the transport layer. */
/external/aac/libAACenc/src/
aacenc_lib.cpp
331
cc->
headerPeriod
= extCfg->userTpHeaderPeriod;
338
cc->
headerPeriod
= 10;
341
cc->
headerPeriod
= 0;
[
all
...]
Completed in 170 milliseconds