/external/skia/src/core/ |
SkPicture.cpp | 233 SkScalar aspectRatio = SkScalarDiv(SkIntToScalar(fWidth), 236 aspectRatio);
|
SkRTree.h | 58 static SkRTree* Create(int minChildren, int maxChildren, SkScalar aspectRatio = 1); 147 SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio);
|
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 108 float aspectRatio = gestureWidth / gestureHeight; 109 if (aspectRatio > 1) { 110 aspectRatio = 1 / aspectRatio; 112 if (aspectRatio < SCALING_THRESHOLD) {
|
/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/mesa/src/src/egl/main/ |
eglsurface.c | 336 surf->AspectRatio = EGL_UNKNOWN; 392 *value = surface->AspectRatio;
|
/external/mesa3d/src/egl/main/ |
eglsurface.c | 336 surf->AspectRatio = EGL_UNKNOWN; 392 *value = surface->AspectRatio;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
FloatSize.h | 69 float aspectRatio() const { return m_width / m_height; }
|
IntSize.h | 58 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); }
|
LayoutSize.h | 59 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); }
|
/frameworks/base/media/java/android/media/videoeditor/ |
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...] |
VideoEditor.java | 681 * @param aspectRatio to apply. If aspectRatio is the same as the current 689 public void setAspectRatio(int aspectRatio);
|
MediaArtistNativeHelper.java | [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorBaseActivity.java | 140 public void onVideoEditorAspectRatioSet(String projectPath, int aspectRatio, 156 setAspectRatio(aspectRatio); [all...] |
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...] |
/external/chromium_org/third_party/skia/src/sfnt/ |
SkPanose.h | 262 struct AspectRatio {
|
/external/skia/src/sfnt/ |
SkPanose.h | 262 struct AspectRatio {
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Index.h | 92 OMX_TI_IndexConfigVideoPixelInfo, //!< Use OMX_VIDEO_CONFIG_PIXELINFOTYPE structure to know the pixel aspectratio & pixel range
|
/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);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
SeqParameterSet.java | 198 vuip.aspect_ratio = AspectRatio.fromValue((int) reader.readNBit(8, 200 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) { 408 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) {
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [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...] |
/external/sonivox/docs/JET_Authoring_Guidelines_files/ |
header.htm | 152 <o:lock v:ext="edit" aspectratio="t"/>
|
/external/skia/tools/ |
PictureRenderer.cpp | 791 SkScalar aspectRatio = SkScalarDiv(SkIntToScalar(fWidth), 794 aspectRatio);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 127 float aspectRatio = width / (float) height; 148 return x * aspectRatio + y;
|