Searched refs:bufferImpl (Results 1 – 6 of 6) sorted by relevance
92 sptr<SurfaceBuffer> bufferImpl = new SurfaceBufferImpl(); in OH_NativeBuffer_Alloc() local93 GSError ret = bufferImpl->Alloc(bfConfig); in OH_NativeBuffer_Alloc()99 OH_NativeBuffer* buffer = OH_NativeBufferFromSurfaceBuffer(bufferImpl); in OH_NativeBuffer_Alloc()
613 sptr<SurfaceBuffer> bufferImpl = new SurfaceBufferImpl(); in AllocBuffer() local614 uint32_t sequence = bufferImpl->GetSeqNum(); in AllocBuffer()619 GSError ret = bufferImpl->Alloc(updateConfig); in AllocBuffer()626 .buffer = bufferImpl, in AllocBuffer()636 buffer = bufferImpl; in AllocBuffer()640 ret = bufferImpl->Map(); in AllocBuffer()644 buffer = bufferImpl; in AllocBuffer()
649 sptr<SurfaceBuffer> bufferImpl = new SurfaceBufferImpl(); in AllocBuffer() local650 uint32_t sequence = bufferImpl->GetSeqNum(); in AllocBuffer()655 GSError ret = bufferImpl->Alloc(updateConfig); in AllocBuffer()662 .buffer = bufferImpl, in AllocBuffer()672 buffer = bufferImpl; in AllocBuffer()676 ret = bufferImpl->Map(); in AllocBuffer()680 buffer = bufferImpl; in AllocBuffer()
187 auto bufferImpl = AVBuffer::CreateAVBuffer(config); in AllocBuffer() local188 FALSE_RETURN_V(bufferImpl != nullptr, Status::ERROR_CREATE_BUFFER); in AllocBuffer()190 auto uniqueId = bufferImpl->GetUniqueId(); in AllocBuffer()192 .config = bufferImpl->GetConfig(), in AllocBuffer()195 .buffer = bufferImpl, in AllocBuffer()198 buffer = bufferImpl; in AllocBuffer()
229 sptr<SurfaceBuffer> bufferImpl = buffer; in CreateEGLImage() local230 NativeWindowBuffer* nBuffer = CreateNativeWindowBufferFromSurfaceBuffer(&bufferImpl); in CreateEGLImage()