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

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 85 int frameWidth = mCtv.getMeasuredWidth();
87 int minBound = Math.min(frameWidth, frameHeight);
92 if (minBound == frameWidth) {
93 stopParams.bottomMargin += (frameHeight-frameWidth)/2;
100 if (minBound == frameWidth) {
101 labelParams.topMargin += (frameHeight-frameWidth)/2;
164 int sideMarginOffset = (int) ((frameWidth - circleDiam - mStrokeSize) / 2)
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 94 int frameWidth = ivf.getWidth();
98 assertTrue(frameWidth > 0);
182 * Color format of input file should be YUV420, and frameWidth,
188 * @param frameWidth Frame width 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);
  /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 595 pEncoderContext->mCodecParams->FrameWidth = pCodecParams->FrameWidth;
607 VIDEOEDITOR_CHECK(0 == pEncoderContext->mCodecParams->FrameWidth % 16,
638 pEncoderContext->mCodecParams->FrameWidth,
655 (int32_t)pEncoderContext->mCodecParams->FrameWidth);
657 (int32_t)pEncoderContext->mCodecParams->FrameWidth);
755 M4OSA_UInt32 sizeY = pEncoderContext->mCodecParams->FrameWidth *
764 pOutPlane[0].u_width = pEncoderContext->mCodecParams->FrameWidth;
789 int actualWidth = pEncoderContext->mCodecParams->FrameWidth;
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_common.h 263 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */
289 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */
330 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */
  /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)
220 mFrameWidth(frameWidth),
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
lscript.php 60 'framestart', 'framestep', 'framewidth',
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 238 jint frameWidth,
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 69 frameWidth = 0;
85 int frameWidth; // Exists for key frames.
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2002-12-03     [all...]
ChangeLog-2003-10-25     [all...]

Completed in 520 milliseconds