Searched refs:SOURCE_SCRATCH (Results 1 – 2 of 2) sorted by relevance
89 mSource[SOURCE_SCRATCH] = bqProducer;120 mSource[SOURCE_SCRATCH]->connect(nullptr, NATIVE_WINDOW_API_EGL, false, &output);124 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL); in ~VirtualDisplaySurface()253 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted()473 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer()474 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO); in queueBuffer()488 mFbProducerSlot = mapSource2ProducerSlot(SOURCE_SCRATCH, item.mSlot); in queueBuffer()658 if (source == SOURCE_SCRATCH) { in mapSource2ProducerSlot()670 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()693 case SOURCE_SCRATCH: return "SCRATCH"; in dbgSourceStr()
97 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enumerator