Home
last modified time | relevance | path

Searched refs:Video (Results 1 - 22 of 22) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dvideo.cpp20 Video::Video() : Video("") in Video() function in OHOS::UDMF::Video
24 Video::Video(const std::string &uri) : File(uri) in Video() function in OHOS::UDMF::Video
29 Video::Video(UDType type, ValueType value) : File(type, value) in Video() function in OHOS::UDMF::Video
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dvideo.h23 class API_EXPORT Video : public File { class
25 Video();
26 explicit Video(const std::string &uri);
27 Video(UDType type, ValueType value);
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_video_proc_session_callback.cpp70 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone()
83 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone()
93 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone()
120 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnError()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dvideo_napi.h28 class Video;
33 std::shared_ptr<Video> value_;
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H A Dmultistages_capture_dfx_result.h35 Video, member in OHOS::Media::MultiStagesCaptureMediaType
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dvideo_test.cpp57 * @tc.desc: Normal testcase of Video
65 Video video(type, value); in HWTEST_F()
H A Dudmf_client_test.cpp541 * @tc.desc: Set Video record with valid params and get data
551 Video video1; in HWTEST_F()
556 std::shared_ptr<UnifiedRecord> record1 = std::make_shared<Video>(video1); in HWTEST_F()
577 auto video2 = static_cast<Video *>(record2.get()); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dvideo_napi.cpp28 /* Video extends UnifiedRecord */ in Constructor()
31 /* Video extends File */ in Constructor()
34 /* Video properties */ in Constructor()
38 return NapiDataUtils::DefineClass(env, "Video", properties, count, VideoNapi::New); in Constructor()
50 video->value_ = std::make_shared<Video>(); in New()
61 video->value_ = std::static_pointer_cast<Video>(in); in NewInstance()
H A Dunified_record_napi.cpp93 {VIDEO, [](UDType type, ValueType value) { return std::make_shared<Video>(type, value); }}, in GenerateNativeRecord()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp85 record = std::make_shared<Video>(type, value); in ConvertRecordToSubclass()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.h330 int32_t Video();
H A Ddcamera_client_demo.cpp326 int32_t Video() in Video() function
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_impl.cpp176 {VIDEO, [](UDType type, ValueType value) { return std::make_shared<Video>(type, value); }}, in CUnifiedRecord()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp163 uri_ = "file:/Video"; in InitVideoData()
164 std::shared_ptr<UDMF::Video> videoRecord = std::make_shared<UDMF::Video>(uri_); in InitVideoData()
568 auto newVideoRecord = static_cast<UDMF::Video *>(newRecord.get()); in HWTEST_F()
H A Dpasteboard_unified_data_test.cpp159 uri_ = "file:/Video"; in InitVideoData()
160 std::shared_ptr<UDMF::Video> videoRecord = std::make_shared<UDMF::Video>(uri_); in InitVideoData()
577 auto newVideoRecord = static_cast<UDMF::Video *>(newRecord.get()); in HWTEST_F()
H A Dpasteboard_client_udmf_delay_test.cpp199 Video video; in SetVideoUnifiedData()
204 std::shared_ptr<UnifiedRecord> record = std::make_shared<Video>(video); in SetVideoUnifiedData()
545 * @tc.desc: SetUnifiedData of Video with delay getter and GetUnifiedData and GetPasteData
562 auto video = static_cast<Video *>(unifiedRecord.get()); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp303 Video video1; in SetDataVideoFuzz()
306 std::shared_ptr<UnifiedRecord> record1 = std::make_shared<Video>(video1); in SetDataVideoFuzz()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp435 auto video = static_cast<UDMF::Video *>(record.get()); in Video2PasteRecord()
457 auto unifiedRecord = std::make_shared<UDMF::Video>(uri->ToString()); in PasteRecord2Video()
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp389 auto video = static_cast<UDMF::Video*>(records[0].get()); in GetVideoRecordUri()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp586 AddUds<Video>(record, fileUri, UDType::VIDEO); in OH_UdmfRecord_AddFileUri()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp2186 std::shared_ptr<Video> video = std::make_shared<Video>(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js15275 if (globalThis.Video !== undefined) {
15276 globalThis.Video.attributeModifier = function (modifier) {

Completed in 42 milliseconds