Home
last modified time | relevance | path

Searched defs:testObj (Results 1 – 12 of 12) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
Dhencoder_unit_test.cpp99 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
105 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
111 std::shared_ptr<HCodec> testObj = HCodec::Create(""); variable
118 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
126 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
136 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
144 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
156 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
164 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
174 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
[all …]
Dhdecoder_unit_test.cpp90 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
96 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
102 std::shared_ptr<HCodec> testObj = HCodec::Create(""); variable
109 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
117 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
128 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
136 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
146 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
160 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
175 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
[all …]
Dhcodec_list_unit_test.cpp106 HCodecList testObj = HCodecList(); variable
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
Dcamera_capture_video.cpp89 static void Usage(std::shared_ptr<CameraCaptureVideo> testObj) in Usage()
101 static char PutMenuAndGetChr(std::shared_ptr<CameraCaptureVideo> &testObj) in PutMenuAndGetChr()
114 static int32_t SwitchMode(std::shared_ptr<CameraCaptureVideo> testObj, State state) in SwitchMode()
126 static void DisplayMenu(std::shared_ptr<CameraCaptureVideo> testObj) in DisplayMenu()
694 std::shared_ptr<CameraCaptureVideo> testObj = in main() local
/foundation/arkui/ui_lite/test/framework/include/
Dui_test_group.h26 UITest* testObj; member
/foundation/window/window_manager/utils/test/unittest/
Dutils_all_test.cpp134 TestClass* testObj = new TestClass(); variable
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
Daudio_render_mode_callback_test.cpp187 auto testObj = std::make_shared<AudioRenderModeCallbackTest>(); in main() local
Daudio_renderer_test.cpp409 AudioRendererTest testObj; in main() local
/foundation/multimedia/audio_framework/services/audio_service/test/example/
Daudio_hdi_device_test.cpp185 AudioHdiDeviceTest testObj; in main() local
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
Daudio_capturer_test.cpp272 AudioCapturerTest testObj; in main() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_marshalling_test.cpp59 static void TestNullptrObjectSerialization(T& testObj) in TestNullptrObjectSerialization()
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_core_unittest.cpp668 jobject testObj = JNIHelperGetJavaRemoteObject(env, remoteObj); variable