OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameHeight
(Results
1 - 6
of
6
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java
87
int
frameHeight
= mCtv.getMeasuredHeight();
88
int minBound = Math.min(frameWidth,
frameHeight
);
94
stopParams.bottomMargin += (
frameHeight
-frameWidth)/2;
102
labelParams.topMargin += (
frameHeight
-frameWidth)/2;
158
int y =
frameHeight
/ 2 - labelParams.topMargin;
169
int bottomMarginOffset = (
frameHeight
- minBound) / 2;
/cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java
121
int
frameHeight
= ivf.getHeight();
125
assertTrue(
frameHeight
> 0);
209
*
frameHeight
should be supplied correctly as raw input file doesn't
215
* @param
frameHeight
Frame height of input file
219
int frameWidth, int
frameHeight
, int frameRate) throws Exception {
221
MediaFormat format = MediaFormat.createVideoFormat(VP8_MIME, frameWidth,
frameHeight
);
244
ivf = new IvfWriter(outputFilename, frameWidth,
frameHeight
);
258
int frameSize = frameWidth *
frameHeight
* 3 / 2;
337
*
frameHeight
should be supplied correctly as raw input file doesn't
342
* @param
frameHeight
Frame height of input fil
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java
361
int
frameHeight
= challengeTop + getPaddingBottom();
362
setFrameHeight(
frameHeight
);
/external/webrtc/src/modules/interface/
module_common_types.h
70
frameHeight
= 0;
86
int
frameHeight
; // Exists for key frames.
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
draw9patch.jar
Completed in 164 milliseconds