Searched refs:SC_LOGE (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler-m2m1shot.cpp | 87 SC_LOGE("Invalid device instance ID %d", devid); in CScalerM2M1SHOT() 143 SC_LOGE("Format %#x is not supported", v4l2_fmt); in SetFormat() 149 SC_LOGE("Plane %d of format %#x must have even width", i, v4l2_fmt); in SetFormat() 174 SC_LOGE("crop left %d is larger than image width %d", l, fmt.width); in SetCrop() 178 SC_LOGE("crop top %d is larger than image height %d", t, fmt.height); in SetCrop() 182 SC_LOGE("crop width %d@%d exceeds image width %d", w, l, fmt.width); in SetCrop() 186 SC_LOGE("crop height %d@%d exceeds image height %d", h, t, fmt.height); in SetCrop() 209 SC_LOGE("Unknown buffer type %d", mem_type); in SetAddr() 218 SC_LOGE("Rotation degree %d must be multiple of 90", rot); in SetRotate() 244 SC_LOGE("Failed to map FD %d", buf.plane[i].fd); in GetBuffer() [all …]
|
D | libscaler.cpp | 181 SC_LOGE("Unknown format value %d", sc_pxfmt); in find_pixel() 248 SC_LOGE("NULL Scaler handle"); in GetNonStreamScaler() 254 SC_LOGE("Invalid Scaler handle %p", handle); in GetNonStreamScaler() 266 SC_LOGE("Failed to allocate a Scaler handle for instance %d", dev_num); in exynos_sc_create() 271 SC_LOGE("Failed to create a Scaler handle for instance %d", dev_num); in exynos_sc_create() 288 SC_LOGE("Failed to stop Scaler (handle %p)", handle); in exynos_sc_destroy() 436 SC_LOGE("NULL Scaler handle"); in GetScalerBlend() 442 SC_LOGE("Invalid Scaler handle %p", handle); in GetScalerBlend() 452 SC_LOGE("NULL Scaler handle"); in GetScaler() 458 SC_LOGE("Invalid Scaler handle %p", handle); in GetScaler() [all …]
|
D | libscaler-v4l2.cpp | 102 SC_LOGE("Failed to stop Scaler for the output frame"); in Stop() 107 SC_LOGE("Failed to stop Scaler for the cature frame"); in Stop() 285 SC_LOGE("Failed to VIDIOC_S_FMT for the %s", frm.name); in DevSetFormat() 329 SC_LOGE("Number of planes exceeds %d of %s", frm.out_num_planes, frm.name); in DevSetFormat() 354 SC_LOGE("Trying to QBUF without REQBUFS for %s is not allowed", in QBuf() 437 SC_LOGE("Rotation of %d degree is not supported", rot); in SetRotate() 461 SC_LOGE("Trying to STREAMON without REQBUFS for %s is not allowed", in StreamOn() 508 SC_LOGE("Error occurred while processing streaming data"); in DQBuf() 525 SC_LOGE("Failed to map FD %ld", reinterpret_cast<long>(frm.addr[i])); in GetBuffer() 550 SC_LOGE("Source and target image format must be the same"); in RunSWScaling() [all …]
|
D | libscaler-common.h | 45 #define SC_LOGE(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, "%s: " fmt, __func__, ##args)) macro 53 SC_LOGE(fmt, ##args); \
|
D | libscaler-swscaler.cpp | 25 SC_LOGE("Width of YUV422 should be even"); in Scale() 64 SC_LOGE("Both of width and height of YUV420 should be even"); in Scale()
|