Home
last modified time | relevance | path

Searched defs:video (Results 1 - 25 of 28) sorted by relevance

12

/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_slow.h34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE() argument
H A Dtest_single_video_player_fast_1.h58 PTEST((std::string url), Test single player play url video, and finished automatically) in FIXTURE() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_node.cpp23 void VideoFullScreenNode::InitVideoFullScreenNode(const RefPtr<VideoNode>& video) in InitVideoFullScreenNode() argument
H A Dvideo_full_screen_pattern.cpp29 auto video = videoPattern->GetHost(); in InitFullScreenParam() local
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_stats.h26 StorageStats(int64_t total, int64_t audio, int64_t video, int64_t image, int64_t file, int64_t app) in StorageStats() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmuxer.cpp51 auto video = trackMap.at(TrackType::AV_KEY_VIDEO_TYPE); in AddTracks() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dvideo_napi.cpp48 auto *video = new (std::nothrow) VideoNapi(); in New() local
59 auto *video = new (std::nothrow) VideoNapi(); in NewInstance() local
68 auto *video = static_cast<VideoNapi *>(data); Destructor() local
85 auto video = GetVideo(env, info, ctxt); GetVideoUri() local
107 auto video = static_cast<VideoNapi *>(ctxt->native); SetVideoUri() local
[all...]
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp220 void DscreenHidumper::SaveFile(std::string file, const VideoData &video) in SaveFile() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter.cpp147 int32_t AVTransSenderAdapter::PushData(const VideoData &video) in PushData() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h37 VideoProfile video; member
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp150 auto video = coordinator_.lock(); variable
157 auto video = coordinator_.lock(); variable
164 auto video = coordinator_.lock(); variable
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp389 auto video = static_cast<UDMF::Video*>(records[0].get()); in GetVideoRecordUri() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp417 auto video = frameNode->GetChildAtIndex(0); in HWTEST_F() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h330 SliderAnimatorCallback(UIVideo* video, UISlider* slider, UILabel* label) SliderAnimatorCallback() argument
448 SetVideoPlayer(UIVideo* video) SetVideoPlayer() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp1113 auto video = AceType::DynamicCast<VideoNode>(frameNode); HWTEST_F() local
[all...]
H A Dvideo_property_test_ng.cpp209 VideoModelNG video; HWTEST_F() local
253 VideoModelNG video; HWTEST_F() local
312 VideoModelNG video; HWTEST_F() local
369 VideoModelNG video; HWTEST_F() local
447 VideoModelNG video; HWTEST_F() local
537 VideoModelNG video; HWTEST_F() local
890 VideoModelNG video; HWTEST_F() local
944 VideoModelNG video; HWTEST_F() local
980 VideoModelNG video; HWTEST_F() local
1014 VideoModelNG video; HWTEST_F() local
1048 VideoModelNG video; HWTEST_F() local
1095 VideoModelNG video; HWTEST_F() local
1126 VideoModelNG video; HWTEST_F() local
1170 VideoModelNG video; HWTEST_F() local
1207 VideoModelNG video; HWTEST_F() local
1257 VideoModelNG video; HWTEST_F() local
1297 VideoModelNG video; HWTEST_F() local
[all...]
H A Dvideo_test_ng.cpp904 VideoModelNG video; HWTEST_F() local
1130 VideoModelNG video; HWTEST_F() local
1165 VideoModelNG video; HWTEST_F() local
1207 VideoModelNG video; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp199 Video video; in SetVideoUnifiedData() local
562 auto video = static_cast<Video *>(unifiedRecord.get()); in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp435 auto video = static_cast<UDMF::Video *>(record.get()); in Video2PasteRecord() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp533 const OMX_VIDEO_PORTDEFINITIONTYPE& video = def.format.video; in PrintPortDefinition() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp373 const OMX_VIDEO_PORTDEFINITIONTYPE& video = def.format.video; in PrintPortDefinition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1208 auto video = AceType::MakeRefPtr<VideoComponent>(); OnPrepared() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp2091 auto video = panda::ObjectRef::New(vm); in GetArkUINativeModule() local
[all...]
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp143 auto video = AceType::DynamicCast<FrameNode>(movingPhotoNode->GetVideo()); in OnRebuildFrame() local
666 auto video = AceType::DynamicCast<FrameNode>(movingPhoto->GetVideo()); in OnDirtyLayoutWrapperSwap() local
963 auto video = AceType::DynamicCast<FrameNode>(movingPhoto->GetVideo()); in StartAnimation() local
1045 auto video in StopAnimation() local
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp2186 std::shared_ptr<Video> video = std::make_shared<Video>(); in HWTEST_F() local

Completed in 28 milliseconds

12