Home
last modified time | relevance | path

Searched refs:ACTION_CODE_FATAL (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp513 codec->mCallback->onError(DEAD_OBJECT, ACTION_CODE_FATAL); in onDeath()
577 mCallback->onError(err, ACTION_CODE_FATAL); in tryAndReportOnError()
606 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
633 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in allocate()
1280 ACTION_CODE_FATAL); in start()
1296 mCallback->onError(err2, ACTION_CODE_FATAL); in start()
1303 mCallback->onError(err2, ACTION_CODE_FATAL); in start()
1363 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in stop()
1372 mCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in stop()
1486 mCallback->onError(err, ACTION_CODE_FATAL); in signalFlush()
[all …]
DCCodecBufferChannel.cpp1317 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
1325 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
1336 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
1516 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaErrors.h129 ACTION_CODE_FATAL, enumerator
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1050 JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, in throwExceptionAsNecessary()
1306 env, BAD_VALUE, ACTION_CODE_FATAL, "input surface not valid"); in android_media_MediaCodec_setInputSurface()
1350 throwExceptionAsNecessary(env, err, ACTION_CODE_FATAL, "start failed"); in android_media_MediaCodec_start()
1428 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str()); in android_media_MediaCodec_queueInputBuffer()
1593 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str()); in android_media_MediaCodec_queueSecureInputBuffer()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1894 if (actionCode == ACTION_CODE_FATAL) { in onMessageReceived()
1901 setState(actionCode == ACTION_CODE_FATAL ? in onMessageReceived()
1908 if (actionCode == ACTION_CODE_FATAL) { in onMessageReceived()
1915 setState(actionCode == ACTION_CODE_FATAL ? in onMessageReceived()
1950 if (actionCode == ACTION_CODE_FATAL) { in onMessageReceived()
2005 actionCode = ACTION_CODE_FATAL; in onMessageReceived()
2739 onError(DEAD_OBJECT, ACTION_CODE_FATAL); in onMessageReceived()
DACodec.cpp5635 mCallback->onError(internalError, ACTION_CODE_FATAL); in signalError()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp207 mCallback->onError(error, ACTION_CODE_FATAL); in signalError()