OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subFrameCnt
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.cpp
147
if (hAss->
subFrameCnt
==0)
542
if ( (hAss->
subFrameCnt
== 0) && (hAss->latmFrameCounter == 0) ) {
626
hAss->
subFrameCnt
= 0;
651
if (hAss->
subFrameCnt
== 0) {
676
if (hAss->
subFrameCnt
== 0)
724
if (hAss->
subFrameCnt
== 0) {
735
if( hAss->tt == TT_MP4_LOAS && hAss->
subFrameCnt
== 0)
764
if (hAss->
subFrameCnt
== 0)
774
hAss->
subFrameCnt
++;
775
if (hAss->
subFrameCnt
>= hAss->noSubframes
[
all
...]
tpenc_latm.h
147
UCHAR
subFrameCnt
; /* Current Subframe frame */
Completed in 36 milliseconds