Home
last modified time | relevance | path

Searched refs:g_file1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp52 const char *g_file1 = "/data/test/media/01_video_audio.mp4"; variable
62 fd1 = open(g_file1, O_RDONLY); in SetUp()
65 if (stat(g_file1, &fileStatus) == 0) { in SetUp()
69 std::cout << fd1 << "----------" << g_file1 << "=====" << size << std::endl; in SetUp()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp44 const char *g_file1 = "/data/test/media/01_video_audio.mp4"; variable
70 fd1 = open(g_file1, O_RDONLY); in SetUp()
72 if (stat(g_file1, &fileStatus) == 0) { in SetUp()
76 std::cout << fd1 << "----------" << g_file1 << "=====" << size << std::endl; in SetUp()