Home
last modified time | relevance | path

Searched refs:PVRefBufferAlloc (Results 1 – 4 of 4) sorted by relevance

/external/opencore/android/author/
Dandroid_camera_input.h203 class PVRefBufferAlloc: public PVInterface, public PVMFFixedSizeBufferAlloc
206 PVRefBufferAlloc() in PVRefBufferAlloc() function
215 virtual ~PVRefBufferAlloc();
534 PVRefBufferAlloc mbufferAlloc;
Dandroid_camera_input.cpp41 PVRefBufferAlloc::~PVRefBufferAlloc() in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h482 class PVRefBufferAlloc: public PVInterface, public PVMFFixedSizeBufferAlloc
486 PVRefBufferAlloc(uint32 size, uint32 buffers);
488 virtual ~PVRefBufferAlloc();
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1548 …, aParameters[0].value.key_specific_value = (PVInterface *)OSCL_NEW(PVRefBufferAlloc, (iBufferSize… in getParametersSync()
2532 PVRefBufferAlloc::PVRefBufferAlloc(uint32 size, uint32 buffers): refCount(0), bufferSize(size), max… in PVRefBufferAlloc() function in PVRefBufferAlloc
2536 PVRefBufferAlloc::~PVRefBufferAlloc() in ~PVRefBufferAlloc()
2541 void PVRefBufferAlloc::addRef() in addRef()
2546 void PVRefBufferAlloc::removeRef() in removeRef()
2551 this->~PVRefBufferAlloc(); in removeRef()
2557 OsclAny* PVRefBufferAlloc::allocate() in allocate()
2568 void PVRefBufferAlloc::deallocate(OsclAny* ptr) in deallocate()
2577 uint32 PVRefBufferAlloc::getBufferSize() in getBufferSize()
2582 uint32 PVRefBufferAlloc::getNumBuffers() in getNumBuffers()
[all …]