Home
last modified time | relevance | path

Searched refs:SEEK_CLOSEST_SYNC (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp79 EXPECT_EQ(playerAdapter_->Seek(0, PlayerSeekMode::SEEK_CLOSEST_SYNC), -1);
105 EXPECT_NE(playerAdapter_->Seek(0, PlayerSeekMode::SEEK_CLOSEST_SYNC), -1);
122 PlayerSeekMode::SEEK_CLOSEST_SYNC, PlayerSeekMode::SEEK_CLOSEST };
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dmedia_utils.cpp101 case PlayerSeekMode::SEEK_CLOSEST_SYNC: in Transform2SeekMode()
102 return Plugin::SeekMode::SEEK_CLOSEST_SYNC; in Transform2SeekMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_utils.h27 SEEK_CLOSEST_SYNC, enumerator
H A Dvideo_element.cpp98 } else if (seekMode == SeekMode::SEEK_CLOSEST_SYNC) { in ConvertToMediaSeekMode()
99 mode = OHOS::Media::SEEK_CLOSEST_SYNC; in ConvertToMediaSeekMode()
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp104 case NWeb::PlayerSeekMode::SEEK_CLOSEST_SYNC: in ConvertSeekMode()
105 ret = Media::SEEK_CLOSEST_SYNC; in ConvertSeekMode()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_types.h52 SEEK_CLOSEST_SYNC, ///> sync to closest keyframes. enumerator
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_adapter.h44 SEEK_CLOSEST_SYNC, enumerator
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp236 case PlayerSeekMode::SEEK_CLOSEST_SYNC: in Transform2SeekMode()
237 return Plugins::SeekMode::SEEK_CLOSEST_SYNC; in Transform2SeekMode()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h194 SEEK_CLOSEST_SYNC, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video_controller.cpp29 SeekMode::SEEK_CLOSEST_SYNC, SeekMode::SEEK_CLOSEST };
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h96 SEEK_CLOSEST_SYNC, ///> sync to closest keyframes. enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp44 } else if (seekMode == SeekMode::SEEK_CLOSEST_SYNC) { in ConvertToMediaSeekMode()
45 mode = OHOS::Media::SEEK_CLOSEST_SYNC; in ConvertToMediaSeekMode()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp344 if (res != Status::OK && option != Plugins::SeekMode::SEEK_CLOSEST_SYNC) { in SeekToTime()
345 res = mediaDemuxer_->SeekTo(timeMs, Plugins::SeekMode::SEEK_CLOSEST_SYNC, realSeekTime); in SeekToTime()
346 seekMode_ = Plugins::SeekMode::SEEK_CLOSEST_SYNC; in SeekToTime()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp323 innerDemuxerDemo->SeekToTime(g_seekTime, SeekMode::SEEK_CLOSEST_SYNC); in RunInnerSourceDemuxer()
326 innerDemuxerDemo->SeekToTime(g_startTime, SeekMode::SEEK_CLOSEST_SYNC); in RunInnerSourceDemuxer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_video_mpg_unit_test.cpp44 SeekMode::SEEK_CLOSEST_SYNC};
H A Ddemuxer_uri_unit_test.cpp44 SeekMode::SEEK_CLOSEST_SYNC};
630 ret_ = demuxer_->SeekToTime(*toPts, SeekMode::SEEK_CLOSEST_SYNC);
H A Ddemuxer_unit_test.cpp44 SeekMode::SEEK_CLOSEST_SYNC};
980 ret_ = demuxer_->SeekToTime(*toPts, SeekMode::SEEK_CLOSEST_SYNC);
H A Ddemuxer_hevc_unit_test.cpp48 SeekMode::SEEK_CLOSEST_SYNC};
H A Ddemuxer_func_unit_test.cpp44 SeekMode::SEEK_CLOSEST_SYNC};
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp61 { SeekMode::SEEK_CLOSEST_SYNC, AVSEEK_FLAG_FRAME | AVSEEK_FLAG_ANY },
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp823 return Plugin::SeekMode::SEEK_CLOSEST_SYNC; in Transform2SeekMode()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp828 case SEEK_CLOSEST_SYNC: in IsValidSeekMode()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp1186 EXPECT_EQ(MSERR_OK, player_->Seek(0, SEEK_CLOSEST_SYNC));
1191 EXPECT_EQ(MSERR_OK, player_->Seek(SEEK_TIME_2_SEC, SEEK_CLOSEST_SYNC));
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp1107 ret = source_->SeekToTime(seekTime, SeekMode::SEEK_CLOSEST_SYNC); in SeekTo()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp96 { SeekMode::SEEK_CLOSEST_SYNC, AVSEEK_FLAG_FRAME | AVSEEK_FLAG_BACKWARD }