Home
last modified time | relevance | path

Searched defs:dmaBuf (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
Dcamera_buffer_manager_adapter.c140 void MemoryAdapterPutDmaBuffer(void *dmaBuf) in MemoryAdapterPutDmaBuffer()
145 uint32_t MemoryAdapterDmaBufSize(void *dmaBuf) in MemoryAdapterDmaBufSize()
Dvirtual_malloc.c222 static void *VmallocAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsign… in VmallocAttachDmaBuf()
Dcontig_dma.c328 static void *ContigAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsigne… in ContigAttachDmaBuf()
Dsg_dma.c343 static void *SgAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsigned lo… in SgAttachDmaBuf()
/drivers/hdf_core/framework/model/camera/buffer_manager/include/
Dcamera_buffer.h31 void *dmaBuf; member
/drivers/hdf_core/framework/model/camera/buffer_manager/src/
Dcamera_buffer.c367 void *dmaBuf = MemoryAdapterGetDmaBuffer(planes[planeNum].memory.fd); in CameraBufferAttachDmaPlane() local