Searched refs:anwConsumer (Results 1 – 2 of 2) sorted by relevance
611 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local613 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()621 anwConsumer, maxProducerBuffers + maxConsumerBuffers)) != OK) { in configureStream()
451 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() local453 if ((res = anwConsumer->query(anwConsumer, NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureStream()464 anwConsumer, maxProducerBuffers + maxConsumerBuffers)) != OK) { in configureStream()469 if ((res = native_window_set_buffers_dimensions(anwConsumer, mMaxHeicBufferSize, 1)) != OK) { in configureStream()