Searched refs:KEY_IS_AUTOSELECT (Results 1 – 10 of 10) sorted by relevance
229 format.getInteger(MediaFormat.KEY_IS_AUTOSELECT, 1) != 0; in getDefaultTrack()
772 public static final String KEY_IS_AUTOSELECT = "is-autoselect"; field in MediaFormat
1961 mFormat.setInteger(MediaFormat.KEY_IS_AUTOSELECT, in.readInt()); in TrackInfoImpl()1986 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_IS_AUTOSELECT)); in writeToParcel()
2487 mFormat.setInteger(MediaFormat.KEY_IS_AUTOSELECT, in.readInt()); in TrackInfo()2517 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_IS_AUTOSELECT)); in writeToParcel()
233 format.getInteger(MediaFormat.KEY_IS_AUTOSELECT, 1) != 0; in getDefaultTrack()
243 .getInteger(format, MediaFormat.KEY_IS_AUTOSELECT, 1) != 0; in getDefaultTrack()
349 constexpr char KEY_IS_AUTOSELECT[] = "is-autoselect"; variable
14968 field public static final java.lang.String KEY_IS_AUTOSELECT = "is-autoselect";
22832 Landroid/media/MediaFormat;->KEY_IS_AUTOSELECT:Ljava/lang/String;
23721 field public static final java.lang.String KEY_IS_AUTOSELECT = "is-autoselect";