Lines Matching refs:SC_LOGE
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()
268 SC_LOGE("Source and target image format must be the same"); in RunSWScaling()
273 SC_LOGE("Rotation is not allowed for S/W Scaling"); in RunSWScaling()
319 SC_LOGE("Format %x is not supported", m_task.fmt_out.fmt); in RunSWScaling()
324 SC_LOGE("Failed to allocate SW Scaler"); in RunSWScaling()