/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_log.h | 54 #define VLOG_FAILURE_NO(vsync_error) VLOG_FAILURE("%{public}s", GSErrorStr(vsync_error).c_str()) 60 #define VLOG_FAILURE_API(api, ret) VLOG_FAILURE(#api " failed with %{public}s", GSErrorStr(ret).c_str())
|
/foundation/graphic/graphic_surface/interfaces/inner_api/common/ |
H A D | graphic_common.h | 90 inline std::string GSErrorStr(GSError err) in GSErrorStr() function 102 return GSErrorStr(err); in SurfaceErrorStr() 107 os << GSErrorStr(err); in operator <<()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common.h | 63 inline std::string GSErrorStr(GSError err) in GSErrorStr() function 98 return GSErrorStr(err); in SurfaceErrorStr() 103 os << GSErrorStr(err); in operator <<()
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_surface_memory.cpp | 59 GSErrorStr(ret).c_str()); in Alloc() 117 GSErrorStr(ret).c_str()); in InitSurfaceBuffer() 137 GSErrorStr(gsRet).c_str()); in WriteToMessageParcel()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_buffer.cpp | 123 "mmap failed, err=%{public}s", GSErrorStr(ret).c_str()); in GetAddr()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 61 RS_LOGE("DmaMemAlloc::SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemAlloc()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | memory_manager.cpp | 198 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str());
in Create()
|
H A D | pixel_map.cpp | 2253 IMAGE_LOGE("write pixel map to message parcel failed: %{public}s.", GSErrorStr(ret).c_str()); in WriteMemInfoToParcel() 2583 IMAGE_LOGE("SurfaceBuffer read from message parcel failed: %{public}s", GSErrorStr(ret).c_str()); in ReadDmaMemInfoFromParcel()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 168 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemAlloc()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 489 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemoryCreate()
|
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 312 EXPECT_AND_LOGW(gsRet != GSERROR_OK, "Set surface source type failed, %{public}s", GSErrorStr(gsRet).c_str()); in SetDecoderInputSurface()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 243 IMAGE_LOGE("SurfaceBuffer alloc failed, %{public}s", GSErrorStr(ret).c_str()); in AllocSurfaceBuffer()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 871 if (GSErrorStr(ret) == "<500 api call failed>with low error <Not supported>") {
in OH_NativeWindow_SetMetadataValue() 928 if (GSErrorStr(ret) == "<500 api call failed>with low error <Not supported>") {
in OH_NativeWindow_GetMetadataValue()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.cpp | 513 RS_LOGE("DmaMem::DmaMemAlloc: surfaceBuffer alloc failed, %{public}s", GSErrorStr(ret).c_str());
in CreateSurfaceSyncCopyTask()
|
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 85 RS_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in LocalDmaMemAlloc()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 148 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str());
in AllocDmaBuffer()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_composer_adapter_test.cpp | 1319 ASSERT_TRUE(ret == GSERROR_OK || GSErrorStr(ret) == "<500 api call failed>with low error <Not supported>"); in HWTEST_F() 1326 ASSERT_TRUE(ret == GSERROR_OK || GSErrorStr(ret) == "<500 api call failed>with low error <Not supported>"); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_uni_render_composer_adapter_unit_test.cpp | 1319 ASSERT_TRUE(ret == GSERROR_OK || GSErrorStr(ret) == "<50 api call failed>with low error <Not supported>"); in HWTEST_F() 1326 ASSERT_TRUE(ret == GSERROR_OK || GSErrorStr(ret) == "<50 api call failed>with low error <Not supported>"); in HWTEST_F()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_decoder.cpp | 506 EXPECT_AND_LOGI(gsRet != GSERROR_OK, "Disconnect failed!, %{public}s", GSErrorStr(gsRet).c_str()); in OH_VideoDecoder_SetSurface()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 271 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in AllocBufferForDmaType()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 568 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemoryCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 410 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DoSwDecode()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3563 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); 4113 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str());
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 257 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str());
in DmaMemAlloc()
|