Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorSpace.java42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888()
61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888()
80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888()
99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888()
122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888()
125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888()
128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888()
131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
/frameworks/base/packages/SystemUI/compose/scene/tests/goldens/
DtestAnchoredSizeEnter.json20 "height": 100 number
24 "height": 90 number
28 "height": 80 number
32 "height": 70 number
36 "height": 60 number
DtestAnchoredHeightOnly.json20 "height": 100 number
24 "height": 90 number
28 "height": 80 number
32 "height": 70 number
36 "height": 60 number
DtestAnchoredSizeExit.json17 "height": 100 number
21 "height": 100 number
25 "height": 90 number
29 "height": 80 number
33 "height": 70 number
DtestAnchoredWidthOnly.json20 "height": 60 number
24 "height": 60 number
28 "height": 60 number
32 "height": 60 number
36 "height": 60 number
/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp20 IonBuffer::IonBuffer(uint32_t width, uint32_t height, uint32_t format, in IonBuffer()
26 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height, in IonBuffer()
31 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height, in IonBuffer()
74 int IonBuffer::Alloc(uint32_t width, uint32_t height, uint32_t layer_count, in Alloc()
91 void IonBuffer::Reset(buffer_handle_t handle, uint32_t width, uint32_t height, in Reset()
101 int IonBuffer::Import(buffer_handle_t handle, uint32_t width, uint32_t height, in Import()
123 int int_count, uint32_t width, uint32_t height, in Import()
198 int IonBuffer::Lock(uint32_t usage, int x, int y, int width, int height, in Lock()
214 int IonBuffer::LockYUV(uint32_t usage, int x, int y, int width, int height, in LockYUV()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewShowHidePerfTest.java142 void run(BenchmarkState state, int width, int height, ViewGroup parent, View child); in run()
157 final int height = 1000; in testParentWithChild() local
169 private void layout(int width, int height, View view) { in layout()
178 testParentWithChild((state, width, height, parent, child) -> { in testRemove() argument
194 testParentWithChild((state, width, height, parent, child) -> { in testAdd() argument
210 testParentWithChild((state, width, height, parent, child) -> { in testRecordAfterAdd() argument
225 testParentWithChild((state, width, height, parent, child) -> { in testVisibility() argument
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBitmapRenderer.java35 static Bitmap createSoftwareBitmap(int width, int height, BitmapRenderer renderer) { in createSoftwareBitmap()
43 static Bitmap createHardwareBitmap(int width, int height, BitmapRenderer renderer) { in createHardwareBitmap()
59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap()
/frameworks/base/opengl/java/android/opengl/
DETC1.java86 public static native int getEncodedDataSize(int width, int height); in getEncodedDataSize()
97 public static native void encodeImage(Buffer in, int width, int height, in encodeImage()
110 int width, int height, int pixelSize, int stride); in decodeImage()
118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
DETC1Util.java75 int height = texture.getHeight(); in loadTexture() local
117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture()
154 int height = 0; in createTexture() local
192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture()
211 int height = texture.getHeight(); in writeTexture() local
/frameworks/base/core/java/com/android/internal/view/
DActionBarPolicy.java55 final int height = config.screenHeightDp; in getMaxActionButtons() local
91 final int height = configuration.screenHeightDp; in hasEmbeddedTabs() local
100 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0); in getTabContainerHeight() local
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewPrecomputedTextPerfTest.java248 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText() local
268 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText_Selectable() local
289 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText() local
312 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText_Selectable() local
336 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText() local
362 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText_Selectable() local
389 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_PrecomputedText() local
418 int height = MeasureSpec.makeMeasureSpec(MeasureSpec.UNSPECIFIED, 0); in testOnDraw_PrecomputedText_Selectable() local
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp56 bool GLFrame::Init(int width, int height) { in Init()
65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture()
72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo()
87 void GLFrame::InitDimensions(int width, int height) { in InitDimensions()
187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java193 int height = pixels.getHeight(); in setThumbnail() local
234 int height = pixels.getHeight(); in setThumbnail() local
348 int height = size.getHeight(); in writeInputStream() local
403 int height = size.getHeight(); in writeByteBuffer() local
493 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer()
553 int height = yuvImage.getHeight(); in convertToRGB() local
612 int height = argbBitmap.getHeight(); in convertToRGB() local
665 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail()
667 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage()
673 int width, int height, long offset) in nativeWriteInputStream()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
144 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
195 void reinit(int width, int height, boolean requestPremultiplied) { in reinit()
295 public void reconfigure(int width, int height, @NonNull Config config) { in reconfigure()
338 public void setHeight(int height) { in setHeight()
339 reconfigure(getWidth(), height, getConfig()); in setHeight() local
454 private static void checkWidthHeight(int width, int height) { in checkWidthHeight()
848 final int height = src.getHeight(); in createScaledBitmap() local
884 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height) { in createBitmap()
920 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height, in createBitmap()
[all …]
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskView.java74 private void launchOrganizedActivity(Intent i, int width, int height) { in launchOrganizedActivity()
78 private Bundle makeLaunchOptions(int width, int height) { in makeLaunchOptions()
87 void resizeTask(int width, int height) { in resizeTask()
/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java145 int height = 200; in testEditorBoundsInfo_allVisible() local
548 private void setupEditText(CharSequence text, int height) { in setupEditText()
553 private void setupEditText(CharSequence text, int width, int height) { in setupEditText()
558 private void setupEditText(CharSequence text, int height, float lineSpacing, in setupEditText()
565 private void setupEditText(int height, int scrollY) { in setupEditText()
571 private void setupEditText(int height, int scrollY, Drawable drawableTop, in setupEditText()
579 private void setupEditText(int height, int scrollY, int paddingTop, in setupEditText()
610 private void measureEditText(int height) { in measureEditText()
615 private void measureEditText(int width, int height) { in measureEditText()
624 private Drawable createDrawable(int height) { in createDrawable()
[all …]
/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp41 bool NV12Compressor::compress(const unsigned char* data, int width, int height, int quality) { in compress()
51 bool NV12Compressor::compressWithExifOrientation(const unsigned char* data, int width, int height, in compressWithExifOrientation()
82 bool NV12Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor()
122 std::vector<uint8_t>& vRows, int rowIndex, int width, int height, int stride) { in deinterleave()
145 int height = mCompressInfo.image_height; in compressData() local
319 size_t jpegBufferSize, size_t *width /*out*/, size_t *height /*out*/) { in getJpegImageDimensions()
/frameworks/base/media/java/android/media/projection/
DMediaProjection.java144 int width, int height, int dpi, boolean isSecure, @Nullable Surface surface, in createVirtualDisplay()
215 int width, int height, int dpi, int flags, @Nullable Surface surface, in createVirtualDisplay()
350 public void onCapturedContentResize(int width, int height) { } in onCapturedContentResize()
391 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize()
426 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp106 const char *params, int32_t *width, int32_t *height) { in MakeAVCCodecSpecificData()
336 const sp<ABuffer> &config, int32_t *width, int32_t *height) { in ExtractDimensionsMPEG4Config()
363 const char *params, int32_t *width, int32_t *height) { in MakeMPEG4VideoCodecSpecificData()
428 int32_t width, height; in APacketSource() local
459 int32_t width, height; in APacketSource() local
471 int32_t width, height; in APacketSource() local
524 int32_t width, height; in APacketSource() local
/frameworks/base/libs/hwui/renderthread/
DFrame.h30 Frame(int32_t width, int32_t height, int32_t bufferAge) in Frame()
34 int32_t height() const { return mHeight; } in height() function
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DBitmapData.java40 public BitmapData(int imageId, int width, int height, byte[] bitmap) { in BitmapData()
71 public void apply(WireBuffer buffer, int imageId, int width, int height, byte[] bitmap) { in apply()
83 int height = buffer.readInt(); in read() local
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp123 const auto height = request.height; in allocate() local
189 status_t GraphicBufferAllocator::allocateHelper(uint32_t width, uint32_t height, PixelFormat format, in allocateHelper()
254 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
262 status_t GraphicBufferAllocator::allocateRawHandle(uint32_t width, uint32_t height, in allocateRawHandle()
271 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DSize.java87 int height = Integer.parseInt(flatSizes[i + 1]); in stringToList() local
98 public Size(int width, int height) { in Size()
156 public int height() { in height() method in Size
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DRemoteInlineSuggestionUi.java92 int width, int height, Handler handler) { in RemoteInlineSuggestionUi()
130 boolean match(int width, int height) { in match()
206 SurfaceControlViewHost.SurfacePackage surfacePackage, int width, int height) { in handleInlineSuggestionUiReady()
282 SurfaceControlViewHost.SurfacePackage surface, int width, int height) { in onContent()

12345678910>>...51