Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp119 TEST_F(AndroidPubkeyTest, Decode) { in TEST_F() argument
/aosp14/frameworks/base/libs/hwui/jni/
H A DGIFMovie.cpp44 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode() function
52 fGIF = DGifOpen( stream, Decode ); in GIFMovie()
54 fGIF = DGifOpen( stream, Decode, nullptr ); in GIFMovie()