Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dcodec_demo.cpp30 char *gInFile = nullptr; variable
52 gInFile = optarg; in ParseParam()
68 if ((gType > 2 || gType < 0) || gInFile == nullptr || gOutFile == nullptr) { in ParseParam()
171 std::fstream infile(gInFile, std::ios::in | std::ios_base::binary); in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp40 char *gInFile = nullptr; variable
62 gInFile = optarg; in ParseParam()
78 if (!((gType == 0 && gInFile != nullptr) || (gType == 1 && gPort > 0))) { in ParseParam()
203 std::fstream infile(gInFile, std::ios::in | std::ios_base::binary); in main()

Completed in 2 milliseconds