Lines Matching refs:PersistentSurface
56 extern "C" android::PersistentSurface *CreateInputSurface();
1462 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface()
1487 return new PersistentSurface(new H2BGraphicBufferProducer(gbp), gbs); in CreateOmxInputSurface()
1493 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface()
1494 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1516 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()
1618 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface()
1624 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface()
2228 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived()
2498 PersistentSurface *CCodec::CreateInputSurface() { in CreateInputSurface()
2513 return new PersistentSurface( in CreateInputSurface()
2519 return new PersistentSurface( in CreateInputSurface()