Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp501 string strInputFile (""), strOutputFile (""), strOptionFile (""), strLengthFile (""); local
528 strInputFile = strTag[1];
557 strInputFile = pArgV[1];
563 strInputFile = pArgV[1];
611 if (strInputFile.empty()) {
640 …H264DecodeInstance (pDecoder, strInputFile.c_str(), !strOutputFile.empty() ? strOutputFile.c_str()…