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

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 69 int frameWidth = mCtv.getMeasuredWidth();
71 int minBound = Math.min(frameWidth, frameHeight);
78 if (minBound == frameWidth) {
79 resetAddParams.bottomMargin += (frameHeight - frameWidth) / 2;
87 if (minBound == frameWidth) {
88 labelParams.topMargin += (frameHeight-frameWidth)/2;
  /external/webrtc/src/modules/interface/
module_common_types.h 69 frameWidth = 0;
85 int frameWidth; // Exists for key frames.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 444 public int frameWidth;
483 frameWidth = json.getInt("width");
798 if (frameSize.width != meta.frameWidth || frameSize.height != meta.frameHeight) {
809 float fc = (float)(meta.frameWidth/2.0/Math.tan(meta.fovWidth/2.0));
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 207 public int frameWidth;
241 int frameWidth,
266 params.frameWidth = Math.min(frameWidth * resolutionScales[i], 1280);
290 int frameWidth,
303 frameWidth,
520 int frameWidth = ivf.getWidth();
523 int frameStride = frameWidth;
525 assertTrue(frameWidth > 0);
548 ". " + frameWidth + " x " + frameHeight)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 784 milliseconds