Home
last modified time | relevance | path

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

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/mediacodec/
H A DAsynchronousMediaCodecAdapterTest.java78 adapter.onError(createCodecException()); in dequeueInputBufferIndex_withMediaCodecError_throwsException()
121 adapter.onError(createCodecException()); in dequeueOutputBufferIndex_withMediaCodecError_throwsException()
191 private static MediaCodec.CodecException createCodecException() throws Exception { in createCodecException() method in AsynchronousMediaCodecAdapterTest
H A DAsynchronousMediaCodecCallbackTest.java158 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in dequeueInputBufferIndex_afterOnErrorCallback_throwsError()
335 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in dequeueOutputBufferIndex_afterOnErrorCallback_throwsError()
442 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in flush_withPendingError_resetsError()
452 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in shutdown_withPendingError_doesNotThrow()
459 private static MediaCodec.CodecException createCodecException() throws Exception { in createCodecException() method in AsynchronousMediaCodecCallbackTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/mediacodec/
H A DAsynchronousMediaCodecAdapterTest.java79 adapter.onError(createCodecException()); in dequeueInputBufferIndex_withMediaCodecError_throwsException()
122 adapter.onError(createCodecException()); in dequeueOutputBufferIndex_withMediaCodecError_throwsException()
192 private static MediaCodec.CodecException createCodecException() throws Exception { in createCodecException() method in AsynchronousMediaCodecAdapterTest
H A DAsynchronousMediaCodecCallbackTest.java158 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in dequeueInputBufferIndex_afterOnErrorCallback_throwsError()
335 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in dequeueOutputBufferIndex_afterOnErrorCallback_throwsError()
442 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in flush_withPendingError_resetsError()
452 asynchronousMediaCodecCallback.onError(codec, createCodecException()); in shutdown_withPendingError_doesNotThrow()
459 private static MediaCodec.CodecException createCodecException() throws Exception { in createCodecException() method in AsynchronousMediaCodecCallbackTest
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1181 static jthrowable createCodecException( in createCodecException() function
1483 obj = (jobject)createCodecException(env, err, actionCode); in handleCallback()
1680 jthrowable exception = createCodecException(env, err, actionCode, msg); in throwCodecException()