Home
last modified time | relevance | path

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

/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DTransformVideoAspectRatio.java162 float requestedWidth, requestedHeight; in createEncFormat() local
166 requestedWidth = height * requestedAspectRatio; in createEncFormat()
169 requestedWidth = width; in createEncFormat()
174 requestedWidth = height; in createEncFormat()
177 requestedWidth = width / requestedAspectRatio; in createEncFormat()
183 .setWidth(Math.round(requestedWidth)) in createEncFormat()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java2304 mRequestedWidth = proto.requestedWidth;