Home
last modified time | relevance | path

Searched defs:round (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dstability_test.cpp249 for (int round = 0; round < 10; round++) { variable
H A Dperformance_hdi_test.cpp252 for (int round = 0; round < CYCLE_TIMES; round ++) { variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp836 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ProcessData() local
875 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in Enqueue() local
1236 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ClientPrepareNextLoop() local
1498 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in PrepareCurrentLoop() local
1534 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in FinishHandleCurrentLoop() local
1652 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ProcessCallbackFucIndependent() local
1728 …int64_t round = static_cast<int64_t>(spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSize… in CheckIfWakeUpTooLate() local
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md4097 ### round subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md4099 ### round subsection
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp156 const float round = v >= 0.f ? +.5f : -.5f; in Snorm() local
187 const float round = v >= 0.f ? +.5f : -.5f; in Sint() local
228 auto round = v >= 0 ? (srcH - 1) : (-srcH + 1); in convert() local
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1201 constexpr int round = 7; in SizeofBitArray() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp1192 Round round{}; in ConvertRound() local