Home
last modified time | relevance | path

Searched refs:format_ (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.cpp53 DISPLAY_LOGD("format is %{public}d", bufferInfo.format_); in UpdatePixelInfo()
54 if (IsYuv(bufferInfo.format_)) { in UpdatePixelInfo()
57 switch (bufferInfo.format_) { in UpdatePixelInfo()
77 DISPLAY_LOGE("the format can not support %{public}d", bufferInfo.format_); in UpdatePixelInfo()
101 switch (bufferInfo.format_) { in UpdateYuvStrideAndSize()
125 if (IsYuv(bufferInfo.format_)) { in UpdateStrideAndSize()
137 bufferInfo.format_ = info.format; in ConvertToBufferInfo()
169 priBuffer->format = bufferInfo.format_; in AllocMem()
H A Dallocator.h54 PixelFormat format_ = PIXEL_FMT_BUTT; member
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_decoder.cpp31 : width_(0), height_(0), format_(MPP_FMT_YUV420SP), mppCtx_(nullptr), mpi_(nullptr), mppApi_(mppApi), in CodecJpegDecoder()
41 format_ = MPP_FMT_YUV420SP; in ~CodecJpegDecoder()
244 format_ = MPP_FMT_YUV420SP; in SetFormat()
247 format_ = MPP_FMT_YUV420SP_VU; in SetFormat()
250 format_ = MPP_FMT_BGR565; in SetFormat()
253 format_ = MPP_FMT_RGB888; in SetFormat()
261 auto err = mpi_->control(mppCtx_, MPP_DEC_SET_OUTPUT_FORMAT, &format_); in SetFormat()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_decoder.cpp33 : width_(0), height_(0), format_(MPP_FMT_YUV420SP), mppCtx_(nullptr), mpi_(nullptr), memGroup_(nullptr), in CodecJpegDecoder()
44 format_ = MPP_FMT_YUV420SP; in ~CodecJpegDecoder()
289 format_ = MPP_FMT_YUV420SP; in SetFormat()
292 format_ = MPP_FMT_YUV420SP_VU; in SetFormat()
295 format_ = MPP_FMT_BGR565; in SetFormat()
298 format_ = MPP_FMT_RGB888; in SetFormat()
306 auto err = mpi_->control(mppCtx_, MPP_DEC_SET_OUTPUT_FORMAT, &format_); in SetFormat()
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Dv4l2_source_node_rk.cpp70 format.fmtdesc.width = it->format_.w_; in Start()
71 format.fmtdesc.height = it->format_.h_; in Start()
72 int bufCnt = it->format_.bufferCount_; in Start()
H A Drk_exif_node.cpp81 if (it->format_.streamId_ == id) { in DeliverBuffer()
83 CAMERA_LOGI("RKExifNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
H A Drk_face_node.cpp61 if (it->format_.streamId_ == id) { in DeliverBuffer()
64 CAMERA_LOGI("RKFaceNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
H A Drk_codec_node.cpp455 if (it->format_.streamId_ == id) { in DeliverBuffer()
457 CAMERA_LOGI("RKCodecNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
H A Dcodec_jpeg_decoder.h58 MppFrameFormat format_; member in OHOS::VDI::JPEG::CodecJpegDecoder
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/
H A Dmpi_adapter.h50 uint32_t format_; member
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/
H A Dcodec_jpeg_decoder.h76 MppFrameFormat format_; member in OHOS::VDI::JPEG::CodecJpegDecoder

Completed in 6 milliseconds