Home
last modified time | relevance | path

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

12345678910>>...22

/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/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/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/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/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/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/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/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/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/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/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/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
/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.h30 bool SetSrcImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetSrcImage()
34 bool SetDstImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetDstImage()
68 unsigned int height; member
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp222 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
339 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
539 unsigned int getSize(int format, int width, int height, int usage, in getSize()
677 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
695 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
712 void getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, in getYuvUbwcSPPlaneInfo()
742 void getYuvSPPlaneInfo(uint64_t base, int width, int height, int bpp, in getYuvSPPlaneInfo()
760 int height = hnd->height; in getYUVPlaneInfo() local
984 static void getYuvUBwcWidthHeight(int width, int height, int format, in getYuvUBwcWidthHeight()
1039 static unsigned int getRgbUBwcMetaBufferSize(int width, int height, int bpp) in getRgbUBwcMetaBufferSize()
[all …]
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp222 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
339 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
539 unsigned int getSize(int format, int width, int height, int usage, in getSize()
677 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
695 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
712 void getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, in getYuvUbwcSPPlaneInfo()
742 void getYuvSPPlaneInfo(uint64_t base, int width, int height, int bpp, in getYuvSPPlaneInfo()
760 int height = hnd->height; in getYUVPlaneInfo() local
984 static void getYuvUBwcWidthHeight(int width, int height, int format, in getYuvUBwcWidthHeight()
1039 static unsigned int getRgbUBwcMetaBufferSize(int width, int height, int bpp) in getRgbUBwcMetaBufferSize()
[all …]
/hardware/google/av/media/eco/tests/
DFakeECOServiceInfoListener.cpp38 FakeECOServiceInfoListener::FakeECOServiceInfoListener(int32_t width, int32_t height, in FakeECOServiceInfoListener()
49 FakeECOServiceInfoListener::FakeECOServiceInfoListener(int32_t width, int32_t height, in FakeECOServiceInfoListener()
/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp38 StreamFormat::StreamFormat(int format, uint32_t width, uint32_t height) in StreamFormat()
150 uint32_t height, in FindBestFitFormat()
185 uint32_t width, uint32_t height, in FindFormatByResolution()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp89 uint32_t height = buffer_config.height; in AllocateBuffer() local
150 int *height) { in GetCustomWidthAndHeight()
155 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight()
177 int height = INT(buffer_config.height); in GetBufferSize() local
330 int height = INT(buffer_config.height); in GetAllocatedBufferInfo() local
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp344 int height = info.height; in GetSize() local
472 void GetYuvUbwcSPPlaneInfo(uint32_t width, uint32_t height, int color_format, in GetYuvUbwcSPPlaneInfo()
538 void GetYuvUbwcInterlacedSPPlaneInfo(uint32_t width, uint32_t height, in GetYuvUbwcInterlacedSPPlaneInfo()
557 void GetYuvSPPlaneInfo(const BufferInfo &info, int format, uint32_t width, uint32_t height, in GetYuvSPPlaneInfo()
642 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo() local
709 int GetRawPlaneInfo(int32_t format, int32_t width, int32_t height, PlaneLayoutInfo *plane_info) { in GetRawPlaneInfo()
840 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w, in GetYuvUBwcWidthAndHeight()
896 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) { in GetRgbUBwcMetaBufferSize()
919 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw, in GetUBwcSize()
967 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage) { in GetRgbMetaSize()
[all …]
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp276 int height = info.height; in GetSize() local
396 void GetYuvUbwcSPPlaneInfo(uint32_t width, uint32_t height, int color_format, in GetYuvUbwcSPPlaneInfo()
461 void GetYuvUbwcInterlacedSPPlaneInfo(uint32_t width, uint32_t height, in GetYuvUbwcInterlacedSPPlaneInfo()
476 void GetYuvSPPlaneInfo(const BufferInfo &info, int format, uint32_t width, uint32_t height, in GetYuvSPPlaneInfo()
562 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo() local
632 int GetRawPlaneInfo(int32_t format, int32_t width, int32_t height, PlaneLayoutInfo *plane_info) { in GetRawPlaneInfo()
761 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w, in GetYuvUBwcWidthAndHeight()
815 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) { in GetRgbUBwcMetaBufferSize()
838 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw, in GetUBwcSize()
883 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage) { in GetRgbMetaSize()
[all …]
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
397 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize()
502 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
520 unsigned int getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
539 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
398 size_t getSize(int format, int width, int height, const int alignedw, in getSize()
507 size_t getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
525 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage, in getBufferSizeAndDimensions()
544 void getBufferAttributes(int width, int height, int format, int usage, in getBufferAttributes()

12345678910>>...22