Searched refs:anwConsumer (Results 1 – 2 of 2) sorted by relevance
618 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local620 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()628 anwConsumer, maxProducerBuffers + maxConsumerBuffers)) != OK) { in configureStream()
457 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local459 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()469 anwConsumer, kMaxOutputSurfaceProducerCount + maxConsumerBuffers)) != OK) { in configureStream()474 if ((res = native_window_set_buffers_dimensions(anwConsumer, mMaxHeicBufferSize, 1)) != OK) { in configureStream()