HomeSort by relevance Sort by last modified time
    Searched full:aheight (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 272 int aHeight = ovutils::align(destWhf.h, 4);
295 int yStrideOffset = (aHeight / 4);
296 int cStrideOffset = (aHeight / 2);
306 int strideOffset = (aHeight / 4);
314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 296 int aHeight = ovutils::align(destWhf.h, 4);
319 int yStrideOffset = (aHeight / 4);
320 int cStrideOffset = (aHeight / 2);
330 int strideOffset = (aHeight / 4);
338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
loopback.html 63 function resolutionMatchesIndependentOfRotation(aWidth, aHeight,
65 return (aWidth === bWidth && aHeight === bHeight) ||
66 (aWidth === bHeight && aHeight === bWidth);
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdssRot.cpp 333 int aHeight = ovutils::align(destWhf.h, 4);
356 int yStrideOffset = (aHeight / 4);
357 int cStrideOffset = (aHeight / 2);
367 int strideOffset = (aHeight / 4);
375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 333 int aHeight = ovutils::align(destWhf.h, 4);
356 int yStrideOffset = (aHeight / 4);
357 int cStrideOffset = (aHeight / 2);
367 int strideOffset = (aHeight / 4);
375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 714 contextPrototype.rect = function(aX, aY, aWidth, aHeight) {
717 this.lineTo(aX + aWidth, aY + aHeight);
718 this.lineTo(aX, aY + aHeight);
722 contextPrototype.strokeRect = function(aX, aY, aWidth, aHeight) {
728 this.lineTo(aX + aWidth, aY + aHeight);
729 this.lineTo(aX, aY + aHeight);
736 contextPrototype.fillRect = function(aX, aY, aWidth, aHeight) {
742 this.lineTo(aX + aWidth, aY + aHeight);
743 this.lineTo(aX, aY + aHeight);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskImageContainer.java 78 TaskImage(OrientationManager.DeviceOrientation anOrientation, int aWidth, int aHeight,
81 height = aHeight;
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 1660 int aheight = dst_height - dst_yoffset_even * 2; \/\/ actual output height local
    [all...]
  /external/libyuv/files/source/
scale.cc 1643 int aheight = dst_height - dst_yoffset_even * 2; \/\/ actual output height local
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3865 int aheight = dst_height - dst_yoffset * 2; \/\/ actual output height local
    [all...]

Completed in 1001 milliseconds