Lines Matching refs:SC_LOGE
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()
555 SC_LOGE("Rotation is not allowed for S/W Scaling"); in RunSWScaling()
627 SC_LOGE("Format %x is not supported", m_frmSrc.color_format); in RunSWScaling()
632 SC_LOGE("Failed to allocate SW Scaler"); in RunSWScaling()