Home
last modified time | relevance | path

Searched defs:planeNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer.c105 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 Dvirtual_malloc.c34 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 Dcontig_dma.c73 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 Dsg_dma.c99 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()