Home
last modified time | relevance | path

Searched refs:m_gsc_set_format (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.h232 static bool m_gsc_set_format(int fd, GscInfo *info);
Dlibgscaler_obj.cpp474 if (CGscaler::m_gsc_set_format(gsc->gsc_fd, &gsc->src_info) == false) { in m_gsc_m2m_run_core()
482 if (CGscaler::m_gsc_set_format(gsc->gsc_fd, &gsc->dst_info) == false) { in m_gsc_m2m_run_core()
671 bool CGscaler::m_gsc_set_format(int fd, GscInfo *info) in m_gsc_set_format() function in CGscaler