Home
last modified time | relevance | path

Searched refs:GSErrorStr (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_log.h54 #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 Dgraphic_common.h90 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 Dgraphic_common.h63 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 Dav_surface_memory.cpp59 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 Dimage_codec_buffer.cpp123 "mmap failed, err=%{public}s", GSErrorStr(ret).c_str()); in GetAddr()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp61 RS_LOGE("DmaMemAlloc::SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp198 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in Create()
H A Dpixel_map.cpp2253 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 Dbmp_decoder.cpp168 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 Dwebp_decoder.cpp489 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 Dpost_processing.h312 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 Dauxiliary_generator.cpp243 IMAGE_LOGE("SurfaceBuffer alloc failed, %{public}s", GSErrorStr(ret).c_str()); in AllocSurfaceBuffer()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp871 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 Drs_surface_capture_task_parallel.cpp513 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 Dpixel_map_from_surface.cpp85 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 Dsvg_decoder.cpp148 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 Drs_uni_render_composer_adapter_test.cpp1319 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 Drs_uni_render_composer_adapter_unit_test.cpp1319 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 Dnative_video_decoder.cpp506 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 Dpng_decoder.cpp271 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 Dgif_decoder.cpp568 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 Djpeg_decoder.cpp410 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DoSwDecode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3563 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 Dext_decoder.cpp257 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str()); in DmaMemAlloc()

Completed in 35 milliseconds