Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/unittest/
H A Dheif_hw_decoder_test.cpp34 HeifHardwareDecoder testObj; variable
42 HeifHardwareDecoder testObj; variable
50 HeifHardwareDecoder testObj; variable
58 HeifHardwareDecoder testObj; variable
77 HeifHardwareDecoder testObj; variable
97 HeifHardwareDecoder testObj; variable
118 HeifHardwareDecoder testObj; variable
139 HeifHardwareDecoder testObj; variable
160 HeifHardwareDecoder testObj; variable
187 HeifHwDecoderFlow testObj; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_unit_test.cpp116 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
125 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
134 std::shared_ptr<HCodec> testObj = HCodec::Create(""); variable
141 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
152 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
165 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
176 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc")); variable
202 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
215 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
227 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc")); variable
[all …]
H A Dhdecoder_unit_test.cpp90 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
99 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
108 std::shared_ptr<HCodec> testObj = HCodec::Create(""); variable
115 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
126 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
140 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc")); variable
151 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
164 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
183 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
201 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc")); variable
[all …]
H A Dhcodec_list_unit_test.cpp106 HCodecList testObj = HCodecList(); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/unittest/
H A Djpeg_hw_decoder_test.cpp35 JpegHardwareDecoder testObj; variable
46 JpegHardwareDecoder testObj; variable
57 JpegHardwareDecoder testObj; variable
68 JpegHardwareDecoder testObj; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A 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 ProcessResult(int32_t result, std::shared_ptr<CameraCaptureVideo> testObj) in ProcessResult()
135 static void DisplayMenu(std::shared_ptr<CameraCaptureVideo> testObj) in DisplayMenu()
706 std::shared_ptr<CameraCaptureVideo> testObj = in main() local
/ohos5.0/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test_group.h26 UITest* testObj; member
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_helper_test/
H A Dprint_bms_helper_test.cpp117 const wptr<IRemoteObject> testObj = nullptr; variable
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp135 TestClass* testObj = new TestClass(); variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_render_mode_callback_test.cpp203 auto testObj = std::make_shared<AudioRenderModeCallbackTest>(); in main() local
H A Daudio_renderer_test.cpp416 AudioRendererTest testObj; in main() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_hdi_device_test.cpp185 AudioHdiDeviceTest testObj; in main() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp275 AudioCapturerTest testObj; in main() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp55 static void TestNullptrObjectSerialization(T& testObj) in TestNullptrObjectSerialization()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp667 jobject testObj = JNIHelperGetJavaRemoteObject(env, remoteObj); variable