Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp107 const uint32_t INPUT = 0; in createRequests() local
124 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests()
162 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests()
167 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in createRequests()
DGeneratedTestHarness.cpp141 const uint32_t INPUT = 0; in EvaluatePreparedModel() local
166 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in EvaluatePreparedModel()
223 ASSERT_NE(0ull, pools[INPUT].size()); in EvaluatePreparedModel()
227 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in EvaluatePreparedModel()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp107 const uint32_t INPUT = 0; in createRequests() local
124 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests()
162 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests()
167 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in createRequests()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateRequest.cpp183 const uint32_t INPUT = 0; in createRequests() local
200 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests()
238 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests()
243 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in createRequests()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidDefs.h57 INPUT = 8, enumerator
DHidParser.cpp89 case INPUT: in processMainTag()
198 case INPUT: in digest()
DHidReport.cpp47 case INPUT: in reportTypeToString()
/hardware/google/av/media/sfplugin/
DCCodecConfig.h93 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED), enumerator
DCCodecConfig.cpp348 .limitTo(D::INPUT & D::READ)); in initializeStandardParams()
384 .limitTo(D::INPUT)); in initializeStandardParams()
387 .limitTo(D::INPUT)); in initializeStandardParams()
574 .limitTo(D::VIDEO & D::PARAM & D::INPUT)); in initializeStandardParams()
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal163 INPUT = 0,
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal50 * - Including more than 1 INPUT stream
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/
Dops.def86 DEF_OP(INPUT)
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.cpp253 static_assert(HDMI_INPUT == static_cast<int>(HdmiPortType::INPUT),
/hardware/interfaces/tv/cec/2.0/default/
DHdmiCec.cpp256 static_assert(HDMI_INPUT == static_cast<int>(HdmiPortType::INPUT),
/hardware/interfaces/camera/device/3.5/
DICameraDeviceSession.hal56 * - Including more than 1 INPUT stream
/hardware/qcom/msm8998/json-c/
DDoxyfile415 # The INPUT tag can be used to specify the files and/or directories that contain
420 INPUT =
422 # If the value of the INPUT tag contains directories, you can use the
438 # excluded from the INPUT source files. This way you can easily exclude a
439 # subdirectory from a directory tree whose root is specified with the INPUT tag.
448 # If the value of the INPUT tag contains directories, you can use the
/hardware/interfaces/tv/cec/2.0/
Dtypes.hal469 INPUT = 0,
/hardware/interfaces/camera/device/3.2/
Dtypes.hal59 INPUT = 1
246 * streamType INPUT, the value of this field is always 0. For all streams
370 * If the stream's type is INPUT, then producerUsage must be 0, and
DICameraDeviceSession.hal145 * - Including more than 1 INPUT stream
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2574 * INPUT (INPUT_REVERSED)
2587 * INPUT | (INPUT_R'D.)|
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp3242 StreamType::INPUT, in TEST_F()