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

  /hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h 37 uint16_t bufHeight;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadManager.cpp 56 metadata->normalBuffer.bufHeight = p->height;
68 metadata->scalingBuffer.bufHeight = align_to(p->scaling_height, 32);
94 metadata->rotationBuffer.bufHeight = p->rotated_height;
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 106 size_t bufHeight = mCropHeight;
117 bufHeight = (mCropHeight + 1) & ~1;
124 bufHeight = (mCropHeight + 1) & ~1;
132 bufHeight = (mCropHeight + 1) & ~1;
168 bufHeight));
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 415 int32_t bufWidth, int32_t bufHeight)
423 bufWidth <= 0 || bufHeight <= 0) {
424 ETRACE(" Invalid parameter: %dx%d, %dx%d, %dx%d", width, height, offX, offY, bufWidth, bufHeight);
428 status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY, bufWidth, bufHeight);
MultiDisplayObserver.h 78 int32_t bufWidth, int32_t bufHeight);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 151 unsigned int bufHeight,
166 uvoffset = stride * bufHeight;
206 unsigned int bufHeight,
238 unsigned int bufHeight,
287 unsigned int bufHeight,
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 151 int32_t bufHeight, // Height of the pixelBuffer
158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
169 } else if (bufHeight < 0) {
178 size_t height = static_cast<size_t>(bufHeight);
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c     [all...]

Completed in 1346 milliseconds