Home
last modified time | relevance | path

Searched refs:heightStr (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
Dapi_test.cpp522 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/
Dapi_test.cpp225 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/
DwaterFlow5Jsunit.test.ets63 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();