Home
last modified time | relevance | path

Searched refs:AndroidSurfaceOutputFB (Results 1 – 2 of 2) sorted by relevance

/external/opencore/android/samples/
Dandroid_surface_output_fb.cpp83 OSCL_EXPORT_REF AndroidSurfaceOutputFB::AndroidSurfaceOutputFB() : in AndroidSurfaceOutputFB() function in AndroidSurfaceOutputFB
89 OSCL_EXPORT_REF AndroidSurfaceOutputFB::~AndroidSurfaceOutputFB() in ~AndroidSurfaceOutputFB()
94 OSCL_EXPORT_REF bool AndroidSurfaceOutputFB::initCheck() in initCheck()
157 PVMFStatus AndroidSurfaceOutputFB::writeFrameBuf(uint8* aData, uint32 aDataLen, const PvmiMediaXfer… in writeFrameBuf()
209 void AndroidSurfaceOutputFB::postLastFrame() in postLastFrame()
214 void AndroidSurfaceOutputFB::closeFrameBuf() in closeFrameBuf()
239 bool AndroidSurfaceOutputFB::getPmemFd(OsclAny *private_data_ptr, uint32 *pmemFD) in getPmemFd()
264 bool AndroidSurfaceOutputFB::getOffset(OsclAny *private_data_ptr, uint32 *offset) in getOffset()
292 void AndroidSurfaceOutputFB::convertFrame(void* src, void* dst, size_t len) in convertFrame()
316 return new AndroidSurfaceOutputFB(); in createVideoMio()
Dandroid_surface_output_fb.h55 class AndroidSurfaceOutputFB : public AndroidSurfaceOutput
58 AndroidSurfaceOutputFB();
66 OSCL_IMPORT_REF ~AndroidSurfaceOutputFB();