Searched refs:ySize (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/ndk/
H A DNdkImage.cpp350 uint32_t dataSize, ySize, cSize, cStride; local
374 ySize = mBuffer->width * (mBuffer->height - 1) + mBuffer->width;
379 dataSize = (planeIdx == 0) ? ySize : cSize;
388 ySize = mBuffer->stride * mBuffer->height;
390 cr = mBuffer->data + ySize;
396 dataSize = (planeIdx == 0) ? ySize : cSize;
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DSPVerifier.java112 int ySize = -1;
126 ySize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
144 mYsize = complement(ySize);
182 ", ySize=" + mYsize +
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp658 uint32_t dataSize, ySize, cSize, cStride; local
664 dataSize = ySize = cSize = cStride = 0;
694 ySize = buffer->width * (buffer->height - 1) + buffer->width;
704 dataSize = (idx == 0) ? ySize : cSize;
713 ySize = buffer->stride * buffer->height;
715 cr = buffer->data + ySize;
725 dataSize = (idx == 0) ? ySize : cSize;
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java264 * @param ySize The height of the content.
267 public boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) { argument
272 mLastContentHeight = ySize - mLastCaptionHeight;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp2013 size_t ySize = stride * height; local
2016 return ySize + uvSize * 2;

Completed in 190 milliseconds