Home
last modified time | relevance | path

Searched refs:INDEX_1 (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp35 const int INDEX_1 = 1; member
167 MULA(SYNMATRIX4[i][INDEX_1], frame.samples_[blk][ch][INDEX_1], in Synthesize4()
176 MULA(v[offset[k] + INDEX_1], in Synthesize4()
179 PROTO_4_40M0[idx + INDEX_1], in Synthesize4()
181 PROTO_4_40M1[idx + INDEX_1], in Synthesize4()
211 MULA(SYNMATRIX8[i][INDEX_1], frame.samples_[blk][ch][INDEX_1], in Synthesize8()
223 MULA(v_[ch][offset[k] + INDEX_1], in Synthesize8()
226 PROTO_8_80M0[idx + INDEX_1], in Synthesize8()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp30 constexpr int32_t INDEX_1 = 1; variable
141 string bitStr = dest[INDEX_1]; in getParamsByName()
150 sampleRate = stoi(dest[INDEX_1]); in getParamsByName()
152 string bitStr = dest[INDEX_1]; in getParamsByName()
163 string bitStr = dest[INDEX_1]; in getParamsByName()
395 string bitStr = dest[INDEX_1]; in HWTEST_F()
439 string bitStr = dest[INDEX_1]; in HWTEST_F()
484 string bitStr = dest[INDEX_1]; in HWTEST_F()
529 string bitStr = dest[INDEX_1]; in HWTEST_F()
572 int32_t sampleRate = stoi(dest[INDEX_1]); in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h130 constexpr size_t INDEX_1 = 1; 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/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp55 constexpr int32_t INDEX_1 = 1; member
362 lazyForEachNode->OnDataDeleted(INDEX_1); in HWTEST_F()
810 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_1), nullptr); in HWTEST_F()
1341 lazyForEachBuilder->OnDataChanged(INDEX_1); in HWTEST_F()
1342 lazyForEachNode->OnDataBulkDeleted(INDEX_0, INDEX_1); in HWTEST_F()
1617 lazyForEachBuilder->OnDataChanged(INDEX_1); in HWTEST_F()
1689 lazyForEachBuilder->OnDataChanged(INDEX_1); in HWTEST_F()
1764 lazyForEachBuilder->OnDataChanged(INDEX_1); in HWTEST_F()
1796 lazyForEachBuilder->OnDataChanged(INDEX_1); in HWTEST_F()
1797 lazyForEachBuilder->OnDataDeleted(INDEX_1); in HWTEST_F()
[all...]
H A Dlazy_for_each_builder_syntax_test_ng.cpp48 constexpr int32_t INDEX_1 = 1; member
591 lazyForEachBuilder->RecycleChildByIndex(INDEX_1); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp477 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove()
540 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
541 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in IsDragGestureAccept()
542 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp477 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove()
540 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
541 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in IsDragGestureAccept()
542 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in IsDragGestureAccept()
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp28 constexpr size_t INDEX_1 = 1; variable
408 if (args[INDEX_1] == "filecrypt") { in main()
411 LOGE("Unknown subsystem: %{public}s", args[INDEX_1].c_str()); // no.1 param is the cmd in main()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp816 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove()
889 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
890 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in GetPointOffset()
891 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp816 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove()
889 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
890 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in GetPointOffset()
891 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h35 const int32_t INDEX_1 = 1; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_bridge.cpp36 constexpr int32_t INDEX_1 = 1; // Arg Index member
321 ParseResizableCalcDimensions(runtimeCallInfo, INDEX_1, INDEX_4, sliceDimensions, CalcDimension(0.0)); in SetResizable()
766 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(INDEX_1); in SetBorderRadius()
799 values[INDEX_1] = directionChanged ? topLeft.Value() : topRight.Value(); in SetBorderRadius()
800 units[INDEX_1] = directionChanged ? static_cast<int>(topLeft.Unit()) : static_cast<int>(topRight.Unit()); in SetBorderRadius()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp43 constexpr int32_t INDEX_1 = 1; member
206 (*values)[INDEX_1] = ListModelNG::GetEdgeEffectAlways(frameNode); in GetListEdgeEffect()
H A Dwater_flow_modifier.cpp32 constexpr int32_t INDEX_1 = 1; member
433 (*values)[INDEX_1] = WaterFlowModelNG::GetEdgeEffectAlways(frameNode); in GetEdgeEffect()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp34 constexpr uint32_t INDEX_1 = 1; member
318 skeleton->dBinderHandle_ = INDEX_1; in HWTEST_F()
339 IPCProcessSkeleton::DBINDER_HANDLE_BASE + IPCProcessSkeleton::DBINDER_HANDLE_COUNT + INDEX_1; in HWTEST_F()

Completed in 24 milliseconds