Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp119 string g_vvc10bitPath = string("/data/test/media/vvc_aac_10bit_1920_1080.mp4"); variable
734 if (access(g_vvc10bitPath.c_str(), F_OK) != 0) {
740 int fd = open(g_vvc10bitPath.c_str(), O_RDONLY);
741 int64_t size = GetFileSize(g_vvc10bitPath.c_str());
742 cout << g_vvc10bitPath.c_str() << "---------" << fd << "----------" << size <<endl;