HomeSort by relevance Sort by last modified time
    Searched refs:aspectRatio (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java     [all...]
CaptureModule.java     [all...]
PhotoModule.java 681 public void updatePreviewAspectRatio(float aspectRatio) {
682 mAppController.updatePreviewAspectRatio(aspectRatio);
    [all...]
VideoModule.java     [all...]
  /external/opencv3/modules/java/src/
calib3d.cpp     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix4.java 476 * @param aspectRatio The "width over height" aspect ratio
478 public Matrix4 setToProjection (float near, float far, float fovy, float aspectRatio) {
483 val[M00] = l_fd / aspectRatio;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 749 property_get("vidc.vdec.debug.aspectratio", value, "0");
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 767 frame_info->nFrameRate, frame_info->aspectRatio.aspectRatioX,
768 frame_info->aspectRatio.aspectRatioY);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
Matrix4.java 554 * @param aspectRatio The "width over height" aspect ratio
556 public Matrix4 setToProjection (float near, float far, float fovy, float aspectRatio) {
561 val[M00] = l_fd / aspectRatio;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 810 float aspectRatio = width / (float) height;
    [all...]

Completed in 1703 milliseconds

1 2 34 5