Home
last modified time | relevance | path

Searched defs:decoder (Results 1 – 25 of 70) sorted by relevance

123

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java156 BitmapRegionDecoder decoder = in testNewInstanceInputStream() local
176 BitmapRegionDecoder decoder = BitmapRegionDecoder in testNewInstanceByteArray() local
220 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is1); in testDecodeRegionInputStream() local
248 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is1); in testDecodeRegionInputStreamInBitmap() local
279 BitmapRegionDecoder decoder = BitmapRegionDecoder in testDecodeRegionByteArray() local
307 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(filepath); in testDecodeRegionStringAndFileDescriptor() local
333 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testRecycle() local
374 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testInBitmapReuse() local
443 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeHardwareBitmap() local
460 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is1); in testOutColorType() local
[all …]
DGainmapTest.java380 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeGainmapBitmapRegionDecoder() local
388 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeGainmapBitmapRegionDecoderReuse() local
415 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeGainmapBitmapRegionDecoderReusePastBounds() local
450 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeGainmapBitmapRegionDecoderReuseCropped() local
478 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(is); in testDecodeGainmapBitmapRegionDecoderWithInSampleSize() local
513 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(data, 0, data.length); in testDecodeGainmapBitmapRegionDecoderWithInSampleSizeDoesNotInset() local
758 BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(data, 0, data.length); in testCompressA8ByBitmapRegionDecoder() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt96 decoder, info, _ -> in <lambda>() method
170 val decoder = nCreateFromAsset(asset) in <lambda>() constant
337 decoder, _, _ -> in <lambda>() method
346 val decoder = nCreateFromAsset(asset) in <lambda>() constant
372 val decoder = nCreateFromAsset(asset) in <lambda>() constant
397 val decoder = nCreateFromAsset(asset) in <lambda>() constant
424 val decoder = nCreateFromAsset(asset) in <lambda>() constant
434 val decoder = nCreateFromAsset(asset) in <lambda>() constant
442 { decoder -> nSetUnpremultipliedRequired(decoder, true) }, in <lambda>() method
443 { decoder -> in <lambda>() method
[all …]
/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp95 AImageDecoder* decoder = nullptr; in createFromAsset() local
104 static jint getWidth(JNIEnv*, jobject, jlong decoder) { in getWidth()
109 static jint getHeight(JNIEnv*, jobject, jlong decoder) { in getHeight()
114 static void deleteDecoder(JNIEnv*, jobject, jlong decoder) { in deleteDecoder()
130 auto* decoder = reinterpret_cast<AImageDecoder*>(decoder_ptr); in decode() local
163 auto* decoder = reinterpret_cast<AImageDecoder*>(decoder_ptr); in advanceFrame() local
167 static jint rewind_decoder(JNIEnv*, jobject, jlong decoder) { in rewind_decoder()
171 static jint setUnpremultipliedRequired(JNIEnv*, jobject, jlong decoder, jboolean required) { in setUnpremultipliedRequired()
176 static jint setAndroidBitmapFormat(JNIEnv*, jobject, jlong decoder, jint format) { in setAndroidBitmapFormat()
181 static jint setDataSpace(JNIEnv*, jobject, jlong decoder, jint dataSpace) { in setDataSpace()
[all …]
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderDrmTest.java86 public CodecDecoderDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderDrmTest()
126 CodecDecoderDrmTestBase decoder = in testSimpleDecode() local
DCodecDecoderMultiAccessUnitDrmTest.java102 public CodecDecoderMultiAccessUnitDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderMultiAccessUnitDrmTest()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java104 public CodecDecoderBlockModelMultiAccessUnitDrmTest(String decoder, String mediaType, in CodecDecoderBlockModelMultiAccessUnitDrmTest()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0689/
Dpoc.cpp33 AImageDecoder *decoder = nullptr; in makeDecoder() local
53 DecoderPointer decoder = makeDecoder(buffer.data(), size); in main() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java87 public CodecDecoderSurfaceTest(String decoder, String mediaType, String testFile, in CodecDecoderSurfaceTest()
108 private OutputManager decodeAndSavePts(String file, String decoder, long pts, int mode, in decodeAndSavePts()
444 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode()
465 private native boolean nativeTestFlush(String decoder, Surface surface, String mediaType, in nativeTestFlush()
DCodecDecoderSurfaceReconfigureTest.java91 public CodecDecoderSurfaceReconfigureTest(String decoder, String mediaType, String testFile, in CodecDecoderSurfaceReconfigureTest()
113 protected OutputManager decodeAndSavePts(String file, String decoder, long pts, int mode, in decodeAndSavePts()
DCodecEncoderSurfaceTest.java93 public CodecEncoderSurfaceTest(String encoder, String mediaType, String decoder, in CodecEncoderSurfaceTest()
217 private native boolean nativeTestSimpleEncode(String encoder, String decoder, String mediaType, in nativeTestSimpleEncode()
DCodecDecoderTest.java120 public CodecDecoderTest(String decoder, String mediaType, String testFile, String refFile, in CodecDecoderTest()
318 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode()
533 private native boolean nativeTestFlush(String decoder, Surface surface, String mediaType, in nativeTestFlush()
590 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos()
682 private native boolean nativeTestSimpleDecodeQueueCSD(String decoder, String mediaType, in nativeTestSimpleDecodeQueueCSD()
DCodecDecoderBlockModelTest.java67 public CodecDecoderBlockModelTest(String decoder, String mediaType, in CodecDecoderBlockModelTest()
DCodecDecoderPauseTest.java59 public CodecDecoderPauseTest(String decoder, String mediaType, String srcFile, in CodecDecoderPauseTest()
DDecoderPushBlankBufferOnStopTest.java65 public DecoderPushBlankBufferOnStopTest(String decoder, String mediaType, String testFile, in DecoderPushBlankBufferOnStopTest()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp191 AImageDecoder* decoder = reinterpret_cast<AImageDecoder*>(imageDecoderPtr); in testInfo() local
231 AImageDecoder* decoder = nullptr; in createFromAsset() local
240 AImageDecoder* decoder = nullptr; in createFromFd() local
274 AImageDecoder* decoder = nullptr; in createFromAssetBuffer() local
292 AImageDecoder* decoder; in testCreateIncomplete() local
303 AImageDecoder* decoder; in testCreateUnsupported() local
311 AImageDecoder* decoder = reinterpret_cast<AImageDecoder*>(imageDecoderPtr); in testSetFormat() local
364 AImageDecoder* decoder = reinterpret_cast<AImageDecoder*>(imageDecoderPtr); in testSetUnpremul() local
405 AImageDecoder* decoder = reinterpret_cast<AImageDecoder*>(imageDecoderPtr); in testGetMinimumStride() local
514 AImageDecoder* decoder = reinterpret_cast<AImageDecoder*>(imageDecoderPtr); in testDecode() local
[all …]
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderLowLatencyTest.java171 MediaCodecWrapper decoder = new SdkMediaCodec(MediaCodec.createByCodecName(mDecoderName)); in testLowLatencyVideoSdk() local
181 MediaCodecWrapper decoder = new NdkMediaCodec(mDecoderName); in testLowLatencyVideoNdk() local
185 private void testLowLatencyVideo(MediaCodecWrapper decoder, boolean useNdk) throws Exception { in testLowLatencyVideo()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java413 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, in decodeToMemory()
432 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory()
439 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory()
444 public void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory()
450 MediaFormat format, String decoder) throws IOException, InterruptedException { in decodeToMemory()
465 protected PersistableBundle validateMetrics(String decoder, MediaFormat format) { in validateMetrics()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39804/
Dpoc.cpp51 AImageDecoder *decoder; in main() local
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DSteadyTimestampCodec.java225 MediaCodec decoder = MediaCodec.createDecoderByType(MIMETYPE); in createDecoder() local
256 MediaCodec decoder = createDecoder(surface); in setSurfaceAndStart() local
/cts/hostsidetests/statsdatom/apps/statsdapp/jni/
Dimage_decoding.cpp39 AImageDecoder* decoder = nullptr; in Java_com_android_server_cts_device_statsdatom_ImageViewActivity_nDecode() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9362/
Dpoc.cpp28 spatialDec decoder; in main() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-30351/src/android/security/cts/CVE_2021_30351/
DMainActivity.java33 MediaCodec decoder = null; field in MainActivity
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DDecodeEditEncodeTest.java269 public DecodeEditEncodeTest(String encoder, String decoder, String mimeType, int width, in DecodeEditEncodeTest()
557 MediaCodec decoder = null; in editVideoFile() local
638 private void editVideoData(VideoChunks inputData, MediaCodec decoder, in editVideoData()
798 MediaCodec decoder = null; in checkVideoFile() local
835 private int checkVideoData(VideoChunks inputData, MediaCodec decoder, OutputSurface surface) { in checkVideoData()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java60 public VideoDecoderValidationTest(String decoder, String mediaType, String testFile, in VideoDecoderValidationTest()

123