Searched refs:dequeueInput (Results 1 – 3 of 3) sorted by relevance
490 DequeueBufferInput dequeueInput; in TEST_P() local491 dequeueInput.width = DEFAULT_WIDTH; in TEST_P()492 dequeueInput.height = DEFAULT_HEIGHT; in TEST_P()493 dequeueInput.format = DEFAULT_FORMAT; in TEST_P()495 dequeueInput.getTimestamps = false; in TEST_P()755 DequeueBufferInput dequeueInput; in TEST_P() local756 dequeueInput.width = DEFAULT_WIDTH; in TEST_P()760 dequeueInput.getTimestamps = false; in TEST_P()1063 DequeueBufferInput dequeueInput; in TEST_P() local1064 dequeueInput.width = DEFAULT_WIDTH; in TEST_P()[all …]
619 IGraphicBufferProducer::DequeueBufferInput* dequeueInput) { in getDequeueBufferInputLocked() argument620 LOG_ALWAYS_FATAL_IF(dequeueInput == nullptr, "input is null"); in getDequeueBufferInputLocked()622 dequeueInput->width = mReqWidth ? mReqWidth : mUserWidth; in getDequeueBufferInputLocked()623 dequeueInput->height = mReqHeight ? mReqHeight : mUserHeight; in getDequeueBufferInputLocked()625 dequeueInput->format = mReqFormat; in getDequeueBufferInputLocked()626 dequeueInput->usage = mReqUsage; in getDequeueBufferInputLocked()628 dequeueInput->getTimestamps = mEnableFrameTimestamps; in getDequeueBufferInputLocked()774 std::vector<DequeueBufferInput> dequeueInput(numBufferRequested, input); in dequeueBuffers() local779 status_t result = mGraphicBufferProducer->dequeueBuffers(dequeueInput, &dequeueOutput); in dequeueBuffers()
396 void getDequeueBufferInputLocked(IGraphicBufferProducer::DequeueBufferInput* dequeueInput);