Home
last modified time | relevance | path

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

12345678910>>...30

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_bptc.c37 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_8unorm()
47 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_8unorm()
57 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_float()
78 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_float()
99 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_fetch_rgba()
115 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_8unorm()
125 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_8unorm()
135 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_float()
158 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_float()
168 unsigned width, unsigned height) in util_format_bptc_srgba_fetch_rgba()
[all …]
Du_format_zs.c116 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
129 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint()
142 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float()
159 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
176 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
193 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
210 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
227 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
244 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
257 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
Du_format_s3tc.c125 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
156 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm()
168 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
180 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
192 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
204 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float()
239 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float()
251 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float()
263 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float()
275 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_float()
[all …]
Du_format_latc.c46 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm()
53 unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_8unorm()
59 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float()
85 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float()
113 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_unpack_rgba_8unorm()
121 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_pack_rgba_8unorm()
127 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_pack_rgba_float()
133 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_unpack_rgba_float()
182 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_unpack_rgba_8unorm()
188 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_pack_rgba_8unorm()
[all …]
Du_format_etc.c14 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_8unorm()
22 UNUSED unsigned width, UNUSED unsigned height) in util_format_etc1_rgb8_pack_rgba_8unorm()
28 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_float()
64 UNUSED unsigned width, UNUSED unsigned height) in util_format_etc1_rgb8_pack_rgba_float()
Du_format_rgtc.c41 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_r_8unorm()
65 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_8unorm()
93 unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_pack_rgba_8unorm()
115 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_float()
142 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_pack_rgba_float()
185 UNUSED unsigned width, UNUSED unsigned height) in util_format_rgtc1_snorm_unpack_rgba_8unorm()
193 unsigned width, unsigned height) in util_format_rgtc1_snorm_unpack_r_8snorm()
219 UNUSED unsigned width, UNUSED unsigned height) in util_format_rgtc1_snorm_pack_rgba_8unorm()
225 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_snorm_pack_rgba_float()
247 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_snorm_unpack_rgba_float()
[all …]
/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h110 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy()
138 int setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plan… in setup_sbwc_420_sp_10bit_lossy()
164 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp()
196 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b()
238 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp()
270 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p()
311 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils_unittest.cpp75 const uint32_t height = 16; in TEST() local
82 const uint32_t height = 16; in TEST() local
118 const uint32_t height = 16; in TEST() local
179 const uint32_t height = 32; in TEST() local
/hardware/google/camera/common/hal/tests/
Dtest_utils.cc29 void GetDummyPreviewStream(Stream* stream, uint32_t width, uint32_t height, in GetDummyPreviewStream()
49 uint32_t width, uint32_t height) { in GetPreviewOnlyStreamConfiguration()
63 uint32_t height) { in GetPhysicalPreviewStreamConfiguration()
/hardware/google/gfxstream/host/tests/
DGLTestUtils.cpp36 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength, in ImageMatches()
69 TestTexture createTestPatternRGB888(int width, int height) { in createTestPatternRGB888()
85 TestTexture createTestPatternRGBA8888(int width, int height) { in createTestPatternRGBA8888()
108 TestTexture createTestTextureRGB888SingleColor(int width, int height, float r, float g, float b) { in createTestTextureRGB888SingleColor()
124 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, … in createTestTextureRGBA8888SingleColor()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp65 uint32_t height = buffer_config.height; in AllocateBuffer() local
120 int *height) { in GetCustomWidthAndHeight()
125 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight()
144 int height = INT(buffer_config.height); in GetBufferSize() local
285 int height = INT(buffer_config.height); in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp65 uint32_t height = buffer_config.height; in AllocateBuffer() local
114 int *height) { in GetCustomWidthAndHeight()
119 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight()
138 int height = INT(buffer_config.height); in GetBufferSize() local
279 int height = INT(buffer_config.height); in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_virtual.h50 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution()
59 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp182 int height = info.height; in GetSize() local
286 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, in GetYuvUbwcSPPlaneInfo()
314 void GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, in GetYuvUbwcInterlacedSPPlaneInfo()
336 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp, in GetYuvSPPlaneInfo()
352 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo() local
530 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w, in GetYuvUBwcWidthAndHeight()
581 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) { in GetRgbUBwcMetaBufferSize()
604 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw, in GetUBwcSize()
674 int height = info.height; in GetAlignedWidthAndHeight() local
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp166 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
267 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
486 unsigned int getSize(int format, int width, int height, int usage, in getSize()
604 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
622 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
640 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
811 static void getUBwcWidthAndHeight(int width, int height, int format, in getUBwcWidthAndHeight()
856 static unsigned int getUBwcMetaBufferSize(int width, int height, int bpp) in getUBwcMetaBufferSize()
880 static unsigned int getUBwcSize(int width, int height, int format, in getUBwcSize()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp182 int height = info.height; in GetSize() local
286 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, in GetYuvUbwcSPPlaneInfo()
314 void GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, in GetYuvUbwcInterlacedSPPlaneInfo()
336 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp, in GetYuvSPPlaneInfo()
352 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo() local
530 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w, in GetYuvUBwcWidthAndHeight()
581 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) { in GetRgbUBwcMetaBufferSize()
604 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw, in GetUBwcSize()
674 int height = info.height; in GetAlignedWidthAndHeight() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_virtual.h50 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution()
59 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_virtual.h49 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution()
58 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp217 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
324 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
553 unsigned int getSize(int format, int width, int height, int usage, in getSize()
683 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
701 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
719 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
733 void getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, in getYuvUbwcSPPlaneInfo()
763 void getYuvSPPlaneInfo(uint64_t base, int width, int height, int bpp, in getYuvSPPlaneInfo()
781 int height = hnd->height; in getYUVPlaneInfo() local
993 static void getYuvUBwcWidthHeight(int width, int height, int format, in getYuvUBwcWidthHeight()
[all …]
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.cpp61 int32_t height = entry.data.i32[i + kStreamHeightOffset]; in AppendAvailableStreamConfigurations() local
76 int32_t height = entry.data.i32[i + kStreamHeightOffset]; in AppendAvailableDynamicPhysicalStreamConfigurations() local
94 uint32_t height = entry.data.i64[i + kStreamHeightOffset]; in AppendAvailableStreamMinDurations() local
108 uint32_t height = entry.data.i64[i + kStreamHeightOffset]; in AppendAvailableStreamStallDurations() local
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp77 void Utils::copyNV21toRGB32(unsigned width, unsigned height, in copyNV21toRGB32()
109 void Utils::copyYV12toRGB32(unsigned width, unsigned height, in copyYV12toRGB32()
144 void Utils::copyYUYVtoRGB32(unsigned width, unsigned height, in copyYUYVtoRGB32()
177 void Utils::copyNV21toBGR32(unsigned width, unsigned height, in copyNV21toBGR32()
185 void Utils::copyYV12toBGR32(unsigned width, unsigned height, in copyYV12toBGR32()
193 void Utils::copyYUYVtoBGR32(unsigned width, unsigned height, in copyYUYVtoBGR32()
201 void Utils::copyMatchedInterleavedFormats(unsigned width, unsigned height, in copyMatchedInterleavedFormats()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerHal.h41 Error createVirtualDisplay(uint32_t width, uint32_t height, common::V1_0::PixelFormat* format, in createVirtualDisplay()
46 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport()
/hardware/google/gfxstream/host/
DNativeSubWindow_android.cpp25 int height, in createSubWindow()
44 int height, in moveSubWindow()
DNativeSubWindow_stub.cpp21 int height, float dpr, in createSubWindow()
30 int y, int width, int height, float dpr) { in moveSubWindow()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp71 uint32_t height = buffer_config.height; in AllocateBuffer() local
126 int *height) { in GetCustomWidthAndHeight()
131 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight()
153 int height = INT(buffer_config.height); in GetBufferSize() local
306 int height = INT(buffer_config.height); in GetAllocatedBufferInfo() local

12345678910>>...30