Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp173 size_t ypos = string(buffer).find('x'); in GetCurrentModeFromSysfs() local
175 if (xpos == string::npos || ypos == string::npos) { in GetCurrentModeFromSysfs()
179 *curr_y_pixels = static_cast<size_t>(atoi(buffer + ypos + 1)); in GetCurrentModeFromSysfs()
215 size_t ypos = string(buffer).find('x'); in InitializeConfigs() local
217 if (xpos == string::npos || ypos == string::npos) { in InitializeConfigs()
222 config.y_pixels = UINT32(atoi(buffer + ypos + 1)); in InitializeConfigs()
/hardware/intel/common/libva/test/
Dloadsurface.h161 int jj, xpos, ypos; in yuvgen_planar() local
163 ypos = (row / box_width) & 0x1; in yuvgen_planar()
174 if (xpos == ypos) in yuvgen_planar()