Home
last modified time | relevance | path

Searched refs:seek (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_3.h119 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 Dtest_single_video_player_fast_4.h141 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 Dtest_single_player_fast.h144 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 Dtest_single_video_player_fast_2.h124 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 Dtest_single_video_player_fast_1.h337 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 Dadapter.rs33 /// 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 Dffi.rs17 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 Dext_stream.cpp53 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 Dbuild_resource_to_bytecode.py44 cpp_file_object.seek(0)
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoder.h41 virtual bool seek(size_t) = 0;
/foundation/ai/ai_engine/services/server/plugin_manager/
H A Dget_config_ini.py174 file_object.seek(0)
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp320 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()

Completed in 7 milliseconds