Searched refs:MEDIA_ERROR_BASE (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaErrors.h38 MEDIA_ERROR_BASE = -1000, enumerator in enum:android::__anon68
40 ERROR_ALREADY_CONNECTED = MEDIA_ERROR_BASE,
41 ERROR_NOT_CONNECTED = MEDIA_ERROR_BASE - 1,
42 ERROR_UNKNOWN_HOST = MEDIA_ERROR_BASE - 2,
43 ERROR_CANNOT_CONNECT = MEDIA_ERROR_BASE - 3,
44 ERROR_IO = MEDIA_ERROR_BASE - 4,
45 ERROR_CONNECTION_LOST = MEDIA_ERROR_BASE - 5,
46 ERROR_MALFORMED = MEDIA_ERROR_BASE - 7,
47 ERROR_OUT_OF_RANGE = MEDIA_ERROR_BASE - 8,
48 ERROR_BUFFER_TOO_SMALL = MEDIA_ERROR_BASE
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp189 notifyPrepared(MEDIA_ERROR_BASE);
197 notifyPrepared(MEDIA_ERROR_BASE);
318 notifyPrepared(MEDIA_ERROR_BASE);
H A DAacBqToPcmCbRenderer.cpp179 notifyPrepared(MEDIA_ERROR_BASE);

Completed in 712 milliseconds