Searched defs:planeNum (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | camera_buffer.c | 105 static int32_t CameraBufferAllocMmapPlane(struct CameraBuffer *buffer, int32_t planeNum) in CameraBufferAllocMmapPlane() 134 int32_t planeNum; in CameraBufferAllocMmapPlanes() local 294 uint32_t planeNum; in CameraBufferPrepareMmap() local 304 uint32_t planeNum, unsigned long userPtr, uint32_t length) in CameraBufferPrepareUserPtrPlane() 337 uint32_t planeNum; in CameraBufferPrepareUserPtr() local 363 static int32_t CameraBufferAttachDmaPlane(struct CameraBuffer *buffer, uint32_t planeNum, struct Bu… in CameraBufferAttachDmaPlane() 406 uint32_t planeNum; in CameraBufferAttachDmaBuffer() local 419 int32_t planeNum; in CameraBufferMapDmaBuffer() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/src/ |
H A D | virtual_malloc.c | 34 static void *VmallocMmapAlloc(struct BufferQueue *queue, uint32_t planeNum, unsigned long size) in VmallocMmapAlloc() 62 uint32_t planeNum, unsigned long vaddr, unsigned long size) in VmallocAllocUserPtr() 222 static void *VmallocAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsign… in VmallocAttachDmaBuf()
|
H A D | contig_dma.c | 73 static void *ContigMmapAlloc(struct BufferQueue *queue, uint32_t planeNum, unsigned long size) in ContigMmapAlloc() 145 uint32_t planeNum, unsigned long vaddr, unsigned long size) in ContigAllocUserPtr() 328 static void *ContigAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsigne… in ContigAttachDmaBuf()
|
H A D | sg_dma.c | 99 static void *SgMmapAlloc(struct BufferQueue *queue, uint32_t planeNum, unsigned long size) in SgMmapAlloc() 189 uint32_t planeNum, unsigned long vaddr, unsigned long size) in SgAllocUserPtr() 343 static void *SgAttachDmaBuf(struct BufferQueue *queue, uint32_t planeNum, void *dmaBuf, unsigned lo… in SgAttachDmaBuf()
|