Home
last modified time | relevance | path

Searched refs:INDEX_0 (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp34 const int INDEX_0 = 0; member
166 v[offset[i]] = Scale4Staged1(MULA(SYNMATRIX4[i][INDEX_0], frame.samples_[blk][ch][INDEX_0], in Synthesize4()
174 pcmSamples_[ch][blk * VALUE_4 + i] = Clip16(Scale4Staged1(MULA(v[offset[i] + INDEX_0], in Synthesize4()
175 PROTO_4_40M0[idx + INDEX_0], in Synthesize4()
177 PROTO_4_40M1[idx + INDEX_0], in Synthesize4()
210 v_[ch][offset[i]] = Scale8Staged1(MULA(SYNMATRIX8[i][INDEX_0], frame.samples_[blk][ch][INDEX_0], in Synthesize8()
221 pcmSamples_[ch][blk * INDEX_8 + i] = Clip16(Scale8Staged1(MULA(v_[ch][offset[i] + INDEX_0], in Synthesize8()
222 PROTO_8_80M0[idx + INDEX_0], in Synthesize8()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp60 constexpr int32_t INDEX_0 = 0; member
792 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); in HWTEST_F()
799 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); in HWTEST_F()
811 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); in HWTEST_F()
910 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); in HWTEST_F()
919 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); in HWTEST_F()
1300 lazyForEachNode->OnDataBulkAdded(INDEX_0, INDEX_0); in HWTEST_F()
1308 lazyForEachNode->OnDataBulkAdded(INDEX_0, INDEX_0); in HWTEST_F()
[all...]
H A Dlazy_for_each_builder_syntax_test_ng.cpp50 constexpr int32_t INDEX_0 = 0; member
222 lazyForEachBuilder->OnDataAdded(INDEX_0); in HWTEST_F()
364 V2::Operation operation1 = {.type = "delete", .index = INDEX_0, .count = INDEX_8}; in HWTEST_F()
400 V2::Operation operation1 = {.type = "change", .index = INDEX_0, .count = INDEX_8}; in HWTEST_F()
432 V2::Operation operation1 = {.type = "move", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std::pair(8, 8)}; in HWTEST_F()
437 V2::Operation operation2 = {.type = "move", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std::pair(0, 8)}; in HWTEST_F()
474 V2::Operation operation1 = {.type = "exchange", .index = INDEX_0, .count = INDEX_8, in HWTEST_F()
480 V2::Operation operation2 = {.type = "exchange", .index = INDEX_0, .count = INDEX_8, in HWTEST_F()
525 V2::Operation operation1 = {.type = "reload", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std::pair(1, 3)}; in HWTEST_F()
556 lazyForEachBuilder->ThrowRepeatOperationError(INDEX_0); in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h129 constexpr size_t INDEX_0 = 0; in RSDynamicBrightnessPara() local
134 posCoeff_ = Vector4f(posRGB[INDEX_0], posRGB[INDEX_1], posRGB[INDEX_2], 0.0f); in RSDynamicBrightnessPara()
135 negCoeff_ = Vector4f(negRGB[INDEX_0], negRGB[INDEX_1], negRGB[INDEX_2], 0.0f); in RSDynamicBrightnessPara()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp476 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove()
536 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
537 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in IsDragGestureAccept()
538 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp476 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove()
536 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
537 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in IsDragGestureAccept()
538 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in IsDragGestureAccept()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_bridge.cpp35 constexpr int32_t INDEX_0 = 0; // Arg Index member
304 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in SetResizableLattice()
316 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in SetResizable()
797 values[INDEX_0] = directionChanged ? topRight.Value() : topLeft.Value(); in SetBorderRadius()
798 units[INDEX_0] = directionChanged ? static_cast<int>(topRight.Unit()) : static_cast<int>(topLeft.Unit()); in SetBorderRadius()
913 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in EnableAnalyzer()
928 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in AnalyzerConfig()
992 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in SetOnError()
1025 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(INDEX_0); in ResetOnError()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp815 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove()
885 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
886 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in GetPointOffset()
887 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp815 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove()
885 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
886 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in GetPointOffset()
887 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h34 const int32_t INDEX_0 = 0; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp42 constexpr int32_t INDEX_0 = 0; member
205 (*values)[INDEX_0] = ListModelNG::GetEdgeEffect(frameNode); in GetListEdgeEffect()
H A Dwater_flow_modifier.cpp31 constexpr int32_t INDEX_0 = 0; member
432 (*values)[INDEX_0] = WaterFlowModelNG::GetEdgeEffect(frameNode); in GetEdgeEffect()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp29 constexpr int32_t INDEX_0 = 0; variable
442 string sampleFormat = dest[INDEX_0]; in HWTEST_F()
622 string sampleFormat = dest[INDEX_0]; in HWTEST_F()

Completed in 21 milliseconds