Searched refs:strBsFile (Results 1 – 1 of 1) sorted by relevance
108 string strBsFile; member244 sFileSet.strBsFile = strTag[1]; in ParseConfig()457 sFileSet.strBsFile.assign (argv[n++]); in ParseCommandLine()866 if (fs.strBsFile.length() > 0) { in ProcessEncoding()869 pFpBs[0] = fopen (fs.strBsFile.c_str(), "wb"); in ProcessEncoding()874 string::size_type found = fs.strBsFile.find_last_of ('.'); in ProcessEncoding()876 filename_layer = fs.strBsFile.insert (found, add_info[i]); in ProcessEncoding()878 fs.strBsFile = filename_layer.erase (found, 7); in ProcessEncoding()883 fprintf (stderr, "Can not open file (%s) to write bitstream!\n", fs.strBsFile.c_str()); in ProcessEncoding()