Searched refs:SetVirAddress (Results 1 – 14 of 14) sorted by relevance
124 buffer->SetVirAddress(virAddr); in MapBuffer()151 buffer->SetVirAddress(virAddr); in UnmapBuffer()241 dest->SetVirAddress(src.virAddr); in GrallocBufferToCameraBuffer()
69 void SetVirAddress(void* addr) in SetVirAddress() function
50 buffer->SetVirAddress(heap); in AllocBuffer()
58 void SetVirAddress(const void *addr) override;264 void MyBuffer::SetVirAddress(const void *addr) in SetVirAddress() function
73 virtual void SetVirAddress(const void* addr) = 0;
75 void SetVirAddress(const void* addr) override;
37 buffer->SetVirAddress(surfaceBuffer->GetVirAddr()); in SurfaceBufferToCameraBuffer()
40 buffer->SetVirAddress(surfaceBuffer->GetVirAddr()); in SurfaceBufferToCameraBuffer()
41 buffer->SetVirAddress(surfaceBuffer->GetVirAddr()); in SurfaceBufferToCameraBuffer()
109 forkBuffer->SetVirAddress(bufferAddr); in CopyBufferToForkBuffer()
129 forkBuffer->SetVirAddress(bufferAddr); in CopyBufferToForkBuffer()
259 void ImageBuffer::SetVirAddress(const void* addr) in SetVirAddress() function in OHOS::Camera::ImageBuffer
277 buffer->SetVirAddress(bufferAddr); in CollectBuffers()
511 buffptr[i]->buffer_->SetVirAddress(addr[i]); in V4L2FrameThread()