Lines Matching refs:PersistentSurface
70 extern "C" android::PersistentSurface *CreateInputSurface();
1833 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface()
1861 return new PersistentSurface(new H2BGraphicBufferProducer(gbp), gbs); in CreateOmxInputSurface()
1867 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface()
1868 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1890 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()
2010 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface()
2016 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface()
2791 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived()
3030 PersistentSurface *CCodec::CreateInputSurface() { in CreateInputSurface()
3050 return new PersistentSurface( in CreateInputSurface()
3061 return new PersistentSurface( in CreateInputSurface()
3068 return new PersistentSurface( in CreateInputSurface()