Home
last modified time | relevance | path

Searched refs:slotBuffer (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp246 sp<GraphicBuffer> &slotBuffer = mBuffers[slot]; in fetchFromIgbp_l() local
247 if (status & IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION || !slotBuffer) { in fetchFromIgbp_l()
248 if (!slotBuffer) { in fetchFromIgbp_l()
249 slotBuffer = new GraphicBuffer(); in fetchFromIgbp_l()
255 [&status, &slotBuffer](int32_t tStatus, AnwBuffer const& tBuffer){ in fetchFromIgbp_l()
257 if (!android::conversion::convertTo(slotBuffer.get(), tBuffer) && in fetchFromIgbp_l()
266 slotBuffer.clear(); in fetchFromIgbp_l()
271 if (slotBuffer) { in fetchFromIgbp_l()
274 slotBuffer->handle, in fetchFromIgbp_l()
275 slotBuffer->width, in fetchFromIgbp_l()
[all …]