Searched defs:inFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c65 int GetNextBuf(FILE* inFile,unsigned char* dst,int size) argument
67 int size2 = (int)fread(dst, sizeof(signed char), size,inFile);
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp52 std::string inFile; variable
99 inFile = argv[optind];
101 int l = inFile.length();
102 if (l > 3 && inFile[l-3] == '.' && inFile[l-2] == 'b' && inFile[l-1] == 'c') {
103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll";
104 infoFile = std::string(inFile.begin(), inFile
[all...]

Completed in 1169 milliseconds