Searched refs:requestedWidth (Results 1 – 2 of 2) sorted by relevance
162 float requestedWidth, requestedHeight; in createEncFormat() local166 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()
2304 mRequestedWidth = proto.requestedWidth;