OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSubframes_next
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.h
150
UCHAR
noSubframes_next
;
tpenc_latm.cpp
532
INT
noSubframes_next
) /* nr of access units / payloads within a latm frame */
535
if (
noSubframes_next
< 1 ||
noSubframes_next
> MAX_NR_OF_SUBFRAMES) {
539
hAss->
noSubframes_next
=
noSubframes_next
;
543
hAss->noSubframes =
noSubframes_next
;
628
hAss->
noSubframes_next
= DEFAULT_LATM_NR_OF_SUBFRAMES;
814
hAss->noSubframes = hAss->
noSubframes_next
;
Completed in 54 milliseconds