Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DNative.java27 public native int Decode(String inputFilePath, String inputFileName, String statsFile, in Decode() method in Native
/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp40 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode() function
48 fGIF = DGifOpen( stream, Decode ); in GIFMovie()
50 fGIF = DGifOpen( stream, Decode, nullptr ); in GIFMovie()
/frameworks/av/media/tests/benchmark/tests/
DDecoderTest.cpp31 TEST_P(DecoderTest, Decode) { in TEST_P() argument
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DDecoderTest.java212 int status = nativeDecoder.Decode( in testNativeDecoder()
/frameworks/av/media/tests/benchmark/
DREADME.md224 3. **operation**: The current operation on the input test vector i.e. Extract/Mux/Encode/Decode.
260 15. **totalTime**: The time taken to perform the complete operation (i.e. Extract/Mux/Decode/Encode…