/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_astc.cpp | 48 IMAGE_LOGE("GetPixel8 is not support on pixelastc");
in GetPixel8() 54 IMAGE_LOGE("GetPixel16 is not support on pixelastc");
in GetPixel16() 60 IMAGE_LOGE("GetPixel32 is not support on pixelastc");
in GetPixel32() 66 IMAGE_LOGE("GetARGB32Color is not support on pixelastc");
in GetARGB32Color() 73 IMAGE_LOGE("scale param incorrect on pixelastc");
in scale() 91 IMAGE_LOGE("resize is not support on pixelastc");
in resize() 139 IMAGE_LOGE("crop failed");
in crop() 147 IMAGE_LOGE("SetAlpha is not support on pixelastc");
in SetAlpha() 153 IMAGE_LOGE("GetARGB32ColorA is not support on pixelastc");
in GetARGB32ColorA() 159 IMAGE_LOGE("GetARGB32Color in GetARGB32ColorR() [all...] |
H A D | pixel_map_parcel.cpp | 69 IMAGE_LOGE("read fileDescriptor failed, fd < 0"); in ReadAshmemDataFromParcel() 75 IMAGE_LOGE("mmap shared memory failed"); in ReadAshmemDataFromParcel() 80 IMAGE_LOGE("alloc context failed."); in ReadAshmemDataFromParcel() 95 IMAGE_LOGE("read buffer from parcel failed, read buffer addr is null"); in ReadHeapDataFromParcel() 99 IMAGE_LOGE("read bufferSize failed, invalid bufferSize."); in ReadHeapDataFromParcel() 104 IMAGE_LOGE("alloc new pixel memory size:[%{public}d] failed.", bufferSize); in ReadHeapDataFromParcel() 110 IMAGE_LOGE("memcpy pixel data size:[%{public}d] error.", bufferSize); in ReadHeapDataFromParcel() 120 IMAGE_LOGE("create pixelmap pointer fail"); in CreateFromParcel() 146 IMAGE_LOGE("create pixel map from parcel failed, set image info error."); in CreateFromParcel() 158 IMAGE_LOGE("se in WriteImageInfo() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/ |
H A D | image_receiver_native.cpp | 73 IMAGE_LOGE("Invalid parameter: options=null."); in OH_ImageReceiverOptions_Create() 78 IMAGE_LOGE("OH_ImageReceiverOptions create failed."); in OH_ImageReceiverOptions_Create() 90 IMAGE_LOGE("Invalid parameter: options=null."); in OH_ImageReceiverOptions_GetSize() 102 IMAGE_LOGE("Invalid parameter: options=null."); in OH_ImageReceiverOptions_SetSize() 114 IMAGE_LOGE("Invalid parameter: options=null."); in OH_ImageReceiverOptions_GetCapacity() 125 IMAGE_LOGE("Invalid parameter: options=null."); in OH_ImageReceiverOptions_SetCapacity() 146 IMAGE_LOGE("Invalid parameter: options=0x%{public}p, receiver=0x%{public}p", options, receiver); in OH_ImageReceiverNative_Create() 152 IMAGE_LOGE("OH_ImageReceiverNative create failed."); in OH_ImageReceiverNative_Create() 160 IMAGE_LOGE("OH_ImageReceiverNative data create failed."); in OH_ImageReceiverNative_Create() 180 IMAGE_LOGE("Invali in OH_ImageReceiverNative_GetReceivingSurfaceId() [all...] |
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class.cpp | 56 IMAGE_LOGE("read className failed."); in Register() 62 IMAGE_LOGE("failed to analysis services for class %{public}s.", className_.c_str()); in Register() 69 IMAGE_LOGE("read priority failed, result: %{public}u.", result); in Register() 78 IMAGE_LOGE("failed to analysis maxInstance for class %{public}s.", className_.c_str()); in Register() 95 IMAGE_LOGE("failed to create for unregistered, className: %{public}s.", className_.c_str()); in CreateObject() 101 IMAGE_LOGE("failed to dereference Plugin, className: %{public}s.", className_.c_str()); in CreateObject() 109 IMAGE_LOGE("failed to create for limit, currentNum: %{public}u, maxNum: %{public}u, \ in CreateObject() 124 IMAGE_LOGE("create object result null, className: %{public}s.", className_.c_str()); in CreateObject() 156 IMAGE_LOGE("get package name, className: %{public}s, state error: %{public}d.", className_.c_str(), state_); in GetPackageName() 162 IMAGE_LOGE("ge in GetPackageName() [all...] |
H A D | capability.cpp | 45 IMAGE_LOGE("not a array type value."); in SetCapability() 59 IMAGE_LOGE("failed to analysis cap name."); in SetCapability() 66 IMAGE_LOGE("failed to analysis cap value."); in SetCapability() 112 IMAGE_LOGE("failed to analysis data type."); in AnalyzeAttrData() 127 IMAGE_LOGE("unknown cap value type: %{public}s.", type.c_str()); in AnalyzeAttrData() 151 IMAGE_LOGE("unexpected cap value type: %{public}d.", iter->second); in AnalyzeAttrData() 163 IMAGE_LOGE("failed to analysis bool value."); in AnalyzeBool() 173 IMAGE_LOGE("failed to analyze bool value: %{public}s.", value.c_str()); in AnalyzeBool() 187 IMAGE_LOGE("failed to analysis uint32 value."); in AnalyzeUint32() 201 IMAGE_LOGE("faile in AnalyzeString() [all...] |
H A D | plugin_mgr.cpp | 91 IMAGE_LOGE("failed to get dir files."); in TraverseFiles() 137 IMAGE_LOGE("failed to open metadata file."); in CheckPluginMetaFile() 143 IMAGE_LOGE("metadata json parsing failed."); in CheckPluginMetaFile() 147 IMAGE_LOGE("read libraryPath failed."); in CheckPluginMetaFile() 157 IMAGE_LOGE("invalid library suffix."); in CheckPluginMetaFile() 172 IMAGE_LOGE("library path to real path error."); in CheckPluginMetaFile() 191 IMAGE_LOGE("failed to open metadata file."); in RegisterPlugin() 197 IMAGE_LOGE("failed to create Plugin."); in RegisterPlugin() 205 IMAGE_LOGE("failed to register plugin,ERRNO: %{public}u.", regRet); in RegisterPlugin() 213 IMAGE_LOGE("ge in RegisterPlugin() [all...] |
H A D | plugin.cpp | 65 IMAGE_LOGE("release plugin: refNum: %{public}u.", refNum_); in ~Plugin() 82 IMAGE_LOGE("failed to register metadata, ERRNO: %{public}u.", ret); in Register() 105 IMAGE_LOGE("failed to resolve library."); in Ref() 115 IMAGE_LOGE("failed to start plugin."); in Ref() 124 IMAGE_LOGE("plugin ref: state error, state: %{public}d.", state_); in Ref() 141 IMAGE_LOGE("DeRef while RefNum is zero."); in DeRef() 170 IMAGE_LOGE("failed to get create func, State: %{public}d, RefNum: %{public}u.", state_, refNum_); in GetCreateFunc() 197 IMAGE_LOGE("failed to load library."); in ResolveLibrary() 205 IMAGE_LOGE("failed to get export symbol for the plugin."); in ResolveLibrary() 220 IMAGE_LOGE("faile in ResolveLibrary() [all...] |
H A D | json_helper.cpp | 42 IMAGE_LOGE("GetStringValue: not a string type value."); in GetStringValue() 65 IMAGE_LOGE("GetUint32Value: not a integer type value."); in GetUint32Value() 70 IMAGE_LOGE("GetUint32Value: not a unsigned integer type value, num: %{public}lld.", in GetUint32Value() 76 IMAGE_LOGE("GetUint32Value: out of range value, num: %{public}llu.", in GetUint32Value() 107 IMAGE_LOGE("GetUint16Value: not a integer type value for key %{public}s.", key.c_str()); in GetUint16Value() 112 IMAGE_LOGE("GetUint16Value: not a unsigned integer type value for key %{public}s, num: %{public}lld.", in GetUint16Value() 118 IMAGE_LOGE("GetUint16Value: out of range value for key %{public}s, num: %{public}llu.", key.c_str(), in GetUint16Value() 137 IMAGE_LOGE("GetArraySize: not a array type value for key %{public}s.", key.c_str()); in GetArraySize() 149 IMAGE_LOGE("GetJsonElement: not an object type json for key %{public}s.", key.c_str()); in GetJsonElement() 173 IMAGE_LOGE(" in PrintElementMissingLog() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | image_compressor.cpp | 1293 IMAGE_LOGE("astcenc OpenCLSoManager UnLoad failed!"); in ~OpenCLSoManager() 1311 IMAGE_LOGE("astc AstcClClose clAstcHandle is nullptr!"); in AstcClClose() 1318 IMAGE_LOGE("astc clReleaseKernel failed ret %{public}d!", clRet); in AstcClClose() 1326 IMAGE_LOGE("astc clReleaseCommandQueue failed ret %{public}d!", clRet); in AstcClClose() 1334 IMAGE_LOGE("astc clReleaseContext failed ret %{public}d!", clRet); in AstcClClose() 1359 IMAGE_LOGE("astc clGetProgramInfo CL_PROGRAM_BINARY_SIZES failed ret %{public}d!", clRet); in SaveClBin() 1364 IMAGE_LOGE("astc clGetProgramInfo programBinarySizes %{public}zu too big!", programBinarySizes); in SaveClBin() 1369 IMAGE_LOGE("astc programBinaries malloc failed!"); in SaveClBin() 1374 IMAGE_LOGE("astc clGetProgramInfo CL_PROGRAM_BINARIES failed ret %{public}d!", clRet); in SaveClBin() 1380 IMAGE_LOGE("ast in SaveClBin() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/ |
H A D | istream_source_stream.cpp | 45 IMAGE_LOGE("[IstreamSourceStream]input parameter exception."); in CreateSourceStream() 50 IMAGE_LOGE("[IstreamSourceStream]Get the input stream exception."); in CreateSourceStream() 54 IMAGE_LOGE("[IstreamSourceStream]input stream size exception."); in CreateSourceStream() 65 IMAGE_LOGE("[IstreamSourceStream]read stream input parameter exception."); in Read() 69 IMAGE_LOGE("[IstreamSourceStream]read fail."); in Read() 79 IMAGE_LOGE("[IstreamSourceStream]peek stream input parameter exception."); in Peek() 83 IMAGE_LOGE("[IstreamSourceStream]peek fail."); in Peek() 93 IMAGE_LOGE("[IstreamSourceStream]input the parameter exception, desiredSize:%{public}u," in Read() 98 IMAGE_LOGE("[IstreamSourceStream]read fail."); in Read() 108 IMAGE_LOGE("[IstreamSourceStrea in Peek() [all...] |
H A D | buffer_source_stream.cpp | 54 IMAGE_LOGE("[BufferSourceStream]input the parameter exception."); in CreateSourceStream() 59 IMAGE_LOGE("[BufferSourceStream]malloc the input data buffer fail."); in CreateSourceStream() 66 IMAGE_LOGE("[BufferSourceStream]copy the input data fail, ret:%{public}d.", ret); in CreateSourceStream() 75 IMAGE_LOGE("[BufferSourceStream]read fail."); in Read() 85 IMAGE_LOGE("[BufferSourceStream]input the parameter exception."); in Peek() 90 IMAGE_LOGE("[BufferSourceStream]buffer read finish, offset:%{public}zu ,dataSize%{public}zu.", in Peek() 109 IMAGE_LOGE("[BufferSourceStream]read fail."); in Read() 120 IMAGE_LOGE("[BufferSourceStream]input the parameter exception, desiredSize:%{public}u," in Peek() 126 IMAGE_LOGE("[BufferSourceStream]buffer read finish, offset:%{public}zu ,dataSize%{public}zu.", in Peek() 135 IMAGE_LOGE("[BufferSourceStrea in Peek() [all...] |
H A D | file_packer_stream.cpp | 48 IMAGE_LOGE("convert to real path failed."); in FilePackerStream() 54 IMAGE_LOGE("create directory failed."); in FilePackerStream() 61 IMAGE_LOGE("fopen file failed, error:%{public}d", errno); in FilePackerStream() 69 IMAGE_LOGE("[FilePackerStream]Fail to dup fd."); in FilePackerStream() 75 IMAGE_LOGE("[FilePackerStream]open file fail. error:%{public}d", errno); in FilePackerStream() 89 IMAGE_LOGE("input parameter invalid."); in Write() 93 IMAGE_LOGE("output file is null."); in Write() 97 IMAGE_LOGE("write %{public}u bytes failed. error:%{public}d", size, errno); in Write()
|
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 65 IMAGE_LOGE("AttrData: alloc stringValue result null!"); in AttrData() 74 IMAGE_LOGE("AttrData: alloc stringValue result null!"); in AttrData() 134 IMAGE_LOGE("memcpy error in assignment operator!"); 153 IMAGE_LOGE("memcpy error in assignment operator!"); in operator =() 172 IMAGE_LOGE("memcpy error in assignment operator!"); 201 IMAGE_LOGE("SetData: alloc string result null!"); in SetData() 220 IMAGE_LOGE("SetData: alloc string result null!"); in SetData() 233 IMAGE_LOGE("SetData: lowerBound is upper than upperBound, lower: %{public}u, upper: %{public}u.", in SetData() 284 IMAGE_LOGE("InsertSet: alloc uint32Set result null!"); in InsertSet() 293 IMAGE_LOGE("InsertSe in InsertSet() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_impl.cpp | 44 IMAGE_LOGE("[ImageImpl] Create : Failed to get native image"); in Create() 60 IMAGE_LOGE("Image buffer cannot be nullptr"); in GetClipRect() 67 IMAGE_LOGE("[ImageImpl] GetSize : Image native get size failed."); in GetClipRect() 80 IMAGE_LOGE("Image buffer cannot be nullptr"); in GetSize() 85 IMAGE_LOGE("[ImageImpl] GetSize : Image native get size failed."); in GetSize() 97 IMAGE_LOGE("Image buffer cannot be nullptr"); in GetFormat() 102 IMAGE_LOGE("[ImageImpl] GetFormat : Image native get format failed."); in GetFormat() 110 IMAGE_LOGE("Image buffer cannot be nullptr"); in GetTimestamp() 115 IMAGE_LOGE("Image native get timestamp failed"); in GetTimestamp() 123 IMAGE_LOGE("Imag in GetComponent() [all...] |
H A D | pixel_map_impl.cpp | 35 IMAGE_LOGE("[PixelMapImpl] instance init failed!"); in CreatePixelMap() 50 IMAGE_LOGE("[PixelMapImpl] instance init failed!"); in CreatePixelMap() 59 IMAGE_LOGE("[PixelMapImpl] instance init failed!"); in CreateAlphaPixelMap() 133 IMAGE_LOGE("[PixelMapImpl] get instance!"); in GetImageInfo() 142 IMAGE_LOGE("[PixelMapImpl] get instance!"); in GetDensity() 159 IMAGE_LOGE("[PixelMapImpl] get instance!"); in Scale() 168 IMAGE_LOGE("[PixelMapImpl] get instance!"); in Scale() 188 IMAGE_LOGE("ToSdrExec pixelmap is not editable"); in ToSdr() 197 IMAGE_LOGE("[PixelMapImpl] get instance!"); in Flip() 206 IMAGE_LOGE("[PixelMapImp in Rotate() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | png_exif_metadata_accessor.cpp | 106 IMAGE_LOGE("Failed to read chunk data. Expected size: %{public}zu", chunkData.Size()); in ProcessExifData() 120 IMAGE_LOGE("The output image stream is not open"); in ReadBlob() 126 IMAGE_LOGE("The file is not a PNG file"); in ReadBlob() 135 IMAGE_LOGE("Failed to read chunk head. Expected size: %{public}zu", chunkHead.Size()); in ReadBlob() 140 IMAGE_LOGE("Chunk length is larger than the remaining image size"); in ReadBlob() 157 IMAGE_LOGE("Failed to read the file"); in ReadBlob() 175 IMAGE_LOGE("Cannot find TIFF byte order in Exif metadata."); in Read() 180 IMAGE_LOGE("Failed to decode TIFF buffer."); in Read() 191 IMAGE_LOGE("Exif metadata empty"); in GetExifEncodedBlob() 199 IMAGE_LOGE("Encod in GetExifEncodedBlob() [all...] |
H A D | png_image_chunk_utils.cpp | 61 IMAGE_LOGE("Failed to read the keyword from the chunk data. Chunk data size: %{public}zu", chunkData.Size()); in ParseTextChunk() 72 IMAGE_LOGE("Failed to read the raw text from the chunk data. Chunk data size: %{public}zu", chunkData.Size()); in ParseTextChunk() 82 IMAGE_LOGE("Data size check failed: offset is larger than data size. " in GetKeywordFromChunk() 90 IMAGE_LOGE("Keyword lookup failed: keyword not found in chunk data. " in GetKeywordFromChunk() 103 IMAGE_LOGE("Failed to get raw text from ztxt: chunkData is null. "); in GetRawTextFromZtxtChunk() 107 IMAGE_LOGE("Failed to get raw text from itxt: keySize + 1 greater than chunklength."); in GetRawTextFromZtxtChunk() 111 IMAGE_LOGE("Metadata corruption detected: Invalid compression method. " in GetRawTextFromZtxtChunk() 122 IMAGE_LOGE("Failed to decompress text. Return code: %{public}d", ret); in GetRawTextFromZtxtChunk() 143 IMAGE_LOGE("ChunkData is null. Cannot fetch string."); in FetchString() 147 IMAGE_LOGE("Dat in FetchString() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 59 IMAGE_LOGE("Png decoder init failed!"); in PngDecoder() 83 IMAGE_LOGE("decode image out of range, index:%{public}u, range:%{public}u.", index, PNG_IMAGE_NUM); in GetImageSize() 87 IMAGE_LOGE("create Png Struct or Png Info failed!"); in GetImageSize() 91 IMAGE_LOGE("get image size failed for state %{public}d.", state_); in GetImageSize() 114 IMAGE_LOGE("decode image out of range, index:%{public}u, range:%{public}u.", index, PNG_IMAGE_NUM); in SetDecodeOptions() 118 IMAGE_LOGE("Png init fail, can't set decode option."); in SetDecodeOptions() 122 IMAGE_LOGE("set decode options failed for state %{public}d.", state_); in SetDecodeOptions() 127 IMAGE_LOGE("finish old decompress fail, can't set decode option."); in SetDecodeOptions() 134 IMAGE_LOGE("decode header error on set decode options:%{public}u.", ret); in SetDecodeOptions() 143 IMAGE_LOGE("confi in SetDecodeOptions() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 63 IMAGE_LOGE("image size:invalid index, index:%{public}u, range:%{public}u.", index, WEBP_IMAGE_NUM); in GetImageSize() 67 IMAGE_LOGE("get image size failed for state %{public}d.", state_); in GetImageSize() 87 IMAGE_LOGE("set option:invalid index, index:%{public}u, range:%{public}u.", index, WEBP_IMAGE_NUM); in SetDecodeOptions() 91 IMAGE_LOGE("set decode option failed for state %{public}d.", state_); in SetDecodeOptions() 101 IMAGE_LOGE("decode header error on set decode options:%{public}u.", ret); in SetDecodeOptions() 132 IMAGE_LOGE("decode:invalid index, index:%{public}u, range:%{public}u.", index, WEBP_IMAGE_NUM); in Decode() 136 IMAGE_LOGE("set decode option failed for state %{public}d.", state_); in Decode() 143 IMAGE_LOGE("decode header error on set decode options:%{public}u.", ret); in Decode() 164 IMAGE_LOGE("incremental:invalid index, index:%{public}u, range:%{public}u.", index, WEBP_IMAGE_NUM); in PromoteIncrementalDecode() 169 IMAGE_LOGE("incrementa in PromoteIncrementalDecode() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 67 IMAGE_LOGE("[AllocShareBuffer] create fail");
in AllocShareBufferInner() 73 IMAGE_LOGE("[AllocShareBuffer] set fail");
in AllocShareBufferInner() 80 IMAGE_LOGE("[AllocShareBuffer] map fail");
in AllocShareBufferInner() 88 IMAGE_LOGE("[AllocShareBuffer] new fdBuffer fail");
in AllocShareBufferInner() 112 IMAGE_LOGE("[AllocShareBuffer] pixelmap buffer size %{public}llu out of max size",
in AllocShareBuffer() 119 IMAGE_LOGE("[AllocShareBuffer] Not support Ashmem!");
in AllocShareBuffer() 130 IMAGE_LOGE("[AllocDmaBuffer] pixelmap buffer size %{public}llu out of max size",
in AllocDmaBuffer() 148 IMAGE_LOGE("SurfaceBuffer Alloc failed, %{public}s", GSErrorStr(ret).c_str());
in AllocDmaBuffer() 154 IMAGE_LOGE("NativeBufferReference failed");
in AllocDmaBuffer() 167 IMAGE_LOGE("[AllocDmaBuffe in AllocDmaBuffer() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 104 IMAGE_LOGE("UnwrapNativeObject value not a object"); in UnwrapNativeObject() 112 IMAGE_LOGE("UnwrapNativeObject unwrap error"); in UnwrapNativeObject() 120 IMAGE_LOGE("ImageSourceNativeCreate source nullptr"); in ImageSourceNativeCreate() 155 IMAGE_LOGE("ImageSourceNativeCreate no match source"); in ImageSourceNativeCreate() 164 IMAGE_LOGE("ImageSourceCreateNapi napi create failed"); in ImageSourceCreateNapi() 169 IMAGE_LOGE("ImageSourceCreateNapi napi unwrap check failed"); in ImageSourceCreateNapi() 195 IMAGE_LOGE("ImageSourceNapiCreate native create failed"); in ImageSourceNapiCreate() 199 IMAGE_LOGE("ImageSourceNapiCreate napi create failed"); in ImageSourceNapiCreate() 229 IMAGE_LOGE("ImageSourceNapiCreateFromUri native create failed"); in ImageSourceNapiCreateFromUri() 233 IMAGE_LOGE("ImageSourceNapiCreateFromUr in ImageSourceNapiCreateFromUri() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_stream.cpp | 33 IMAGE_LOGE("read failed, inputStream_ is null"); in read() 39 IMAGE_LOGE("read failed, curpositon=%{public}zu, skip size=%{public}zu", curPosition, size); in read() 48 IMAGE_LOGE("read failed, desire read size=%{public}u", desireSize); in read() 57 IMAGE_LOGE("peek failed, inputStream_ is null"); in peek() 61 IMAGE_LOGE("peek failed, output buffer is null"); in peek() 68 IMAGE_LOGE("peek failed, desire peek size=%{public}u", desireSize); in peek() 77 IMAGE_LOGE("get stream status failed, inputStream_ is null."); in isAtEnd()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_utils.cpp | 51 IMAGE_LOGE("libjpeg error %{public}d <%{public}s>.", dinfo->err->msg_code, buffer); in OutputErrorMessage() 59 IMAGE_LOGE("init source stream error."); in InitSrcStream() 71 IMAGE_LOGE("fill input buffer error, decompress struct is null."); in FillInputBuffer() 76 IMAGE_LOGE("fill input buffer error, source stream is null."); in FillInputBuffer() 87 IMAGE_LOGE("fill input buffer error, read source stream failed."); in FillInputBuffer() 106 IMAGE_LOGE("skip input buffer error, decompress struct is null."); in SkipInputData() 111 IMAGE_LOGE("skip input buffer error, source stream is null."); in SkipInputData() 120 IMAGE_LOGE("skip data:%{public}zu larger than current offset:%{public}u.", bytesToSkip, nowOffset); in SkipInputData() 124 IMAGE_LOGE("skip data:%{public}zu fail, current offset:%{public}u.", bytesToSkip, nowOffset); in SkipInputData() 145 IMAGE_LOGE("ini in InitDstStream() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_util.cpp | 51 IMAGE_LOGE("pixelMap is nullptr"); in PackImage() 56 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage() 75 IMAGE_LOGE("imageSource is nullptr"); in PackImage() 80 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage() 86 IMAGE_LOGE("image packer malloc buffer failed."); in PackImage() 106 IMAGE_LOGE("pixelMap is nullptr"); in PackImage() 111 IMAGE_LOGE("image packer get supported format failed, ret=%{public}u.", ret); in PackImage() 127 IMAGE_LOGE("file path to real path failed, file path=%{public}s.", filePath.c_str()); in ReadFileToBuffer() 132 IMAGE_LOGE("buffer is nullptr"); in ReadFileToBuffer() 138 IMAGE_LOGE("ope in ReadFileToBuffer() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_packer_impl.h | 47 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPacking() 52 IMAGE_LOGE("Packing failed, bufferSize cannot be less than or equal to 0"); in CommonPacking() 58 IMAGE_LOGE("Packing failed, malloc buffer failed"); in CommonPacking() 64 IMAGE_LOGE("Packing failed, StartPacking failed, ret=%{public}u.", packingRet); in CommonPacking() 71 IMAGE_LOGE("Packing failed, AddImage failed, ret=%{public}u.", addImageRet); in CommonPacking() 79 IMAGE_LOGE("Packing failed, FinalizePacking failed, ret=%{public}u.", finalPackRet); in CommonPacking() 92 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPackToFile() 98 IMAGE_LOGE("Packing failed, StartPacking failed, ret=%{public}u.", packingRet); in CommonPackToFile() 104 IMAGE_LOGE("Packing failed, AddImage failed, ret=%{public}u.", addImageRet); in CommonPackToFile() 111 IMAGE_LOGE("Packin in CommonPackToFile() [all...] |