Home
last modified time | relevance | path

Searched refs:ais (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java442 public AssetInputStreamSource(@NonNull AssetInputStream ais, in AssetInputStreamSource() argument
444 mAssetInputStream = ais; in AssetInputStreamSource()
474 AssetInputStream ais = mAssetInputStream; in createImageDecoder() local
476 return createFromAsset(ais, preferAnimation, this); in createImageDecoder()
541 private static ImageDecoder createFromAsset(AssetInputStream ais, in createFromAsset() argument
545 long asset = ais.getNativeAsset(); in createFromAsset()
549 IoUtils.closeQuietly(ais); in createFromAsset()
551 decoder.mInputStream = ais; in createFromAsset()
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dprog_index3 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="fre",NAME="Français",AUTOSELECT=YES,DEFAULT=NO,U…
Dindex162 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="fre",NAME="Français",AUTOSELECT=YES,DEFAULT=NO,U…
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java897 private Drawable decodeImageDrawable(@NonNull AssetInputStream ais, in decodeImageDrawable() argument
899 ImageDecoder.Source src = new ImageDecoder.AssetInputStreamSource(ais, in decodeImageDrawable()
989 final AssetInputStream ais = (AssetInputStream) is;
990 dr = decodeImageDrawable(ais, wrapper, value);