Home
last modified time | relevance | path

Searched refs:MSERR_UNSUPPORT_FILE (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/
H A Daudio_haptic_unit_test.cpp950 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
970 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
990 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1010 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1033 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1056 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1079 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1101 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1123 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
1145 if (result == MSERR_OPEN_FILE_FAILED || result == MSERR_UNSUPPORT_FILE) { in HWTEST_F()
[all...]
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp91 (realpath(audioUri_.c_str(), realPathRes) != nullptr), MSERR_UNSUPPORT_FILE, "Invalid file path length"); in PrepareSound()
114 CHECK_AND_RETURN_RET_LOG(!isUnsupportedFile_, MSERR_UNSUPPORT_FILE, in PrepareSound()
266 if (mediaErr == MSERR_UNSUPPORT_FILE) { in NotifyErrorEvent()
H A Daudio_haptic_sound_normal_impl.cpp89 (realpath(audioUri_.c_str(), realPathRes) != nullptr), MSERR_UNSUPPORT_FILE, "Invalid file path length"); in ResetAVPlayer()
114 CHECK_AND_RETURN_RET_LOG(!isUnsupportedFile_, MSERR_UNSUPPORT_FILE, "Unsupported file when preparing avplayer."); in ResetAVPlayer()
277 if (mediaErr == MSERR_UNSUPPORT_FILE) { in NotifyErrorEvent()
H A Daudio_haptic_vibrator_impl.cpp165 return MSERR_UNSUPPORT_FILE; in PreLoad()
175 return MSERR_UNSUPPORT_FILE; in PreLoad()
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadata_collector.cpp264 CHECK_AND_RETURN_RET_LOG(GetVideoTrackId(trackId) == Status::OK, MSERR_UNSUPPORT_FILE, "No video track!"); in GetTimeByFrameIndex() local
266 MSERR_UNSUPPORT_FILE, "Get time by frame failed"); in GetTimeByFrameIndex()
273 CHECK_AND_RETURN_RET_LOG(GetVideoTrackId(trackId) == Status::OK, MSERR_UNSUPPORT_FILE, "No video track!"); in GetFrameIndexByTime() local
275 MSERR_UNSUPPORT_FILE, "Get frame by time failed"); in GetFrameIndexByTime()
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcast_controller_callback.h161 MSERR_UNSUPPORT_FILE, // this appears to be a text file.
285 {MSERR_UNSUPPORT_FILE, "this appears to be a text file"},
410 {MSERR_UNSUPPORT_FILE, MSERR_EXT_API9_UNSUPPORT_FORMAT},
/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp51 {MSERR_UNSUPPORT_FILE, "this appears to be a text file"},
136 {MSERR_UNSUPPORT_FILE, MSERR_EXT_UNSUPPORT},
229 {MSERR_UNSUPPORT_FILE, MSERR_EXT_API9_UNSUPPORT_FORMAT},
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h58 MSERR_UNSUPPORT_FILE, // this appears to be a text file.
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp75 callback_->OnError(MSERR_UNSUPPORT_FILE); in DoParser()
81 callback_->OnError(MSERR_UNSUPPORT_FILE); in DoParser()
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/
H A Daudio_haptic_manager_napi.cpp618 } else if (result == MSERR_UNSUPPORT_FILE) { in AsyncCreatePlayer()

Completed in 27 milliseconds