Searched refs:gbs (Results 1 – 2 of 2) sorted by relevance
290 ConsumerProxy(const wp<GraphicBufferSource> &gbs) : mGbs(gbs) {} in ConsumerProxy()295 sp<GraphicBufferSource> gbs = mGbs.promote(); in onFrameAvailable() local296 if (gbs != nullptr) { in onFrameAvailable()297 gbs->onFrameAvailable(item); in onFrameAvailable()302 sp<GraphicBufferSource> gbs = mGbs.promote(); in onBuffersReleased() local303 if (gbs != nullptr) { in onBuffersReleased()304 gbs->onBuffersReleased(); in onBuffersReleased()309 sp<GraphicBufferSource> gbs = mGbs.promote(); in onSidebandStreamChanged() local310 if (gbs != nullptr) { in onSidebandStreamChanged()311 gbs->onSidebandStreamChanged(); in onSidebandStreamChanged()
1070 android::sp<HGraphicBufferSource> gbs; in CreateOmxInputSurface() local1074 [&s, &gbp, &gbs]( in CreateOmxInputSurface()1080 gbs = source; in CreateOmxInputSurface()1085 sp<::android::IGraphicBufferSource>(new LWGraphicBufferSource(gbs))); in CreateOmxInputSurface()1864 sp<OmxGraphicBufferSource> gbs = new OmxGraphicBufferSource(); in CreateInputSurface() local1865 status_t err = gbs->initCheck(); in CreateInputSurface()1871 gbs->getIGraphicBufferProducer(), in CreateInputSurface()1873 new Omx2IGraphicBufferSource(gbs))); in CreateInputSurface()