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

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

Completed in 54 milliseconds