Searched refs:ON (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h111 #ifndef ON
112 #define ON 1 macro
H A Dvad2.h87 #define ON 1 macro
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpv_audio_type_defs.h163 #ifndef ON
164 #define ON 1 macro
H A Dsbr_applied.cpp225 sbrDec->LC_aacP_DecoderFlag = ON; /* Enable LC for stereo */
245 sbrDec->LC_aacP_DecoderFlag = ON; /* Enable LC for stereo */
256 sbrDec->LC_aacP_DecoderFlag = ON; /* Enable LC for all sbr decoding */
277 sbrDec->LC_aacP_DecoderFlag = ON; /* Enable LC for stereo */
284 sbrDec->LC_aacP_DecoderFlag = ON; /* Enable LC for all sbr decoding */
H A Dsbr_dec.cpp224 if (sbrDec->LC_aacP_DecoderFlag == ON)
264 if (sbrDec->LC_aacP_DecoderFlag == ON)
765 if (sbrDec->LC_aacP_DecoderFlag == ON)
H A Dsbr_generate_high_freq.cpp255 if (LC_flag == ON)
399 if (LC_flag == ON)
417 if (LC_flag == ON)
H A Dcalc_sbr_envelope.cpp402 if (LC_flag == ON)
477 if (LC_flag == ON)
943 if (LC_flag == ON)
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h149 #ifndef ON
150 #define ON 1 macro
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java124 * The plugin state effects how plugins are treated on a page. ON means
133 ON, enum constant in enum:WebSettings.PluginState
1055 setPluginState(PluginState.ON);
1238 return mPluginState == PluginState.ON;
/frameworks/base/core/java/android/view/
H A DView.java2352 scrollabilityCache.state = ScrollabilityCache.ON;
5187 scrollCache.state = ScrollabilityCache.ON;
5704 scrollabilityCache.state = ScrollabilityCache.ON;
8703 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
9485 public static final int ON = 1; field in class:View.ScrollabilityCache
9520 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 437 milliseconds