Searched refs:heightStr (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
| D | api_test.cpp | 522 string heightStr = "height"; variable 525 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 546 string heightStr = "height"; variable 549 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 570 string heightStr = "height"; variable 573 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 596 string heightStr = "height"; variable 599 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 621 string heightStr = "height"; variable 624 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); [all …]
|
| /test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
| D | api_test.cpp | 225 string heightStr = "height"; variable 228 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 317 string heightStr = "height"; variable 320 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 507 string heightStr = "height"; variable 510 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 531 string heightStr = "height"; variable 534 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); 556 string heightStr = "height"; variable 559 (void)OH_AVFormat_SetIntValue(format, heightStr.c_str(), DEFAULT_HEIGHT); [all …]
|
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_scroll/ace_ets_module_scroll_api12/entry/src/main/ets/test/WaterFlowTest/ |
| D | waterFlow5Jsunit.test.ets | 63 let heightStr:string = obj.$attrs.height.slice(0,6) 64 console.info("[waterFlow5Jsunit_001] heightStr: " + heightStr); 65 expect(Math.abs(Math.round(Number(heightStr)) - Math.round(vp2px(100))) <= 1).assertTrue();
|