Home | History | Annotate | Download | only in libcamera

Lines Matching refs:m_ispScalerpEntity

667     m_ispScalerpEntity = NULL;
762 m_ispScalerpEntity = exynos_media_get_entity_by_name(m_media, node, strlen(node));
773 ALOGV("DEBUG(%s):m_ispScalerpEntity : numlink : %d", __func__, m_ispScalerpEntity->num_links);
815 links->sink->entity != m_ispScalerpEntity) {
818 ALOGV("DEBUG(%s):i=%d: links->sink->entity : %p, m_ispScalerpEntity : %p", __func__, i,
819 links->sink->entity, m_ispScalerpEntity);