Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp59 LOGE("Failed to create AVIO context"); in createAVIOContext()
73 LOGE("Failed to create AVFormatContext"); in createAVFormatContext()
91 LOGE("Failed to open file. Error code %s", av_err2str(result)); in openAVFormatContext()
102 LOGE("Failed to find stream info. Error code %s", av_err2str(result)); in getStreamInfo()
112 LOGE("Could not find stream"); in getBestAudioStream()
140 LOGE("Could not create an AVIOContext"); in decode()
164 LOGE("Could not find a suitable audio stream to decode"); in decode()
173 LOGE("Could not find codec with ID: %d", stream->codecpar->codec_id); in decode()
185 LOGE("Failed to allocate codec context"); in decode()
193 LOGE("Failed to copy codec parameters to codec context"); in decode()
[all …]
DNDKExtractor.cpp41 LOGE("Error setting extractor data source, err %d", amresult); in decode()
52 LOGE("Input (%d) and output (%d) sample rates do not match. " in decode()
59 LOGE("Failed to get sample rate"); in decode()
67 LOGE("NDK decoder does not support different " in decode()
73 LOGE("Failed to get channel count"); in decode()
84 LOGE("Failed to get mime type"); in decode()
114 LOGE("Codec.dequeueInputBuffer unknown error status"); in decode()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
Djni_bridge.cpp56 LOGE("Engine handle is invalid, call createHandle() to create a new one"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setToneOn()
71 LOGE("Engine handle is invalid, call createHandle() to create a new one"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioApi()
88 LOGE("Engine handle is invalid, call createHandle() to create a new one"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioDeviceId()
103 LOGE("Engine handle is invalid, call createHandle() to create a new one"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
118 LOGE("Engine handle is invalid, call createHandle() to create a new one"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setBufferSizeInBursts()
133 LOGE("Engine is null, you must call createEngine before calling this method"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1getCurrentOutputLatencyMillis()
147 LOGE("Engine is null, you must call createEngine before calling this method"); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1isLatencyDetectionSupported()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp49 LOGE( in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setEffectOn()
62 LOGE( in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setRecordingDeviceId()
75 LOGE( in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setPlaybackDeviceId()
89 LOGE( in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI()
104 LOGE("Unknown API selection to setAPI() %d", apiType); in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI()
115 LOGE( in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_isAAudioSupported()
DLiveEffectEngine.cpp177 LOGE("Error closing stream: %s", oboe::convertToText(result)); in closeStream()
221 LOGE("%s stream Error before close: %s", in onErrorBeforeClose()
234 LOGE("%s stream Error after close: %s", in onErrorAfterClose()
/third_party/glib/glibmemdfx/
Dgmemdfx.cpp34 #define LOGE(fmt, ...) __LOG(::OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) macro
75 LOGE("the mem 0x%{public}06" PRIXPTR " is already allocated", FAKE_POINTER(mem)); in GMemPoolAllocDfx()
89 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(mem)); in GMemPoolFreeDfx()
100 LOGE("the mem 0x%{public}06" PRIXPTR " is already allocated", FAKE_POINTER(mem)); in GMemAllocDfx()
108 LOGE("dump error"); in GMemAllocDfx()
126 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(current)); in GChainMemFreeDfx()
138 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(mem)); in GMemFreeDfx()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc32 LOGE("after %s() glError (0x%x)\n", operation, error); in CheckGlError()
66 LOGE("hello_ar::util::Could not compile shader %d:\n%s\n", shader_type, in LoadShader()
103 LOGE("hello_ar::util::Could not link program:\n%s\n", buf); in CreateProgram()
142 LOGE("hello_ar::util::Could not find Java helper class %s", in LoadPngFromAssetManager()
169 LOGE("util::GetTransformMatrixFromPose model_mat is null."); in GetTransformMatrixFromPose()
272 LOGE("glm Matrix - %s: %s\n", type, str.c_str()); in LogGlmMat()
276LOGE("SkMatrix - %s: [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] … in LogSkMat44()
286 LOGE("SkMatrix - %s: [%g, %g, %g] || [%g, %g, %g] || [%g, %g, %g] \n", type, in LogSkMat()
Dplane_renderer.cc70 LOGE("Could not create program."); in InitializeGlContent()
89 LOGE("Could not load png texture for planes."); in InitializeGlContent()
103 LOGE("shader_program is null."); in Draw()
158 LOGE("PlaneRenderer::UpdatePlane, no valid plane polygon is found"); in UpdateForPlane()
Dutil.h39 #ifndef LOGE
40 #define LOGE(...) \ macro
47 LOGE("*** CHECK FAILED at %s:%d: %s", __FILE__, __LINE__, #condition); \
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DFullDuplexStream.cpp59 LOGE("%s() getAvailableFrames() returned %s\n", in onAudioReady()
67 LOGE("%s() read() returned %s\n", __func__, convertToText(resultRead.error())); in onAudioReady()
76LOGE("%s() getAvailableFrames() returned %s\n", __func__, convertToText(resultAvailable.error())); in onAudioReady()
84 LOGE("%s() read() returned %s\n", __func__, convertToText(resultRead.error())); in onAudioReady()
Dandroid_debug.h28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, MODULE_NAME, __VA_ARGS__) macro
37 #define LOGE(...) macro
DNativeAudioContext.cpp167 LOGE("ActivityContext::open() stream array full"); in open()
172 LOGE("ActivityContext::open() channels out of range"); in open()
383 LOGE("%s() : no stream found\n", __func__); in runBlockingIO()
399 LOGE("%s() returned %s\n", __func__, convertToText(result.error())); in runBlockingIO()
404 LOGE("%s() : write() wrote %d of %d\n", __func__, framesWritten, framesPerBlock); in runBlockingIO()
425 LOGE("%s() : no stream found\n", __func__); in runBlockingIO()
441 LOGE("%s() : read() returned %s\n", __func__, convertToText(result.error())); in runBlockingIO()
446 LOGE("%s() : read() read %d of %d\n", __func__, framesRead, framesPerBlock); in runBlockingIO()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp42 LOGE("Failed to start stream. Error: %s", convertToText(result)); in load()
151 LOGE("The audio stream was closed, please restart the game. Error: %s", convertToText(error)); in onErrorAfterClose()
184 LOGE("Failed to open stream. Error: %s", convertToText(result)); in openStream()
219 LOGE("Could not load source data for clap sound"); in setupAudioSources()
229 LOGE("Could not load source data for backing track"); in setupAudioSources()
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp138 LOGE("%s : '%s' must be a fallback key in the config file\n", in onMatchFamilyStyleCharacter()
353 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_NO_STREAM)); in onMakeFromFontData()
375 LOGE("%s : %s\n", FontConfig_OHOS::errToString(ERROR_FONT_NOT_EXIST), path); in onMakeFromFile()
402 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_NO_AVAILABLE_FAMILY)); in onLegacyMakeTypeface()
426 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
433 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
463 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
471 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
/third_party/skia/third_party/externals/oboe/src/opensles/
DEngineOpenSLES.cpp37 LOGE("EngineOpenSLES - slCreateEngine() result:%s", getSLErrStr(result)); in open()
44 LOGE("EngineOpenSLES - Realize() engine result:%s", getSLErrStr(result)); in open()
51 LOGE("EngineOpenSLES - GetInterface() engine result:%s", getSLErrStr(result)); in open()
DAudioInputStreamOpenSLES.cpp145 LOGE("createAudioRecorder() result:%s", getSLErrStr(result)); in open()
181 LOGE("Realize recorder object result:%s", getSLErrStr(result)); in open()
187 LOGE("GetInterface RECORD result:%s", getSLErrStr(result)); in open()
238 LOGE("AudioInputStreamOpenSLES::%s() mRecordInterface is null", __func__); in setRecordState_l()
244 LOGE("AudioInputStreamOpenSLES::%s(%u) returned error %s", in setRecordState_l()
DAudioStreamBuffered.cpp118 LOGE("AudioStreamBuffered::%s(): buffer is NULL", __func__); in transfer()
122 LOGE("AudioStreamBuffered::%s(): numFrames is negative", __func__); in transfer()
128 LOGE("AudioStreamBuffered::%s(): timeoutNanoseconds is negative", __func__); in transfer()
165 LOGE("AudioStreamBuffered::%s(): TIMEOUT", __func__); in transfer()
DOutputMixerOpenSLES.cpp38 LOGE("OutputMixerOpenSL() - createOutputMix() result:%s", getSLErrStr(result)); in open()
45 LOGE("OutputMixerOpenSL() - Realize() mOutputMixObject result:%s", getSLErrStr(result)); in open()
DAudioStreamOpenSLES.cpp128 LOGE("AudioStreamOpenSLES::open() bytesPerCallback < 0 = %d, bad format?", in configureBufferSizes()
310 LOGE("%s() returned %d", __func__, enqueueResult); in processBufferCallback()
341 LOGE("get buffer queue interface:%p result:%s", in registerBufferQueueCallback()
349 LOGE("RegisterCallback result:%s", getSLErrStr(result)); in registerBufferQueueCallback()
DAudioOutputStreamOpenSLES.cpp177 LOGE("createAudioPlayer() result:%s", getSLErrStr(result)); in open()
206 LOGE("Realize player object result:%s", getSLErrStr(result)); in open()
212 LOGE("GetInterface PLAY result:%s", getSLErrStr(result)); in open()
268 LOGE("AudioOutputStreamOpenSLES::%s() mPlayInterface is null", __func__); in setPlayState_l()
/third_party/skia/third_party/externals/oboe/samples/shared/
DDefaultAudioStreamCallback.h52 LOGE("Renderable source not set!"); in onAudioReady()
62 LOGE("Restarting AudioStream after disconnect"); in onErrorAfterClose()
65 LOGE("Unknown error"); in onErrorAfterClose()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro
40 #define LOGE(...) macro
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
Dlogging_macros.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,MODULE_NAME, __VA_ARGS__) macro
40 #define LOGE(...) macro
Dtrace.cpp50 LOGE("Tracing is either not initialized (call Trace::initialize()) " in beginSection()
69 LOGE("Could not open libandroid.so to dynamically load tracing symbols"); in initialize()
/third_party/skia/third_party/externals/oboe/src/common/
DTrace.cpp44 LOGE("Tracing is either not initialized (call Trace::initialize()) " in beginSection()
62 LOGE("Could not open libandroid.so to dynamically load tracing symbols"); in initialize()

12