Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp118 string g_vvc8bitPath = string("/data/test/media/vvc_8bit_3840_2160.mp4"); variable
703 if (access(g_vvc8bitPath.c_str(), F_OK) != 0) {
708 int fd = open(g_vvc8bitPath.c_str(), O_RDONLY);
709 int64_t size = GetFileSize(g_vvc8bitPath.c_str());
710 cout << g_vvc8bitPath.c_str() << "---------" << fd << "----------" << size <<endl;