Searched refs:KEY_IS_DEFAULT (Results 1 – 11 of 11) sorted by relevance
231 format.getInteger(MediaFormat.KEY_IS_DEFAULT, 0) != 0; in getDefaultTrack()
785 public static final String KEY_IS_DEFAULT = "is-default"; field in MediaFormat
1962 mFormat.setInteger(MediaFormat.KEY_IS_DEFAULT, in.readInt()); in TrackInfoImpl()1987 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_IS_DEFAULT)); in writeToParcel()
2488 mFormat.setInteger(MediaFormat.KEY_IS_DEFAULT, in.readInt()); in TrackInfo()2518 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_IS_DEFAULT)); in writeToParcel()
235 format.getInteger(MediaFormat.KEY_IS_DEFAULT, 0) != 0; in getDefaultTrack()
245 .getInteger(format, MediaFormat.KEY_IS_DEFAULT, 0) != 0; in getDefaultTrack()
526 format.setInteger(MediaFormat.KEY_IS_DEFAULT, (i == mPrimaryIndex) ? 1 : 0); in onOutputFormatChanged()
350 constexpr char KEY_IS_DEFAULT[] = "is-default"; variable
14969 field public static final java.lang.String KEY_IS_DEFAULT = "is-default";
22833 Landroid/media/MediaFormat;->KEY_IS_DEFAULT:Ljava/lang/String;
23722 field public static final java.lang.String KEY_IS_DEFAULT = "is-default";