Searched defs:JPEG_ERROR_LOG (Results 1 - 5 of 5) sorted by relevance
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
H A D | ExynosJpegEncoder.cpp | 39 #define JPEG_ERROR_LOG(fmt,...) macro 185 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__);
|
H A D | ExynosJpegBase.cpp | 45 #define JPEG_ERROR_LOG(fmt,...) macro 62 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_QUERYCAP failed\n", __func__, iRet); 78 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_S_JPEGCOMP failed\n", __func__, iRet); 127 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_S_FMT failed\n", __func__, iRet); 142 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_G_FMT failed\n", __func__, iRet); 190 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_REQBUFS failed\n", __func__, iRet); 223 JPEG_ERROR_LOG("[%s:%d] VIDIOC_QBUF failed\n", __func__, iRet); 247 JPEG_ERROR_LOG("[%s:%d] VIDIOC_DQBUF failed\n", __func__, iRet); 267 JPEG_ERROR_LOG("[%s:%d] VIDIOC_STREAMON failed\n", __func__, iRet); 280 JPEG_ERROR_LOG("[ [all...] |
H A D | ExynosJpegDecoder.cpp | 39 #define JPEG_ERROR_LOG(fmt,...) macro 121 JPEG_ERROR_LOG("[%s,%d]: get image size failed\n", __func__,iRet);
|
/hardware/samsung_slsi/exynos5/libcamera/ |
H A D | ExynosJpegEncoderForCamera.cpp | 24 #define JPEG_ERROR_LOG(fmt,...) macro 79 JPEG_ERROR_LOG("ERR(%s):Cannot create ExynosJpegEncoder class\n", __func__); 211 JPEG_ERROR_LOG("[%s]src ion client create failed, value = %d\n", __func__, size); 224 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); 234 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); 259 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__); 281 JPEG_ERROR_LOG("encode failed\n"); 288 JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__, iJpegSize); 300 JPEG_ERROR_LOG("%s::pcJpegBuffer is null!!\n", __func__); 305 JPEG_ERROR_LOG(" [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
H A D | ExynosJpegEncoderForCamera.cpp | 24 #define JPEG_ERROR_LOG ALOGE macro 74 JPEG_ERROR_LOG("ERR(%s):Cannot create ExynosJpegEncoder class\n", __func__); 199 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__); 226 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__); 248 JPEG_ERROR_LOG("encode failed\n"); 255 JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__, iJpegSize); 264 JPEG_ERROR_LOG("%s::pcJpegBuffer[0] is null!!\n", __func__); 292 JPEG_ERROR_LOG("%s::Failed to allocate for exifOut\n", __func__); 299 JPEG_ERROR_LOG("%s::Failed to make EXIF\n", __func__); 779 JPEG_ERROR_LOG("ER [all...] |
Completed in 80 milliseconds