HomeSort by relevance Sort by last modified time
    Searched full:autoselect (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/java/android/media/
SubtitleController.java 191 * Supports HLS-flags: AUTOSELECT, FORCED & DEFAULT.
200 * b. Otherwise, if there is a track with AUTOSELECT=yes in the current
205 * the one with AUTOSELECT=no.
207 * The default values for these flags are DEFAULT=no, AUTOSELECT=yes
227 boolean autoselect =
240 (autoselect ? 0 : 2) + (languageMatches ? 1 : 0);
249 (autoselect || forced || selectedLocale != null))) {
MediaFormat.java 449 * A key for boolean AUTOSELECT behavior for the track. Tracks with AUTOSELECT=true
455 * field; if not specified, AUTOSELECT defaults to TRUE.
457 public static final String KEY_IS_AUTOSELECT = "is-autoselect";
  /external/yaffs2/yaffs2/
Kconfig 63 bool "Autoselect yaffs2 format"
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 242 EXPORT const char* AMEDIAFORMAT_KEY_IS_AUTOSELECT = "is-autoselect";
  /external/zlib/src/contrib/masmx86/
match686.asm 28 ; with autoselect (with cpu detection code)
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 1039 } else if (!strcasecmp("autoselect", key.c_str())) {
1046 ALOGE("Expected YES or NO for AUTOSELECT attribute, "
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 107 cl::desc("Sets the SIMD width. Zero is autoselect."));
112 "Zero is autoselect."));
    [all...]

Completed in 1054 milliseconds