Searched refs:anwConsumer (Results 1 – 2 of 2) sorted by relevance
683 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local685 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()693 anwConsumer, maxProducerBuffers + maxConsumerBuffers)) != OK) { in configureStream()
492 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local494 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()504 anwConsumer, kMaxOutputSurfaceProducerCount + maxConsumerBuffers)) != OK) { in configureStream()509 if ((res = native_window_set_buffers_dimensions(anwConsumer, mMaxHeicBufferSize, 1)) != OK) { in configureStream()