Home
last modified time | relevance | path

Searched refs:range (Results 1 - 25 of 39) sorted by relevance

12

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dfunc_test.cpp617 OH_AVRange range; in HWTEST_F() local
618 ret = OH_AVCapability_GetEncoderBitrateRange(nullptr, &range); in HWTEST_F()
647 OH_AVRange range; in HWTEST_F() local
648 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
651 ret = OH_AVCapability_GetEncoderBitrateRange(capability, &range); in HWTEST_F()
653 cout << "max val " << range.maxVal << " min val " << range.minVal << endl; in HWTEST_F()
654 ASSERT_GE(range.minVal, 0); in HWTEST_F()
655 ASSERT_GT(range.maxVal, 0); in HWTEST_F()
779 OH_AVRange range; in HWTEST_F() local
818 OH_AVRange range; HWTEST_F() local
849 OH_AVRange range; HWTEST_F() local
876 OH_AVRange range; HWTEST_F() local
978 OH_AVRange range; HWTEST_F() local
1008 OH_AVRange range; HWTEST_F() local
1024 OH_AVRange range; HWTEST_F() local
1043 OH_AVRange range; HWTEST_F() local
1073 OH_AVRange range; HWTEST_F() local
1089 OH_AVRange range; HWTEST_F() local
1108 OH_AVRange range; HWTEST_F() local
1135 OH_AVRange range; HWTEST_F() local
1154 OH_AVRange range; HWTEST_F() local
1181 OH_AVRange range; HWTEST_F() local
1265 OH_AVRange range; HWTEST_F() local
1292 OH_AVRange range; HWTEST_F() local
1310 OH_AVRange range; HWTEST_F() local
1337 OH_AVRange range; HWTEST_F() local
1353 OH_AVRange range; HWTEST_F() local
1369 OH_AVRange range; HWTEST_F() local
1804 OH_AVRange range; HWTEST_F() local
1939 OH_AVRange range; HWTEST_F() local
1971 OH_AVRange range; HWTEST_F() local
2062 OH_AVRange range; HWTEST_F() local
2078 OH_AVRange range; HWTEST_F() local
2111 OH_AVRange range; HWTEST_F() local
2127 OH_AVRange range; HWTEST_F() local
2160 OH_AVRange range; HWTEST_F() local
2193 OH_AVRange range; HWTEST_F() local
2286 OH_AVRange range; HWTEST_F() local
2318 OH_AVRange range; HWTEST_F() local
2334 OH_AVRange range; HWTEST_F() local
2350 OH_AVRange range; HWTEST_F() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dapi_test.cpp949 OH_AVRange range; in HWTEST_F() local
950 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
953 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F()
979 OH_AVRange range; in HWTEST_F() local
980 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
983 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F()
995 OH_AVRange range; in HWTEST_F() local
996 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
999 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F()
1000 cout << "minval=" << range in HWTEST_F()
1014 OH_AVRange range; HWTEST_F() local
1044 OH_AVRange range; HWTEST_F() local
1060 OH_AVRange range; HWTEST_F() local
1079 OH_AVRange range; HWTEST_F() local
1106 OH_AVRange range; HWTEST_F() local
1125 OH_AVRange range; HWTEST_F() local
1152 OH_AVRange range; HWTEST_F() local
1226 OH_AVRange range; HWTEST_F() local
1253 OH_AVRange range; HWTEST_F() local
1271 OH_AVRange range; HWTEST_F() local
1298 OH_AVRange range; HWTEST_F() local
1314 OH_AVRange range; HWTEST_F() local
1330 OH_AVRange range; HWTEST_F() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dapi_test.cpp975 OH_AVRange range; in HWTEST_F() local
976 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
979 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F()
1005 OH_AVRange range; in HWTEST_F() local
1006 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
1009 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F()
1021 OH_AVRange range; in HWTEST_F() local
1022 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F()
1025 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F()
1026 cout << "minval=" << range in HWTEST_F()
1040 OH_AVRange range; HWTEST_F() local
1070 OH_AVRange range; HWTEST_F() local
1086 OH_AVRange range; HWTEST_F() local
1105 OH_AVRange range; HWTEST_F() local
1132 OH_AVRange range; HWTEST_F() local
1151 OH_AVRange range; HWTEST_F() local
1281 OH_AVRange range; HWTEST_F() local
1308 OH_AVRange range; HWTEST_F() local
1326 OH_AVRange range; HWTEST_F() local
1344 OH_AVRange range; HWTEST_F() local
1371 OH_AVRange range; HWTEST_F() local
1387 OH_AVRange range; HWTEST_F() local
1403 OH_AVRange range; HWTEST_F() local
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dimg_util.py79 for pix_h in range(height):
83 for pix_w in range(width):
91 for pix_h in range(height):
93 for pix_w in range(width):
203 for arr_h in range(arr_height):
204 for arr_w in range(arr_width):
210 for _yy in range(den_yy):
211 for _xx in range(den_xx):
H A Dfile_util.py241 for _ in range(5):
259 for _ in range(5):
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp2019 int32_t range = 1; in HWTEST_F() local
2021 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F()
2032 int32_t range = 2; in HWTEST_F() local
2034 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F()
2045 int32_t range = 3; in HWTEST_F() local
2047 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F()
2058 int32_t range = 5; in HWTEST_F() local
2060 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F()
2071 int32_t range = 6; in HWTEST_F() local
2073 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, in HWTEST_F()
2084 int32_t range = 4; HWTEST_F() local
2097 int32_t range = 4; HWTEST_F() local
2110 int32_t range = 4; HWTEST_F() local
2123 int32_t range = 4; HWTEST_F() local
2136 int32_t range = 4; HWTEST_F() local
2149 int32_t range = 4; HWTEST_F() local
3684 int32_t range = 1; HWTEST_F() local
3711 int32_t range = 2; HWTEST_F() local
3739 int32_t range = 3; HWTEST_F() local
3767 int32_t range = 5; HWTEST_F() local
3795 int32_t range = 6; HWTEST_F() local
3823 int32_t range = 4; HWTEST_F() local
3847 int32_t range = 4; HWTEST_F() local
3871 int32_t range = 4; HWTEST_F() local
3895 int32_t range = 4; HWTEST_F() local
3919 int32_t range = 4; HWTEST_F() local
3943 int32_t range = 4; HWTEST_F() local
[all...]
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js180 let range = new util.Scope(tempLower, tempUpper);
2423 * @tc.desc: Obtains the lower bound of the current range.
2429 let result = range.getLower()
2436 * @tc.desc: Obtains the lower bound of the current range.
2449 * @tc.desc: Obtains the lower bound of the current range.
2462 * @tc.desc: Obtains the lower bound of the current range.
2475 * @tc.desc: Obtains the lower bound of the current range.
2488 * @tc.desc: Obtains the upper bound of the current range.
2494 let result = range.getUpper()
2501 * @tc.desc: Obtains the upper bound of the current range
[all...]
/test/testfwk/arkxtest/uitest/record/
H A Dvelocity_tracker.cpp37 static const double range = 0.05; in UpdateTouchEvent() local
38 if (delta_.IsZero() && end && (diffTime.count() < range)) { in UpdateTouchEvent()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp2217 int32_t range = 3; in HWTEST_F() local
2228 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F()
2244 int32_t range = 3; in HWTEST_F() local
2255 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F()
2271 int32_t range = 3; in HWTEST_F() local
2286 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F()
2302 int32_t range = 4; in HWTEST_F() local
2312 ret = capture_->AudioDevDump(nullptr, range, fd); in HWTEST_F()
2320 * @tc.desc : range is 2
2345 * @tc.desc : range i
2399 int32_t range = 4; HWTEST_F() local
2417 int32_t range = 4; HWTEST_F() local
2623 int32_t range = 5; HWTEST_F() local
[all...]
/test/testfwk/developer_test/
H A Dohtest27 for index in range (1, len(sys.argv)):
/test/xts/tools/lite/reliability/
H A DNativePressTest.py42 for i in range(processNum):
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_device.py225 list(range(1, len(self.global_device_filter) + 1))))
226 for index in range(len(self.devices_list)):
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py161 for i in range(len(f_dict["systemability"])):
189 for i in range(len(f_dict["systemability"])):
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py236 for mount_time in range(1, 4):
342 for count in range(1, 4):
384 for mount_time in range(1, 3):
H A Dkit.py397 for _ in range(
812 for wait_count in range(1, MAX_WAIT_COUNT):
924 for index in range(len(self.package_name_list)):
1112 for pos in range(1, len(names) + 1):
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp458 int32_t range = 4; in HWTEST_F() local
469 int32_t ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F()
477 int32_t range = 4; in HWTEST_F() local
479 int32_t ret = capture_->AudioDevDump(nullptr, range, -1); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp492 int32_t range = 4; in HWTEST_F() local
493 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F()
498 int32_t range = 4; in HWTEST_F() local
509 int32_t ret = render_->AudioDevDump(render_, range, fd); in HWTEST_F()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py129 for i in range(len(label_list[0])):
142 for j in range(i + 1, len(label_list[1])):
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py166 for index in range(len(test_values)-1, -1, -1):
/test/testfwk/developer_test/local_coverage/
H A Dcoverage_tools.py91 for num in range(16):
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dimpl.py103 for index in range(1, task.config.repeat + 1):
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp359 int32_t range = RANGE_VALUE; in BENCHMARK_F() local
371 ret = capture_->AudioDevDump(capture_, range, fd); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp292 int32_t range = RANGE_VALUE; in BENCHMARK_F() local
304 ret = render_->AudioDevDump(render_, range, fd); in BENCHMARK_F()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py116 for _ in range(retry):
946 for i in range(check_times):
961 for i in range(check_times):
1069 for i in range(3):
1418 "in range [64.0K, 512.0M], use min value 64K, now is {}".format(log_size))
1422 "in range [64.0K, 512.0M], use min value 512M, now is {}".format(log_size))
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dsuite_reporter.py267 for char_index in range(32):

Completed in 32 milliseconds

12