/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateRequest.cpp | 156 const uint32_t INPUT = 0; in createRequests() local 173 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests() 211 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests() 216 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in createRequests()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateRequest.cpp | 155 const uint32_t INPUT = 0; in createRequests() local 172 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in createRequests() 210 if (pools[INPUT].size() == 0 || pools[OUTPUT].size() == 0) { in createRequests() 215 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in createRequests()
|
D | GeneratedTestHarness.cpp | 71 const uint32_t INPUT = 0; in EvaluatePreparedModel() local 89 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}, in EvaluatePreparedModel() 130 ASSERT_NE(0ull, pools[INPUT].size()); in EvaluatePreparedModel() 134 sp<IMemory> inputMemory = mapMemory(pools[INPUT]); in EvaluatePreparedModel()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidDefs.h | 57 INPUT = 8, enumerator
|
D | HidParser.cpp | 89 case INPUT: in processMainTag() 198 case INPUT: in digest()
|
D | HidReport.cpp | 47 case INPUT: in reportTypeToString()
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 90 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED), enumerator
|
D | CCodecConfig.cpp | 264 .limitTo(D::INPUT & D::READ)); in initializeStandardParams() 296 .limitTo(D::INPUT)); in initializeStandardParams() 299 .limitTo(D::INPUT)); in initializeStandardParams()
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 161 INPUT = 0,
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 50 * - Including more than 1 INPUT stream
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/ |
D | ops.def | 86 DEF_OP(INPUT)
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.cpp | 253 static_assert(HDMI_INPUT == static_cast<int>(HdmiPortType::INPUT),
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 415 # 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/camera/device/3.2/ |
D | types.hal | 59 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
|
D | ICameraDeviceSession.hal | 145 * - Including more than 1 INPUT stream
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 596 # The INPUT tag can be used to specify the files and/or directories that contain 601 INPUT = $(VA_HEADER_FILES) 611 # If the value of the INPUT tag contains directories, you can use the 628 # excluded from the INPUT source files. This way you can easily exclude a 629 # subdirectory from a directory tree whose root is specified with the INPUT tag. 639 # If the value of the INPUT tag contains directories, you can use the
|
/hardware/google/av/codec2/docs/ |
D | doxygen.config | 778 # The INPUT tag is used to specify the files and/or directories that contain 784 INPUT = frameworks/av/media/libstagefright/codec2/ 795 # If the value of the INPUT tag contains directories, you can use the 820 # excluded from the INPUT source files. This way you can easily exclude a 821 # subdirectory from a directory tree whose root is specified with the INPUT tag. 835 # If the value of the INPUT tag contains directories, you can use the 1002 # - Make sure the INPUT points to the root of the source tree 1037 # specified with INPUT and INCLUDE_PATH.
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 2770 StreamType::INPUT, in TEST_F()
|