Home
last modified time | relevance | path

Searched refs:DmaVideoBuffer (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_video_buffer.cpp29 DmaVideoBuffer::DmaVideoBuffer(const VideoBufferInfo& info, int dma_fd, bool need_close_fd) in DmaVideoBuffer() function in XCam::DmaVideoBuffer
34 DmaVideoBuffer::~DmaVideoBuffer() { in ~DmaVideoBuffer()
38 uint8_t* DmaVideoBuffer::map() { return static_cast<uint8_t*>(DmaBuffer::map()); } in map()
40 bool DmaVideoBuffer::unmap() { in unmap()
45 int DmaVideoBuffer::get_fd() { return DmaBuffer::getFd(); } in get_fd()
H A Ddma_video_buffer.h32 class DmaVideoBuffer : virtual public DmaBuffer, public VideoBuffer {
34 DmaVideoBuffer(const VideoBufferInfo& info, int dma_fd, bool need_close_fd = false);
35 DmaVideoBuffer(const DmaVideoBuffer&) = delete;
36 const DmaVideoBuffer& operator=(const DmaVideoBuffer&) = delete;
38 virtual ~DmaVideoBuffer();
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dscaler_service.h31 class DmaVideoBuffer; variable
43 std::shared_ptr<DmaVideoBuffer> input_image;
44 std::vector<std::shared_ptr<DmaVideoBuffer>> scaled_images;
H A Dscaler_service.cpp33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dscaler_service.h30 class DmaVideoBuffer; variable
42 std::shared_ptr<DmaVideoBuffer> input_image;
43 std::vector<std::shared_ptr<DmaVideoBuffer>> scaled_images;
H A Deis_algo_service.h42 class DmaVideoBuffer; variable
112 using ImageBuffer = std::shared_ptr<DmaVideoBuffer>;
H A Dscaler_service.cpp33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert()