HomeSort by relevance Sort by last modified time
    Searched refs:frameWidth (Results 1 - 7 of 7) 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);
  /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/webrtc/src/modules/interface/
module_common_types.h 69 frameWidth = 0;
85 int frameWidth; // Exists for key frames.
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 238 jint frameWidth,
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 2201 milliseconds