OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotatedHeight
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceViewRendererOnMeasureTest.java
140
final int
rotatedHeight
= 720;
141
final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth :
rotatedHeight
);
142
final int unrotatedHeight = (rotationDegree % 180 == 0 ?
rotatedHeight
: rotatedWidth);
146
assertEquals(
rotatedHeight
, frame.
rotatedHeight
());
164
rotatedWidth,
rotatedHeight
,
166
MeasureSpec.makeMeasureSpec(
rotatedHeight
, measureSpecMode));
178
final float videoAspectRatio = (float) rotatedWidth /
rotatedHeight
;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java
111
public int
rotatedHeight
() {
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
MaxRectsPacker.java
376
int
rotatedHeight
= width - settings.paddingX + settings.paddingY;
382
newNode = findPositionForNewNodeBestShortSideFit(width, height, rotatedWidth,
rotatedHeight
, rotate);
385
newNode = findPositionForNewNodeBottomLeft(width, height, rotatedWidth,
rotatedHeight
, rotate);
388
newNode = findPositionForNewNodeContactPoint(width, height, rotatedWidth,
rotatedHeight
, rotate);
392
newNode = findPositionForNewNodeBestLongSideFit(width, height, rotatedWidth,
rotatedHeight
, rotate);
395
newNode = findPositionForNewNodeBestAreaFit(width, height, rotatedWidth,
rotatedHeight
, rotate);
416
private Rect findPositionForNewNodeBottomLeft (int width, int height, int rotatedWidth, int
rotatedHeight
, boolean rotate) {
435
if (rotate && freeRectangles.get(i).width >= rotatedWidth && freeRectangles.get(i).height >=
rotatedHeight
) {
436
int topSideY = freeRectangles.get(i).y +
rotatedHeight
;
441
bestNode.height =
rotatedHeight
;
[
all
...]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java
256
textureCopy.setSize(pendingFrame.rotatedWidth(), pendingFrame.
rotatedHeight
());
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java
142
setSize(frame.rotatedWidth(), frame.
rotatedHeight
());
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp
820
uint32_t
rotatedHeight
= newStream->height;
824
rotatedHeight
= newStream->width;
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp
820
uint32_t
rotatedHeight
= newStream->height;
824
rotatedHeight
= newStream->width;
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp
669
uint32_t
rotatedHeight
= newStream->height;
673
rotatedHeight
= newStream->width;
690
== (int32_t)
rotatedHeight
) {
712
(int32_t)
rotatedHeight
== available_jpeg_sizes[i*2+1]) {
729
&& (int32_t)
rotatedHeight
==
746
&& (int32_t)
rotatedHeight
==
758
"type:%d", __func__, rotatedWidth,
rotatedHeight
,
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
Completed in 757 milliseconds