Home
last modified time | relevance | path

Searched refs:_2 (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/codec2/core/include/
D_C2MacroUtils.h31 #define _C2_ARG2(_1, _2) _C2_ARG(_1) _C2_ARG(_2) argument
32 #define _C2_ARG4(_1, _2, _3, _4) _C2_ARG2(_1, _2) _C2_ARG2(_3, _4) argument
33 #define _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG4(_1, _2, _3, _4) _C2_ARG4(_5, _6, _7, _8) argument
34 #define _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
35 _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG8(_9, _10, _11, _12, _13, _14, _15, _16)
38 #define _C2_ARGC_3(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
59 #define _C2_ARGC_1(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
64 _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqpisf_2s.tab54 * 1_2 7 256 *
56 * 2_2 3 128 *
1025 * 1_2 7 256 *
1027 * 2_2 4 128 *
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
424 prefix##_##type##_2.x = 1; \
425 prefix##_##type##_2.y = 1; \
Dmath.rs.orig76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
Dmath.rs.bak82 res_##typeout##_2 = fnc(src1_##typein##_2); \
88 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
424 prefix##_##type##_2.x = 1; \
425 prefix##_##type##_2.y = 1; \
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs95 … RUN_BENCH(res_##type##_2 = src1_##type##_2 op src2_##type##_2, #type "2 " #op " " #type "2") \
119 …RUN_BENCH(res_##to##_2 = convert_##type##2(src1_##from##_2), #to "2 convert_" #type "2(" #from "2)…
136 RUN_BENCH(res_##typeout##_2 = fnc(src1_##typein##_2);, #typeout "2 " #fnc "(" #typein "2)") \
142 …RUN_BENCH(res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2), #type "2 " #fnc "(" #type "2, " …
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath.rs92 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
112 res_##typeout##_2 = fnc(src1_##typein##_2); \
118 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath.rs94 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
114 res_##typeout##_2 = fnc(src1_##typein##_2); \
120 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath.rs76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DFullyConnected.cpp55 .constructor = std::bind(fullyConnectedConstructor, _1, _2, HalVersion::V1_0, _3)}; in DEFINE_OPERATION_SIGNATURE()
65 .constructor = std::bind(fullyConnectedConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
DConvolutions.cpp148 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, HalVersion::ver, _3)}; \
165 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, HalVersion::ver, _3)};
191 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
211 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
236 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
258 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
390 std::bind(depthwiseConv2DExplicitConstructor, _1, _2, HalVersion::ver, _3)}; \
409 std::bind(depthwiseConv2DImplicitConstructor, _1, _2, HalVersion::ver, _3)};
436 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
457 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, HalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
[all …]
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp19 using std::placeholders::_2;
232 _1, _2, _3, _4, std::forward<T>(value)); in AddSerializationTest()
244 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddDeserializationTest()
262 _1, _2, _3, _4, value); in AddTest()
267 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddTest()
423 std::bind(&SerializeBaseTest, _1, _2, _3, _4, len); in main()
425 std::bind(&DeserializeBaseTest, _1, _2, _3, _4, _5, _6, len); in main()
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs228 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
311 prefix##_##type##_2.x = 1; \
312 prefix##_##type##_2.y = 1; \
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp35 wrapper_one, std::move(f), std::placeholders::_1, std::placeholders::_2)); in Action()
40 wrapper_two, std::move(f), std::placeholders::_1, std::placeholders::_2)); in Action()
/frameworks/rs/cpp/
DElement.cpp117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(const android::RSC::sp<R…
118 if (rs->mElements.N##_2 == nullptr) { \
119 rs->mElements.N##_2 = createVector(rs, RS_TYPE_##T, 2); \
121 return rs->mElements.N##_2; \
/frameworks/base/libs/hwui/tests/common/
DTestListViewSceneBase.cpp38 std::placeholders::_2, id, mItemWidth, mItemHeight); in createContent()
/frameworks/base/cmds/interrupter/
Dinterrupter.h76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N argument
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp299 std::bind(setBuffer, std::placeholders::_1, std::placeholders::_2, this); in BufferGenerator()
/frameworks/base/tools/aapt2/
DResourceParser.cpp515 std::placeholders::_2, std::placeholders::_3)}, in ParseResource()
525 std::placeholders::_2, std::placeholders::_3)}, in ParseResource()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h864 return std::bind(dump, this, _1, _2, _3); in protoDumper()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1042 std::placeholders::_2, std::placeholders::_3); in addTransactionCompletedCallback()