Searched refs:JPEG_HW_LOGE (Results 1 – 3 of 3) sorted by relevance
67 JPEG_HW_LOGE("failed to add deathRecipient for ICodecImage!"); in GetCodecManager()107 JPEG_HW_LOGE("failed to get hardware decoder!"); in IsHardwareDecodeSupported()143 JPEG_HW_LOGE("invalid input codec!"); in GetJpegCompressInfo()148 JPEG_HW_LOGE("invalid input jpeg codec!"); in GetJpegCompressInfo()152 JPEG_HW_LOGE("invalid input jpeg codec mgr!"); in GetJpegCompressInfo()162 JPEG_HW_LOGE("failed to get jpeg info"); in CheckInputColorFmt()314 JPEG_HW_LOGE("inputBufferHandle is nullptr"); in CopySrcImgToDecodeInputBuffer()318 JPEG_HW_LOGE("failed to map input buffer"); in CopySrcImgToDecodeInputBuffer()374 JPEG_HW_LOGE("map inputBufferHandle failed"); in GetCompressedDataStart()422 JPEG_HW_LOGE("failed to init decoder, err=%{public}d", ret); in InitDecoder()[all …]
54 JPEG_HW_LOGE("failed to alloc output buffer, err=%{public}d", ret); in AllocOutputBuffer()76 JPEG_HW_LOGE("failed to do jpeg hardware decode, err=%{public}u", ret); in DoDecode()101 JPEG_HW_LOGE("failed to create dump file"); in DumpDecodeResult()108 JPEG_HW_LOGE("failed to dump decode result"); in DumpDecodeResult()131 JPEG_HW_LOGE("unsupported color format(%{public}d)", static_cast<int>(usrColorFmt)); in UserColorFmtToPixelFmt()142 JPEG_HW_LOGE("jpeg hardware decode demo failed"); in Run()164 JPEG_HW_LOGE("jpeg hardware decode demo failed"); in Run()
41 #define JPEG_HW_LOGE(x, ...) \ macro