HomeSort by relevance Sort by last modified time
    Searched defs:frameWidth (Results 1 - 5 of 5) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 86 int frameWidth = mCtv.getMeasuredWidth();
88 int minBound = Math.min(frameWidth, frameHeight);
93 if (minBound == frameWidth) {
94 stopParams.bottomMargin += (frameHeight-frameWidth)/2;
101 if (minBound == frameWidth) {
102 labelParams.topMargin += (frameHeight-frameWidth)/2;
165 int sideMarginOffset = (int) ((frameWidth - circleDiam - mStrokeSize) / 2)
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 120 int frameWidth = ivf.getWidth();
124 assertTrue(frameWidth > 0);
208 * Color format of input file should be YUV420, and frameWidth,
214 * @param frameWidth Frame width 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;
336 * Color format of input file should be YUV420, and frameWidth,
341 * @param frameWidth Frame width of input fil
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 69 frameWidth = 0;
85 int frameWidth; // Exists for key frames.
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 109 milliseconds