/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_video_player_fast_3.h | 119 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 700) in FIXTURE() 175 PTEST((std::string url, int32_t fileSize), Test fdsource create, seek, release) in FIXTURE() 188 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, seek, release) in FIXTURE() 204 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 300) in FIXTURE() 223 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, seek, release) in FIXTURE() 243 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, stop, seek, release) in FIXTURE() 262 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, reset, seek, release) in FIXTURE() 280 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, seek, release) in FIXTURE() 297 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 900) in FIXTURE() 311 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, see in FIXTURE() [all...] |
H A D | test_single_video_player_fast_4.h | 141 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, setvolume, release) in FIXTURE() 222 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, setsingleloop true, play, seek, durationtime in FIXTURE() 250 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, setsingleloop true, play, seek, set fd, seek in FIXTURE()
|
H A D | test_single_player_fast.h | 144 PTEST((std::string url), Can seek to the position specified) in FIXTURE() 162 PTEST((std::string url), Can seek after pause) in FIXTURE() 176 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE() 181 PTEST((std::string url), Can pause, then seek, then play, final stop) in FIXTURE() argument 195 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE() 197 std::this_thread::sleep_for(std::chrono::milliseconds(2000)); // pause + seek + play still play in FIXTURE()
|
H A D | test_single_video_player_fast_2.h | 124 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, pause, relase) in FIXTURE() 254 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, stop, release) in FIXTURE() 396 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, reset, release) in FIXTURE()
|
H A D | test_single_video_player_fast_1.h | 337 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 600) in FIXTURE()
|
/foundation/filemanagement/file_api/interfaces/kits/rust/src/ |
H A D | adapter.rs | 33 /// Enumeration of `lseek` interface to seek within a file. 122 pub(crate) fn seek(fd: i32, offset: i64, pos: SeekPos) -> Result<u64, Error> { 126 SeekPos::Start => file.seek(SeekFrom::Start(offset as u64)), 127 SeekPos::Current => file.seek(SeekFrom::Current(offset)), 128 SeekPos::End => file.seek(SeekFrom::End(offset)),
|
H A D | ffi.rs | 17 create_dir, error_control, get_parent, next_line, reader_iterator, drop_reader_iterator, seek, cut_file_name, 53 match seek(fd, offset, pos) { in Lseek()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_stream.cpp | 53 uint32_t seek = cur + static_cast<uint32_t>(size);
in Skip() local 54 if (!stream->Seek(seek)) {
in Skip()
|
/foundation/arkui/ace_engine/build/tools/ |
H A D | build_resource_to_bytecode.py | 44 cpp_file_object.seek(0)
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/ |
H A D | HeifDecoder.h | 41 virtual bool seek(size_t) = 0;
|
/foundation/ai/ai_engine/services/server/plugin_manager/ |
H A D | get_config_ini.py | 174 file_object.seek(0)
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 320 int32_t seek = -1; in HWTEST_F() local 328 EXPECT_EQ(ret->GetSeekTime(seek), AVSESSION_SUCCESS); in HWTEST_F() 329 EXPECT_EQ(seek, 1); in HWTEST_F()
|