github.com/racerxdl/gonx@v0.0.0-20210103083128-c5afc43bcbd2/services/vi/bufferqueue.go (about) 1 package vi 2 3 // IGBP IGraphicBufferProducer object 4 // https://android.googlesource.com/platform/frameworks/native/+/f7a6758/include/gui/IGraphicBufferProducer.h#51 5 type IGBP struct { 6 IgbpBinder Binder // IGraphicBufferProducer 7 }