Home
last modified time | relevance | path

Searched refs:JPEG_ERROR_LOG (Results 1 – 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp45 #define JPEG_ERROR_LOG(fmt,...) macro
62 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_QUERYCAP failed\n", __func__, iRet); in t_v4l2Querycap()
78 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_S_JPEGCOMP failed\n", __func__, iRet); in t_v4l2SetJpegcomp()
127 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_S_FMT failed\n", __func__, iRet); in t_v4l2SetFmt()
142 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_G_FMT failed\n", __func__, iRet); in t_v4l2GetFmt()
190 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_REQBUFS failed\n", __func__, iRet); in t_v4l2Reqbufs()
223 JPEG_ERROR_LOG("[%s:%d] VIDIOC_QBUF failed\n", __func__, iRet); in t_v4l2Qbuf()
247 JPEG_ERROR_LOG("[%s:%d] VIDIOC_DQBUF failed\n", __func__, iRet); in t_v4l2Dqbuf()
267 JPEG_ERROR_LOG("[%s:%d] VIDIOC_STREAMON failed\n", __func__, iRet); in t_v4l2StreamOn()
280 JPEG_ERROR_LOG("[%s:%d] VIDIOC_STREAMOFF failed\n", __func__, iRet); in t_v4l2StreamOff()
[all …]
DExynosJpegEncoder.cpp39 #define JPEG_ERROR_LOG(fmt,...) macro
185 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__); in getJpegSize()
DExynosJpegDecoder.cpp39 #define JPEG_ERROR_LOG(fmt,...) macro
121 JPEG_ERROR_LOG("[%s,%d]: get image size failed\n", __func__,iRet); in getSize()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp24 #define JPEG_ERROR_LOG(fmt,...) macro
79 JPEG_ERROR_LOG("ERR(%s):Cannot create ExynosJpegEncoder class\n", __func__); in create()
211 JPEG_ERROR_LOG("[%s]src ion client create failed, value = %d\n", __func__, size); in setInBuf()
224 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); in setInBuf()
234 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); in setInBuf()
259 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__); in setOutBuf()
281 JPEG_ERROR_LOG("encode failed\n"); in encode()
288 JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__, iJpegSize); in encode()
300 JPEG_ERROR_LOG("%s::pcJpegBuffer is null!!\n", __func__); in encode()
305 JPEG_ERROR_LOG("%s::pcJpegBuffer[0] is null!!\n", __func__); in encode()
[all …]
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp24 #define JPEG_ERROR_LOG ALOGE macro
74 JPEG_ERROR_LOG("ERR(%s):Cannot create ExynosJpegEncoder class\n", __func__); in create()
199 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); in setInBuf()
226 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__); in setOutBuf()
248 JPEG_ERROR_LOG("encode failed\n"); in encode()
255 JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__, iJpegSize); in encode()
264 JPEG_ERROR_LOG("%s::pcJpegBuffer[0] is null!!\n", __func__); in encode()
292 JPEG_ERROR_LOG("%s::Failed to allocate for exifOut\n", __func__); in encode()
299 JPEG_ERROR_LOG("%s::Failed to make EXIF\n", __func__); in encode()
779 JPEG_ERROR_LOG("ERR(%s):Cannot open a jpeg device file\n", __func__); in encodeThumbnail()
[all …]