/test/xts/hats/hdf/usb/requestTest_additional/common/ |
H A D | usbd_request_test.cpp | 880 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 894 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 908 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 922 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 936 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 950 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 964 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 978 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 992 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 1006 auto ret = g_usbInterface->SetConfig(de in HWTEST_F() [all...] |
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 49 void SetConfig(OH_AVScreenCaptureConfig &config) in SetConfig() function 100 SetConfig(config_); in NormalAVScreenCaptureTest() 141 SetConfig(config_); in NormalAVScreenRecordTest() 199 SetConfig(config_); in NormalAVScreenCaptureSurfaceTest() 466 SetConfig(config_); in OriginAVScreenCaptureTest()
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 228 BENCHMARK_F(CodecBenchmarkOmxTest, SetConfig)(benchmark::State &state)
in BENCHMARK_F() 239 ret = component_->SetConfig(OMX_IndexConfigVideoBitrate, inParam);
in BENCHMARK_F() 244 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, SetConfig)->
|
/test/xts/hats/hdf/usb/requestTest/common/ |
H A D | usbd_request_test.cpp | 108 * @tc.desc: Test functions to SetConfig 109 * @tc.desc: int32_t SetConfig(const UsbDev &dev, uint8_t configIndex); 117 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 118 HDF_LOGI("UsbdRequestTest::SUB_USB_HostManager_HDI_Func_0200 %{public}d SetConfig=%{public}d", __LINE__, ret); in HWTEST_F() 124 * @tc.desc: Test functions to SetConfig 125 * @tc.desc: int32_t SetConfig(const UsbDev &dev, uint8_t configIndex); 133 auto ret = g_usbInterface->SetConfig(dev, configIndex); in HWTEST_F() 134 HDF_LOGI("UsbdRequestTest::SUB_USB_HostManager_HDI_Compatibility_0400 %{public}d SetConfig=%{public}d", in HWTEST_F() 141 * @tc.desc: Test functions to SetConfig 142 * @tc.desc: int32_t SetConfig(cons [all...] |
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_enc_test.cpp | 682 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 702 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 716 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 735 auto ret = g_component->SetConfig(OMX_IndexVideoStartUnused, inParam); in HWTEST_F()
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/ |
H A D | usb_impl_mock.h | 65 MOCK_METHOD2(SetConfig, int32_t(const UsbDev &dev, uint8_t configIndex));
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 506 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 524 auto ret = g_component->SetConfig(OMX_IndexParamVideoQuantization, inParam); in HWTEST_F() 542 auto ret = g_component->SetConfig(OMX_IndexVideoStartUnused, inParam); in HWTEST_F() 559 auto ret = g_component->SetConfig(OMX_IndexParamVideoPortFormat, inParam); in HWTEST_F() 577 auto ret = g_component->SetConfig(OMX_IndexParamVideoFastUpdate, inParam); in HWTEST_F() 596 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 614 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F() 633 auto ret = g_component->SetConfig(OMX_IndexConfigVideoBitrate, inParam); in HWTEST_F()
|
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 581 auto ret = component_->SetConfig(component_, OMX_IndexConfigVideoBitrate, reinterpret_cast<int8_t *>(¶m), in HWTEST_F() 597 auto ret = component_->SetConfig(component_, OMX_IndexConfigVideoBitrate, reinterpret_cast<int8_t *>(¶m), in HWTEST_F() 609 auto ret = component_->SetConfig(component_, OMX_IndexConfigVideoBitrate, nullptr, 0); in HWTEST_F() 624 component_->SetConfig(component_, OMX_IndexVideoStartUnused, reinterpret_cast<int8_t *>(¶m), sizeof(param)); in HWTEST_F()
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | module_test.cpp | 917 static void SetConfig(Capture_Setting settings, Camera_PhotoCaptureSetting* photoSetting, Camera_Location* location) in SetConfig() function 941 SetConfig(setting_inner, &photoSetting, location); in TakePictureWithSettings()
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/ |
H A D | HdfUsbdBenchmarkRequestTest.cpp | 84 * @tc.desc: Test functions to SetConfig benchmark test
85 * @tc.desc: int32_t SetConfig(const UsbDev &dev, uint8_t configIndex);
100 ret = g_usbInterface->SetConfig(dev, configIndex);
in BENCHMARK_F()
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | mian.cpp | 1339 static void SetConfig(Capture_Setting settings, Camera_PhotoCaptureSetting *photoSetting, Camera_Location *location) in SetConfig() function 1362 SetConfig(settingInner, &photoSetting, location); in OHPhotoOutputCaptureWithCaptureSetting()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | main.cpp | 947 static void SetConfig(Capture_Setting settings, Camera_PhotoCaptureSetting* photoSetting, Camera_Location* location) in SetConfig() function 971 SetConfig(setting_inner, &photoSetting, location); in TakePictureWithSettings()
|