Searched defs:imageDecoderPtr (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 183 static void testInfo(JNIEnv* env, jclass, jlong imageDecoderPtr, jint width, jint height, in testInfo() 303 static void testSetFormat(JNIEnv* env, jclass, jlong imageDecoderPtr, in testSetFormat() 357 static void testSetUnpremul(JNIEnv* env, jclass, jlong imageDecoderPtr, jboolean hasAlpha) { in testSetUnpremul() 397 static void testGetMinimumStride(JNIEnv* env, jclass, jlong imageDecoderPtr, in testGetMinimumStride() 506 static void testDecode(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecode() 623 static void testDecodeStride(JNIEnv* env, jclass, jlong imageDecoderPtr) { in testDecodeStride() 689 static void testSetTargetSize(JNIEnv* env, jclass, jlong imageDecoderPtr) { in testSetTargetSize() 764 static void testComputeSampledSize(JNIEnv* env, jclass, jlong imageDecoderPtr, in testComputeSampledSize() 850 static void testDecodeScaled(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecodeScaled() 1064 static void testDecodeCrop(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecodeCrop() [all …]
|