Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp511 int wAlign = strtol(alignWidth.c_str(), NULL, 10); in codecHandlesFormat() local
514 if (wAlign > 0 && hAlign > 0) { in codecHandlesFormat()
515 if ((width % wAlign) != 0 || (height % hAlign) != 0) { in codecHandlesFormat()
517 width, height, wAlign, hAlign); in codecHandlesFormat()