Home
last modified time | relevance | path

Searched refs:normalMode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp154 void BasicTypesCheck(bool normalMode = true) in BasicTypesCheck() argument
160 if (!normalMode) { in BasicTypesCheck()
172 if (normalMode) { in BasicTypesCheck()
185 void StructCheck(bool normalMode = true) in StructCheck() argument
195 if (!normalMode) { in StructCheck()
203 if (normalMode) { in StructCheck()
213 void StructWithPointerCheck(bool normalMode = true) in StructWithPointerCheck() argument
222 if (!normalMode) { in StructWithPointerCheck()
227 if (normalMode) { in StructWithPointerCheck()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1330 uint32_t normalMode = 0; in AlignVideoFpsProfile() local
1337 frontVideoProfiles = camera->modeVideoProfiles_[normalMode]; in AlignVideoFpsProfile()
1340 backVideoProfiles = camera->modeVideoProfiles_[normalMode]; in AlignVideoFpsProfile()
1366 frontCamera->modeVideoProfiles_[normalMode] = alignFrontVideoProfiles; in AlignVideoFpsProfile()