Home
last modified time | relevance | path

Searched defs:width (Results 201 – 225 of 3185) sorted by relevance

12345678910>>...128

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DInputConfiguration.java59 public InputConfiguration(int width, int height, int format) { in InputConfiguration()
103 public InputConfiguration(int width, int height, int format, boolean isMultiResolution) { in InputConfiguration()
/aosp12/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp101 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidth() local
135 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local
143 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp63 int width = INT(buffer_config.width); in AllocateBuffer() local
168 int width = INT(buffer_config.width); in GetBufferSize() local
270 int width = INT(buffer_config.width); in GetAllocatedBufferInfo() local
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp63 int width = INT(buffer_config.width); in AllocateBuffer() local
168 int width = INT(buffer_config.width); in GetBufferSize() local
270 int width = INT(buffer_config.width); in GetAllocatedBufferInfo() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp146 float width = crop_width * mActiveArrayW / mSensorW; in toActiveArray() local
226 float width = crop_width / zoom_ratio; in applyZoomRatioHelper() local
293 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_adreno_info.cpp98 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB()
150 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, in AlignCompressedRGB()
308 int AdrenoMemInfo::AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, in AdrenoInitMemoryLayout()
/aosp12/frameworks/av/media/libstagefright/filters/
H A DColorConvert.cpp49 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, in convertYUV420spToARGB()
71 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, in convertYUV420spToRGB888()
94 uint8_t *src, int32_t width, int32_t height, uint32_t stride, in convertRGBAToARGB()
/aosp14/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp101 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidth() local
135 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local
143 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local
/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DThumbnailTemplate.java110 int width = context.getResources() in prepareTemplateForBinder() local
117 private void rescaleThumbnail(int width, int height) { in rescaleThumbnail()
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp37 void createContent(int width, int height, Canvas& canvas) override { in createContent()
56 void createNode(Canvas& canvas, SkColor color, int left, int top, int width, int height) { in createNode()
H A DRecentsAnimation.cpp30 void createContent(int width, int height, Canvas& renderer) override { in createContent()
69 sp<RenderNode> createCard(int x, int y, int width, int height, Bitmap& thumb) { in createCard()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DWallpaperModelLoader.java43 public LoadData<Drawable> buildLoadData(WallpaperModel wallpaperModel, int width, int height, in buildLoadData()
77 public WallpaperFetcher(WallpaperModel wallpaperModel, int width, int height) { in WallpaperFetcher()
/aosp12/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/
H A DAtfBufferedImage.java60 int width, in AtfBufferedImage()
82 public Image crop(int left, int top, int width, int height) { in crop()
/aosp14/frameworks/base/core/java/android/service/controls/templates/
H A DThumbnailTemplate.java110 int width = context.getResources() in prepareTemplateForBinder() local
117 private void rescaleThumbnail(int width, int height) { in rescaleThumbnail()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp38 void createContent(int width, int height, Canvas& canvas) override { in createContent()
57 void createNode(Canvas& canvas, SkColor color, int left, int top, int width, int height) { in createNode()
H A DRecentsAnimation.cpp35 void createContent(int width, int height, Canvas& renderer) override { in createContent()
74 sp<RenderNode> createCard(int x, int y, int width, int height, Bitmap& thumb) { in createCard()
/aosp12/frameworks/base/core/java/android/gesture/
H A DGesture.java142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
220 public Bitmap toBitmap(int width, int height, int inset, int color) { in toBitmap()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java97 int width, int height, int densityDpi, int gravity, boolean secure, in OverlayDisplayWindow()
144 public void resize(int width, int height, int densityDpi) { in resize()
148 private void resize(int width, int height, int densityDpi, boolean doLayout) { in resize()
254 int width = (int)(mWidth * scale); in updateWindowParams() local
/aosp14/frameworks/base/core/java/android/gesture/
H A DGesture.java142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
220 public Bitmap toBitmap(int width, int height, int inset, int color) { in toBitmap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/
H A DWallpaperLocalColorExtractorTest.java101 private Bitmap getMockBitmap(int width, int height) { in getMockBitmap()
157 float width = (float) Math.random(); in randomArea() local
187 int width = randomBetween(LOW_BMP_WIDTH, HIGH_BMP_WIDTH); in testMiniBitmapCreation() local
208 int width = randomBetween(VERY_LOW_BMP_WIDTH, LOW_BMP_WIDTH); in testSmallMiniBitmapCreation() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java97 int width, int height, int densityDpi, int gravity, boolean secure, in OverlayDisplayWindow()
144 public void resize(int width, int height, int densityDpi) { in resize()
148 private void resize(int width, int height, int densityDpi, boolean doLayout) { in resize()
254 int width = (int)(mWidth * scale); in updateWindowParams() local
H A DDensityMapping.java54 public int getDensityForResolution(int width, int height) { in getDensityForResolution()
126 Entry(int width, int height, int density) { in Entry()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp109 void ReadbackHelper::fillBuffer(int32_t width, int32_t height, uint32_t stride, void* bufferData, in fillBuffer()
133 void ReadbackHelper::clearColors(std::vector<IComposerClient::Color>& expectedColors, int32_t width, in clearColors()
171 const uint32_t width, const uint32_t height, in compareColorBuffers()
189 const std::shared_ptr<Gralloc>& gralloc, uint32_t width, in ReadbackBuffer()
254 TestRenderEngine& renderEngine, Display display, int32_t width, in TestBufferLayer()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.cpp23 CanvasStateHelper::CanvasStateHelper(int width, int height) { in CanvasStateHelper()
27 void CanvasStateHelper::resetState(int width, int height) { in resetState()
/aosp12/hardware/google/av/media/eco/tests/
H A DFakeECOServiceStatsProvider.cpp38 FakeECOServiceStatsProvider::FakeECOServiceStatsProvider(int32_t width, int32_t height, in FakeECOServiceStatsProvider()
52 FakeECOServiceStatsProvider::FakeECOServiceStatsProvider(int32_t width, int32_t height, in FakeECOServiceStatsProvider()

12345678910>>...128