Searched refs:pInput (Results 1 – 1 of 1) sorted by relevance
/development/tools/etc1tool/ |
D | etc1tool.cpp | 136 int read_PNG_File(const char* pInput, etc1_byte** ppImageData, in read_PNG_File() argument 149 if ((pIn = fopen(pInput, "rb")) == NULL) { in read_PNG_File() 151 pInput, errno); in read_PNG_File() 158 fprintf(stderr, "Could not read PNG header from %s: %d\n", pInput, in read_PNG_File() 164 fprintf(stderr, "%s is not a PNG file.\n", pInput); in read_PNG_File() 234 int readPKMFile(const char* pInput, etc1_byte** ppImageData, in readPKMFile() argument 247 if ((pIn = fopen(pInput, "rb")) == NULL) { in readPKMFile() 249 pInput, errno); in readPKMFile() 255 pInput, errno); in readPKMFile() 260 fprintf(stderr, "Bad header PKM header for input file %s\n", pInput); in readPKMFile() [all …]
|