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

  /external/autotest/client/site_tests/video_WebRtcCamera/
getusermedia.html 40 function resolutionMatchesIndependentOfRotation(aWidth, aHeight,
42 return (aWidth === bWidth && aHeight === bHeight) ||
43 (aWidth === bHeight && aHeight === bWidth);
  /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);
  /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);
  /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 1643 int aheight = dst_height - dst_yoffset_even * 2; \/\/ actual output height local
    [all...]
  /external/libyuv/files/source/
scale.cc 1839 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...]

Completed in 489 milliseconds