Home
last modified time | relevance | path

Searched refs:ALOGERR (Results 1 – 8 of 8) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-base.cpp34 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()
DLibScalerForJpeg.cpp101 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()
140ALOGERR("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()
195ALOGERR("failed QBUF(%s, fd[]=%d %d, len[0]=%d %d)", getBufTypeString(buftype), buf[0], buf[1], le… in queueBuffer()
211ALOGERR("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()
Dhwjpeg-v4l2.cpp55 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 …]
Dhwjpeg-internal.h39 #ifndef ALOGERR
40 #define ALOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, fmt " [%s]", ##args, strerror(errno))) macro
Dlibhwjpeg-exynos.cpp35 #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()
DExynosJpegEncoderForCamera.cpp94 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()
685ALOGERR("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/
Dacrylic_device.cpp47 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()
Dacrylic_internal.h26 #ifndef ALOGERR
27 #define ALOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, fmt " [%s]", ##args, strerror(errno))) macro