Searched refs:ALOGERR (Results 1 – 8 of 8) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | hwjpeg-base.cpp | 34 ALOGERR("Failed to open '%s'", path); in CHWJpegBase() 66 ALOGERR("Failed to get current clock"); in Start() 79 ALOGERR("Failed to get current clock"); in GetElapsed() 94 ALOGERR("Failed to get current clock"); in GetElapsedUpdate() 111 ALOGERR("Failed to open '%s' for write/create", path); in WriteToFile() 118 ALOGERR("Failed to write %zu bytes to '%s'", len, path); in WriteToFile() 131 ALOGERR("Filed to map the given dmabuf fd %d", dmabuf); in WriteToFile() 137 ALOGERR("Failed to open '%s' for write/create", path); in WriteToFile() 144 ALOGERR("Failed to write %zu bytes to '%s'", len, path); in WriteToFile()
|
D | LibScalerForJpeg.cpp | 101 ALOGERR("failed to open %s", SCALER_DEV_NODE); in Device() 123 ALOGERR("failed REQBUFS(%s, mem=%d, count=%d)", getBufTypeString(buftype), memtype, count); in requestBuffers() 140 … ALOGERR("failed S_FMT(%s, fmt=h'%x, %ux%u)", getBufTypeString(buftype), format, width, height); in setFormat() 154 ALOGERR("failed STREAMON for %s", getBufTypeString(buftype)); in streamOn() 164 ALOGERR("failed STREAMOFF for %s", getBufTypeString(buftype)); in streamOff() 195 …ALOGERR("failed QBUF(%s, fd[]=%d %d, len[0]=%d %d)", getBufTypeString(buftype), buf[0], buf[1], le… in queueBuffer() 211 …ALOGERR("failed QBUF(%s, ptr[]=%p %p, len[0]=%d %d)", getBufTypeString(buftype), buf[0], buf[1], l… in queueBuffer() 227 ALOGERR("failed QBUF(%s, fd=%d, len=%d", getBufTypeString(buftype), buf, len[0]); in queueBuffer() 248 ALOGERR("failed DQBUF(%s)", getBufTypeString(buftype)); in dequeueBuffer()
|
D | hwjpeg-v4l2.cpp | 55 ALOGERR("Failed to query capability of /dev/video12"); in CHWJpegV4L2Compressor() 142 ALOGERR("Failed to configure %u controls", ctrls.count); in SetQuality() 411 ALOGERR("Failed to TRY_FMT for compression"); in TryFormat() 421 ALOGERR("Failed to S_FMT for image to compress"); in SetFormat() 434 ALOGERR("Failed to S_FMT for JPEG stream to capture"); in SetFormat() 477 ALOGERR("Failed to configure %u controls", ctrls.count); in UpdateControls() 500 ALOGERR("Failed to REQBUFS(%u) of the source image", count); in ReqBufs() 509 ALOGERR("Failed to REQBUFS(%u) of the JPEG stream", count); in ReqBufs() 537 ALOGERR("Failed to STREAMON for the source image"); in StreamOn() 542 ALOGERR("Failed to STREAMON for the JPEG stream"); in StreamOn() [all …]
|
D | hwjpeg-internal.h | 39 #ifndef ALOGERR 40 #define ALOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, fmt " [%s]", ##args, strerror(errno))) macro
|
D | libhwjpeg-exynos.cpp | 35 #define ALOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, fmt " [%s]", ##args, strerror(errno))) macro 278 ALOGERR("Failed to open '%s' for decompression", path); in SetStreamPath() 284 ALOGERR("Failed to read size of '%s'", path); in SetStreamPath() 298 ALOGERR("Failed to mmap %zu bytes of '%s'", m_nStreamLength, path); in SetStreamPath() 339 ALOGERR("Failed to mmap %zu bytes of dmabuf fd %d", m_nStreamLength, buffer); in SetStreamBuffer()
|
D | ExynosJpegEncoderForCamera.cpp | 94 ALOGERR("Failed to create ION client for thumbnail conversion"); in ExynosJpegEncoderForCamera() 301 ALOGERR("Failed to create thumbnail generation thread"); in PrepareCompression() 485 ALOGERR("Failed to wait thumbnail thread(%d)", ret); in FinishCompression() 685 …ALOGERR("Failed to allocate %zu bytes for NV12 %ux%u", thumbbufsize, m_nThumbHeight, m_nThumbWidth… in AllocThumbBuffer() 719 ALOGERR("Failed to allocate %zu bytes for thumbnail stream buffer of %ux%u", in AllocThumbJpegBuffer() 727 ALOGERR("Failed to map thumbnail stream buffer (%zu bytes)", thumbbufsize); in AllocThumbJpegBuffer() 895 ALOGERR("Failed to map thumbnail image buffer (%zu bytes)", m_szIONThumbImgBuffer); in GetThumbnailImage()
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_device.cpp | 47 ALOGERR("Failed to open %s", mDevPath.c_str()); in open() 85 ALOGERR("Failed to open %s for devfd[%d]", mDevPath.c_str(), i); in open()
|
D | acrylic_internal.h | 26 #ifndef ALOGERR 27 #define ALOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, fmt " [%s]", ##args, strerror(errno))) macro
|