Home
last modified time | relevance | path

Searched refs:CAMERA_FORMAT_RGB_888 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_utils.h27 { CAMERA_FORMAT_RGB_888, V4L2_PIX_FMT_RGB24 },
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.cpp111 case CAMERA_FORMAT_RGB_888: in CalculateSize()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dcamera.h122 CAMERA_FORMAT_RGB_888, /* RGB888 format */ enumerator
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dnode_utils.cpp35 {CAMERA_FORMAT_RGB_888, AV_PIX_FMT_RGB24}, in ConvertOhosFormat2AVPixelFormat()
H A Dcodec_node.cpp239 buffer->SetFormat(CAMERA_FORMAT_RGB_888); in Yuv422ToJpeg()