Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp72 const uint32_t OUTPUT = 1; in EvaluatePreparedModel() local
114 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in EvaluatePreparedModel()
131 ASSERT_NE(0ull, pools[OUTPUT].size()); in EvaluatePreparedModel()
135 sp<IMemory> outputMemory = mapMemory(pools[OUTPUT]); in EvaluatePreparedModel()
DValidateRequest.cpp156 const uint32_t OUTPUT = 1; in createRequests() local
194 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests()
210 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidDefs.h58 OUTPUT = 9, enumerator
DHidParser.cpp90 case OUTPUT: in processMainTag()
201 case OUTPUT: in digest()
DHidReport.cpp49 case OUTPUT: in reportTypeToString()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp157 const uint32_t OUTPUT = 1; in createRequests() local
195 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests()
211 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_common.h52 #define OUTPUT stdout macro
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp2505 StreamType::OUTPUT, in TEST_F()
2578 StreamType::OUTPUT, in TEST_F()
2612 StreamType::OUTPUT, in TEST_F()
2642 StreamType::OUTPUT, in TEST_F()
2671 StreamType::OUTPUT, in TEST_F()
2762 StreamType::OUTPUT, in TEST_F()
2778 StreamType::OUTPUT, in TEST_F()
2876 StreamType::OUTPUT, in TEST_F()
2948 StreamType::OUTPUT, in TEST_F()
2956 StreamType::OUTPUT, in TEST_F()
[all …]
/hardware/google/av/media/sfplugin/
DCCodecConfig.h91 OUTPUT = ~(IS_INPUT | IS_RAW | IS_CODED), enumerator
DCCodecConfig.cpp266 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams()
369 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams()
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal162 OUTPUT = 1,
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal51 * - Not including any OUTPUT streams
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/
Dops.def87 DEF_OP(OUTPUT)
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.cpp255 static_assert(HDMI_OUTPUT == static_cast<int>(HdmiPortType::OUTPUT),
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp249 if (stream.v3_2.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked_3_4()
DExternalCameraDeviceSession.cpp2052 if (stream.streamType != StreamType::OUTPUT) { in isSupported()
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal146 * - Not including any OUTPUT streams
Dtypes.hal37 OUTPUT = 0,
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp921 if (stream.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked()