Searched refs:height_ (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | allocator.cpp | 89 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateRGBStrideAndSize() 100 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateYuvStrideAndSize() 136 bufferInfo.height_ = info.height; in ConvertToBufferInfo() 166 priBuffer->height = bufferInfo.height_; in AllocMem()
|
H A D | allocator.h | 47 uint32_t height_ = 0; member
|
H A D | framebuffer_allocator.cpp | 124 handle.height = bufferInfo.height_; in Allocate()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 33 : width_(0), height_(0), format_(MPP_FMT_YUV420SP), mppCtx_(nullptr), mpi_(nullptr), memGroup_(nullptr), in CodecJpegDecoder() 41 height_ = 0; in ~CodecJpegDecoder() 106 height_ = decInfo.imageHeight; in DeCode() 172 uint32_t verStride = AlignUp(height_, 16); // 16: height alignment in InitPacketBuffer()
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 31 : width_(0), height_(0), format_(MPP_FMT_YUV420SP), mppCtx_(nullptr), mpi_(nullptr), mppApi_(mppApi), in CodecJpegDecoder() 39 height_ = 0; in ~CodecJpegDecoder() 73 height_ = decInfo.imageHeight; in DeCode()
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_decoder.h | 57 uint32_t height_; member in OHOS::VDI::JPEG::CodecJpegDecoder
|
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | mpi_adapter.h | 48 int32_t height_; member
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_decoder.h | 75 uint32_t height_; member in OHOS::VDI::JPEG::CodecJpegDecoder
|
Completed in 4 milliseconds