Searched refs:width_ (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | allocator.cpp | 88 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateRGBStrideAndSize() 99 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateYuvStrideAndSize() 135 bufferInfo.width_ = info.width; in ConvertToBufferInfo() 165 priBuffer->width = bufferInfo.width_; in AllocMem()
|
H A D | allocator.h | 46 uint32_t width_ = 0; member
|
H A D | framebuffer_allocator.cpp | 123 handle.width = bufferInfo.width_; 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() 40 width_ = 0; in ~CodecJpegDecoder() 105 width_ = decInfo.imageWidth; in DeCode() 171 uint32_t horStride = AlignUp(width_, 16); // 16: width 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() 38 width_ = 0; in ~CodecJpegDecoder() 72 width_ = decInfo.imageWidth; in DeCode()
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_decoder.h | 56 uint32_t width_; member in OHOS::VDI::JPEG::CodecJpegDecoder
|
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | mpi_adapter.h | 47 int32_t width_; member
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_decoder.h | 74 uint32_t width_; member in OHOS::VDI::JPEG::CodecJpegDecoder
|
Completed in 4 milliseconds