OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnsPresent
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
stat_bits.c
82
Flag
tnsPresent
;
94
tnsPresent
= 0;
99
tnsPresent
= 1;
103
if (
tnsPresent
) {
bitenc.c
271
Flag
tnsPresent
;
286
tnsPresent
=0;
290
tnsPresent
=1;
294
if (
tnsPresent
==0) {
/external/aac/libAACenc/src/
bitenc.cpp
452
INT i,
tnsPresent
= 0;
457
tnsPresent
=1;
462
if (
tnsPresent
==0) {
489
INT
tnsPresent
= 0;
495
tnsPresent
=1;
501
if (
tnsPresent
==1) { /* there is data to be written*/
550
if (
tnsPresent
!= 0) {
[
all
...]
Completed in 47 milliseconds