/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_video_player_slow.h | 34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE() argument
|
H A D | test_single_video_player_fast_1.h | 58 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 D | video_full_screen_node.cpp | 23 void VideoFullScreenNode::InitVideoFullScreenNode(const RefPtr<VideoNode>& video) in InitVideoFullScreenNode() argument
|
H A D | video_full_screen_pattern.cpp | 29 auto video = videoPattern->GetHost(); in InitFullScreenParam() local
|
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_stats.h | 26 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 D | muxer.cpp | 51 auto video = trackMap.at(TrackType::AV_KEY_VIDEO_TYPE); in AddTracks() local
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | video_napi.cpp | 48 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 D | dscreen_hidumper.cpp | 220 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 D | av_sender_engine_adapter.cpp | 147 int32_t AVTransSenderAdapter::PushData(const VideoData &video) in PushData() argument
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 37 VideoProfile video; member
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/ |
H A D | session_coordinator.cpp | 150 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 D | udmf_impl.cpp | 389 auto video = static_cast<UDMF::Video*>(records[0].get()); in GetVideoRecordUri() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/ |
H A D | movingphoto_test_ng.cpp | 417 auto video = frameNode->GetChildAtIndex(0); in HWTEST_F() local
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_video.h | 330 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 D | video_test_ng_extra_add.cpp | 1113 auto video = AceType::DynamicCast<VideoNode>(frameNode); HWTEST_F() local [all...] |
H A D | video_property_test_ng.cpp | 209 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 D | video_test_ng.cpp | 904 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 D | pasteboard_client_udmf_delay_test.cpp | 199 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 D | pasteboard_utils.cpp | 435 auto video = static_cast<UDMF::Video *>(record.get()); in Video2PasteRecord() local
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 533 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 D | image_codec.cpp | 373 const OMX_VIDEO_PORTDEFINITIONTYPE& video = def.format.video; in PrintPortDefinition() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1208 auto video = AceType::MakeRefPtr<VideoComponent>(); OnPrepared() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 2091 auto video = panda::ObjectRef::New(vm); in GetArkUINativeModule() local [all...] |
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 143 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 D | udmf_test.cpp | 2186 std::shared_ptr<Video> video = std::make_shared<Video>();
in HWTEST_F() local
|