HomeSort by relevance Sort by last modified time
    Searched full:frameheight (Results 1 - 18 of 18) sorted by null

  /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);
  /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;
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
FXAA.frag 29 vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}.
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 596 pEncoderContext->mCodecParams->FrameHeight = pCodecParams->FrameHeight;
609 VIDEOEDITOR_CHECK(0 == pEncoderContext->mCodecParams->FrameHeight % 16,
639 pEncoderContext->mCodecParams->FrameHeight,
659 (int32_t)pEncoderContext->mCodecParams->FrameHeight);
661 (int32_t)pEncoderContext->mCodecParams->FrameHeight);
756 pEncoderContext->mCodecParams->FrameHeight;
765 pOutPlane[0].u_height = pEncoderContext->mCodecParams->FrameHeight;
790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight;
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_common.h 264 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */
290 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */
331 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c     [all...]
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /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/libvpx/libvpx/examples/includes/geshi/geshi/
lscript.php 59 'filename', 'flags', 'fogtype', 'fps', 'frame', 'frameend', 'frameheight',
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 239 jint frameHeight,
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 70 frameHeight = 0;
86 int frameHeight; // Exists for key frames.
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 5234 milliseconds