Searched defs:imageDecoderPtr (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 189 static void testInfo(JNIEnv* env, jclass, jlong imageDecoderPtr, jint width, jint height, in testInfo() 309 static void testSetFormat(JNIEnv* env, jclass, jlong imageDecoderPtr, in testSetFormat() 363 static void testSetUnpremul(JNIEnv* env, jclass, jlong imageDecoderPtr, jboolean hasAlpha) { in testSetUnpremul() 403 static void testGetMinimumStride(JNIEnv* env, jclass, jlong imageDecoderPtr, in testGetMinimumStride() 512 static void testDecode(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecode() 627 static void testDecodeStride(JNIEnv* env, jclass, jlong imageDecoderPtr) { in testDecodeStride() 691 static void testSetTargetSize(JNIEnv* env, jclass, jlong imageDecoderPtr) { in testSetTargetSize() 766 static void testComputeSampledSize(JNIEnv* env, jclass, jlong imageDecoderPtr, in testComputeSampledSize() 852 static void testDecodeScaled(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecodeScaled() 1065 static void testDecodeCrop(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecodeCrop() [all …]
|