HomeSort by relevance Sort by last modified time
    Searched refs:aspectRatio (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 24 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio) {
27 return new SkRTree(minChildren, maxChildren, aspectRatio);
32 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio)
38 , fAspectRatio(aspectRatio) {
  /external/opencv/cv/src/
cvcalibration.cpp 775 double aspectRatio )
793 bool fixedAspectRatio = aspectRatio > FLT_EPSILON;
861 fx = fy*aspectRatio;
1000 dpdf_p[0] = 0; dpdf_p[1] = xd*aspectRatio;
    [all...]
  /external/skia/src/core/
SkRTree.cpp 24 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio) {
27 return new SkRTree(minChildren, maxChildren, aspectRatio);
32 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio)
38 , fAspectRatio(aspectRatio) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 609 final int aspectRatio = aspectRatiosList.get(i);
610 if (aspectRatio == currentAspectRatio) {
679 int aspectRatio = aspectRatios.get(i);
680 switch (aspectRatio) {
717 final int aspectRatio = aspectRatios.get(which);
719 aspectRatio);
    [all...]
VideoEditorBaseActivity.java 140 public void onVideoEditorAspectRatioSet(String projectPath, int aspectRatio,
156 setAspectRatio(aspectRatio);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 390 boolean aspectRatio = true;
393 if(aspectRatio) {
411 aspectRatio = false;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 177 CSSAspectRatioValue* aspectRatio = static_cast<CSSAspectRatioValue*>(value);
178 return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 681 * @param aspectRatio to apply. If aspectRatio is the same as the current
689 public void setAspectRatio(int aspectRatio);
MediaArtistNativeHelper.java     [all...]
MediaImageItem.java 510 * @param aspectRatio Given aspect ratio
513 private int getWidthByAspectRatioAndHeight(int aspectRatio, int height) {
516 switch (aspectRatio) {
554 "Illegal arguments for aspectRatio");
    [all...]
VideoEditorImpl.java     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 411 * @param aspectRatio The aspect ratio
413 public static void setAspectRatio(Context context, String projectPath, int aspectRatio) {
417 intent.putExtra(PARAM_ASPECT_RATIO, aspectRatio);
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 827 OMX_QCOM_ASPECT_RATIO aspectRatio;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /external/skia/tools/
PictureRenderer.cpp 791 SkScalar aspectRatio = SkScalarDiv(SkIntToScalar(fWidth),
794 aspectRatio);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 633 final int aspectRatio = MediaProperties.ASPECT_RATIO_3_2;
653 aspectRatio, mediaVideoItem.getAspectRatio());
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 182 float aspectRatio = width / (float) height;
203 return x * aspectRatio + y;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperCropActivity.java 127 float aspectRatio = width / (float) height;
148 return x * aspectRatio + y;
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 709 property_get("vidc.vdec.debug.aspectratio", value, "0");
    [all...]

Completed in 6169 milliseconds

12 3