Home
last modified time | relevance | path

Searched refs:MEDIA_ROOT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/
H A Dplayer_mock.h38 const std::string MEDIA_ROOT = "file:///data/test/"; variable
39 const std::string VIDEO_FILE1 = MEDIA_ROOT + "H264_AAC.mp4";
40 const std::string VIDEO_FILE2 = MEDIA_ROOT + "H264_AAC_multi_track.mp4";
41 const std::string SUBTITLE_SRT_FIELE = MEDIA_ROOT + "utf8.srt";
42 const std::string SUBTITLE_SRT_FIELE1 = MEDIA_ROOT + "utf8_test1.srt";
57 const std::string INVALID_FILE = MEDIA_ROOT + "invalid.mp4";
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2049 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2076 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2105 if (vec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2154 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2183 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2212 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2241 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2273 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2302 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
2330 if (srcVec[i] == MEDIA_ROOT + "H264_MP3.mp4") {
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp34 const std::string MEDIA_ROOT = "file:///data/test/media/"; variable
35 const std::string VIDEO_FILE1 = MEDIA_ROOT + "camera_info_parser.mp4";
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsubtitle_sink_filter_unit_test.cpp30 static const std::string MEDIA_ROOT = "file:///data/test/media/"; variable
31 static const std::string VIDEO_FILE1 = MEDIA_ROOT + "camera_info_parser.mp4";
/ohos5.0/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp30 const std::string MEDIA_ROOT = "file:///data/test/media/"; variable
31 const std::string VIDEO_FILE1 = MEDIA_ROOT + "camera_info_parser.mp4";
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/
H A Dplayer_server_mem_unit_test.cpp24 const std::string MEDIA_ROOT = "/data/test/"; variable
25 const std::string VIDEO_FILE1 = MEDIA_ROOT + "H264_AAC.mp4";