Home
last modified time | relevance | path

Searched defs:height (Results 226 – 250 of 3091) sorted by relevance

12345678910>>...124

/aosp12/packages/services/Car/cpp/evs/support_library/
H A DFormatConvert.cpp64 void copyNV21toRGB32(unsigned width, unsigned height, in copyNV21toRGB32()
95 void copyYV12toRGB32(unsigned width, unsigned height, in copyYV12toRGB32()
129 void copyYUYVtoRGB32(unsigned width, unsigned height, in copyYUYVtoRGB32()
161 void copyMatchedInterleavedFormats(unsigned width, unsigned height, in copyMatchedInterleavedFormats()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java51 float height in glDrawTexfOES()
68 int height in glDrawTexiOES()
85 short height in glDrawTexsOES()
102 int height in glDrawTexxOES()
/aosp12/frameworks/base/core/java/android/app/
H A DVr2dDisplayProperties.java58 public Vr2dDisplayProperties(int width, int height, int dpi) { in Vr2dDisplayProperties()
62 private Vr2dDisplayProperties(int width, int height, int dpi, int flags, int removedFlags) { in Vr2dDisplayProperties()
210 public Builder setDimensions(int width, int height, int dpi) { in setDimensions()
/aosp12/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
148 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8994/libcopybit/
H A Dsoftware_converter.cpp54 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
129 int height; member
150 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8996/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8998/libcopybit/
H A Dsoftware_converter.cpp55 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
130 int height; member
151 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/display/msm8909/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/hardware/qcom/sdm845/display/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlotRenderer.java104 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot()
140 AlbumSlidingWindow.AlbumEntry entry, int width, int height) { in renderOverlay()
194 public void onSlotSizeChanged(int width, int height) { in onSlotSizeChanged()
/aosp12/hardware/qcom/sm7250/display/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp12/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java138 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
173 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
178 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/aosp12/hardware/qcom/sm8150/display/libcopybit/
H A Dsoftware_converter.cpp53 unsigned int height = src->h; in convertYV12toYCrCb420SP() local
128 int height; member
149 int height = info.height; in copy_source_to_destination() local
/aosp14/frameworks/base/core/java/android/app/
H A DVr2dDisplayProperties.java58 public Vr2dDisplayProperties(int width, int height, int dpi) { in Vr2dDisplayProperties()
62 private Vr2dDisplayProperties(int width, int height, int dpi, int flags, int removedFlags) { in Vr2dDisplayProperties()
210 public Builder setDimensions(int width, int height, int dpi) { in setDimensions()
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java138 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
173 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
178 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
56 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
H A DHardwareCanvasTextureViewActivity.java51 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
57 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
56 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.cpp184 int64_t height = entry.data.i64[i + STREAM_HEIGHT_OFFSET]; in filterDurations() local
271 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; in filterStreamConfigurations() local
304 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; in filterStreamConfigurations() local
339 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; in filterStreamConfigurations() local
364 int32_t height = entry.data.i32[i + STREAM_HEIGHT_OFFSET]; in filterStreamConfigurations() local
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java66 public void setDimensions(int width, int height) { in setDimensions()
74 public void setDimensions(int width, int height, int depth) { in setDimensions()
/aosp12/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h81 float height() const { return height_; } in height() function
89 float x, y, width, height; member
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DExposureFilter.java103 private static native float overExposureOperator(int width, int height, in overExposureOperator()
105 private static native float underExposureOperator(int width, int height, in underExposureOperator()

12345678910>>...124