OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nosubframes
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.cpp
316
FDKwriteBits( hBs, hAss->
noSubframes
-1, 6 ); /* Number of Subframes */
544
hAss->
noSubframes
= noSubframes_next;
628
hAss->
noSubframes
= DEFAULT_LATM_NR_OF_SUBFRAMES;
776
if (hAss->subFrameCnt >= hAss->
noSubframes
)
815
hAss->
noSubframes
= hAss->noSubframes_next;
tpenc_latm.h
148
UCHAR
noSubframes
; /* Number of subframes */
Completed in 164 milliseconds