Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dproc_test.cpp115 string g_mp4Vvc10bitPath = string("/data/test/media/vvc_aac_10bit_1920_1080.mp4"); variable
1707 if (access(g_mp4Vvc10bitPath.c_str(), F_OK) != 0) { in HWTEST_F()
1714 int fd = open(g_mp4Vvc10bitPath.c_str(), O_RDONLY); in HWTEST_F()
1715 int64_t size = GetFileSize(g_mp4Vvc10bitPath.c_str()); in HWTEST_F()
1716 cout << g_mp4Vvc10bitPath.c_str() << "---------" << fd << "----------" << size <<endl; in HWTEST_F()
1797 if (access(g_mp4Vvc10bitPath.c_str(), F_OK) != 0) { in HWTEST_F()
1802 int fd = open(g_mp4Vvc10bitPath.c_str(), O_RDONLY); in HWTEST_F()
1803 int64_t size = GetFileSize(g_mp4Vvc10bitPath.c_str()); in HWTEST_F()
1804 cout << g_mp4Vvc10bitPath.c_str() << "---------" << fd << "----------" << size <<endl; in HWTEST_F()

Completed in 7 milliseconds