Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp73 string g_mp4VvcPath = TEST_FILE_PATH + string("vvc.mp4"); member
2419 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
2422 InitResource(g_mp4VvcPath, LOCAL); in HWTEST_F()
2446 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
2449 InitResource(g_mp4VvcPath, LOCAL); in HWTEST_F()
H A Ddemuxer_uri_unit_test.cpp67 string g_mp4VvcPath = TEST_FILE_PATH + string("vvc.mp4"); member
1466 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
1493 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp79 string g_mp4VvcPath = TEST_FILE_PATH + string("vvc.mp4"); member
2064 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
2067 fd_ = OpenFile(g_mp4VvcPath); in HWTEST_F()
2068 size_ = GetFileSize(g_mp4VvcPath); in HWTEST_F()
2069 printf("---- %s ------\n", g_mp4VvcPath.c_str()); in HWTEST_F()
H A Davsource_uri_unit_test.cpp59 string g_mp4VvcPath = TEST_FILE_PATH + string("vvc.mp4"); member
1195 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()

Completed in 9 milliseconds