HomeSort by relevance Sort by last modified time
    Searched refs:frameHeight (Results 1 - 8 of 8) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 86 int frameHeight = mCtv.getMeasuredHeight();
87 int minBound = Math.min(frameWidth, frameHeight);
93 stopParams.bottomMargin += (frameHeight-frameWidth)/2;
101 labelParams.topMargin += (frameHeight-frameWidth)/2;
157 int y = frameHeight / 2 - labelParams.topMargin;
168 int bottomMarginOffset = (frameHeight - minBound) / 2;
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 95 int frameHeight = ivf.getHeight();
99 assertTrue(frameHeight > 0);
183 * frameHeight should be supplied correctly as raw input file doesn't
189 * @param frameHeight Frame height of input file
193 int frameWidth, int frameHeight, int frameRate) throws Exception {
194 int frameSize = frameWidth * frameHeight * 3 / 2;
198 MediaFormat format = MediaFormat.createVideoFormat(VP8_MIME, frameWidth, frameHeight);
221 ivf = new IvfWriter(outputFilename, frameWidth, frameHeight);
  /frameworks/av/include/media/
MediaProfiles.h 217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
221 mFrameHeight(frameHeight),
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 367 int frameHeight = challengeTop + getPaddingBottom();
368 setFrameHeight(frameHeight);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 70 frameHeight = 0;
86 int frameHeight; // Exists for key frames.
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 239 jint frameHeight,
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 185 milliseconds