Home
last modified time | relevance | path

Searched defs:mode (Results 2951 - 2975 of 12201) sorted by relevance

1...<<111112113114115116117118119120>>...489

/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dfilter_base.cpp65 WorkMode mode; in Prepare() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/
H A Dvideo_strategy_center.cpp168 ExecutionMode mode = GetExecutionMode(); in GetWork() local
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.cpp309 void SinkManager::SetRenderMode(RenderMode mode) in SetRenderMode() argument
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi_ext.cpp155 int32_t mode = 0; in GetToneHapticsSettingsToEnv() local
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_state.cpp66 int32_t PlayerServer::BaseState::Seek(int32_t mSeconds, PlayerSeekMode mode) in Seek() argument
81 int32_t PlayerServer::BaseState::SetPlaybackSpeed(PlaybackRateMode mode) in SetPlaybackSpeed() argument
98 int32_t PlayerServer::BaseState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument
222 int32_t PlayerServer::InitializedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument
265 int32_t PlayerServer::PreparedState::Seek(int32_t mSeconds, PlayerSeekMode mode) in Seek() argument
275 SetPlaybackSpeed(PlaybackRateMode mode) SetPlaybackSpeed() argument
285 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument
334 Seek(int32_t mSeconds, PlayerSeekMode mode) Seek() argument
344 SetPlaybackSpeed(PlaybackRateMode mode) SetPlaybackSpeed() argument
432 Seek(int32_t mSeconds, PlayerSeekMode mode) Seek() argument
442 SetPlaybackSpeed(PlaybackRateMode mode) SetPlaybackSpeed() argument
452 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument
496 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument
506 Seek(int32_t mSeconds, PlayerSeekMode mode) Seek() argument
516 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument
540 SetPlaybackSpeed(PlaybackRateMode mode) SetPlaybackSpeed() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Dread_write_permission_handler.cpp39 static inline bool ContainsFlag(const string &mode, const char flag) in ContainsFlag() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp176 int32_t Decoder::SetPortBufferMode(DirectionType direct, AllocateBufferMode mode, BufferType type) in SetPortBufferMode() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp271 int32_t PlayerDemuxer::Seek(int32_t streamIndex, int64_t timeStampUs, FormatSeekMode mode) in Seek() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_object_test/src/
H A Dmedialibrary_object_test.cpp174 string mode = "rw"; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp108 MediaPrivacyManager::MediaPrivacyManager(const string &path, const string &mode, const string &fileId) in MediaPrivacyManager() argument
136 static bool IsWriteMode(const string &mode) in IsWriteMode() argument
203 static int32_t OpenOriginFd(const string &path, const string &mode) in OpenOriginFd() argument
220 static int32_t OpenFilterProxyFd(const string &path, const string &mode, const PrivacyRanges &ranges) in OpenFilterProxyFd() argument
358 GetPrivacyRanges(const string &path, const string &mode, const string &fileId, PrivacyRanges &ranges) GetPrivacyRanges() argument
[all...]
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp85 int32_t Player::PlayerClient::Rewind(int64_t mSeconds, int32_t mode) in Rewind() argument
H A Dplayer.cpp109 int32_t Player::Rewind(int64_t mSeconds, int32_t mode) in Rewind() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_audio_operations.cpp109 int32_t MediaLibraryAudioOperations::Open(MediaLibraryCommand &cmd, const string &mode) in Open() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp827 const string mode; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Duserfile_client.cpp240 int UserFileClient::OpenFile(Uri &uri, const std::string &mode) in OpenFile() argument
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer.cpp104 int32_t Player::Rewind(int64_t mSeconds, int32_t mode) in Rewind() argument
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H A Dplayer.cpp109 int32_t Player::Rewind(int64_t mSeconds, int32_t mode) in Rewind() argument
/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp214 uint32_t mode = (flag & URI_READ) ? R_OK : 0; in AccessCheck() local
224 uint32_t mode = (flag & URI_WRITE) ? O_RDWR : O_RDONLY; in AccessCheck() local
H A Dmedia_utils.cpp181 Plugins::SeekMode __attribute__((visibility("default"))) Transform2SeekMode(PlayerSeekMode mode) in Transform2SeekMode() argument
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_datashare_extension.cpp329 int RingtoneDataShareExtension::OpenFile(const Uri &uri, const string &mode) in OpenFile() argument
H A Dringtone_data_manager.cpp306 int32_t RingtoneDataManager::OpenRingtoneFile(RingtoneDataCommand &cmd, const string &mode) in OpenRingtoneFile() argument
328 int32_t RingtoneDataManager::OpenVibrateFile(RingtoneDataCommand &cmd, const string &mode) in OpenVibrateFile() argument
350 int32_t RingtoneDataManager::OpenFile(RingtoneDataCommand &cmd, const string &mode) in OpenFile() argument
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H A Dhiplayer_impl_unit_test.cpp607 PlaybackRateMode mode; in HWTEST_F() local
723 PlayerSeekMode mode = PlayerSeekMode::SEEK_NEXT_SYNC; in HWTEST_F() local
731 PlayerSeekMode mode = PlayerSeekMode::SEEK_NEXT_SYNC; in HWTEST_F() local
740 PlayerSeekMode mode = PlayerSeekMode::SEEK_NEXT_SYNC; in HWTEST_F() local
749 PlayerSeekMode mode = PlayerSeekMode::SEEK_NEXT_SYNC; in HWTEST_F() local
758 PlayerSeekMode mode = PlayerSeekMode::SEEK_NEXT_SYNC; HWTEST_F() local
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/
H A Dringtone_unittest.cpp567 string mode = RINGTONE_FILEMODE_READWRITE; in HWTEST_F() local
583 string mode; in HWTEST_F() local
596 string mode = RINGTONE_FILEMODE_READWRITE; in HWTEST_F() local
608 string mode = RINGTONE_FILEMODE_READWRITE; in HWTEST_F() local
620 string mode = RINGTONE_FILEMODE_READWRITE; in HWTEST_F() local
[all...]
/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_stub.cpp262 std::string mode; in StubRequestDeviceMode() local
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp751 FoldDisplayMode mode = FoldDisplayMode{0}; in HWTEST_F() local

Completed in 25 milliseconds

1...<<111112113114115116117118119120>>...489