Searched refs:bInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestFailingDriver.cpp | 133 uint32_t bInput = model.addOperand(&boolType); in TEST_F() local 138 model.addOperation(ANEURALNETWORKS_WHILE, {cond, body, fInput, bInput}, {fTmp}); in TEST_F() 140 model.identifyInputsAndOutputs({fInput, bInput}, {fSqrt}); in TEST_F() 165 const bool8 bInput = false; in TEST_F() local 168 ASSERT_EQ(execution.setInput(1, &bInput), Result::NO_ERROR); in TEST_F()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 189 BQueueBufferInput bInput{ in queueBuffer() local 201 if (!h2b(hInput.crop, &bInput.crop)) { in queueBuffer() 207 if (!h2b(hInput.surfaceDamage, &bInput.surfaceDamage)) { in queueBuffer() 213 if (!h2b(hInput.fence, &bInput.fence)) { in queueBuffer() 223 mBase->queueBuffer(static_cast<int>(slot), bInput, &bOutput), in queueBuffer()
|