Searched refs:fmtPtr (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.1.4/build/libraries/tc/src/ |
| D | TCScriptFile.cpp | 300 char* icPtr = NULL, *iaPtr = NULL, *fmtPtr = NULL; in TCProcessImKey() local 326 fmtPtr = strtok( NULL, "," ); in TCProcessImKey() 327 …TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey() 368 TCStripBlanks( fmtPtr, 1,1 ); in TCProcessImKey() 384 if( (strcmp(fmtPtr, "I4")) == 0 ) in TCProcessImKey() 386 else if( (strcmp(fmtPtr, "I8")) == 0 ) in TCProcessImKey() 388 else if( (strcmp(fmtPtr, "IA4")) == 0 ) in TCProcessImKey() 390 else if( (strcmp(fmtPtr, "IA8")) == 0 ) in TCProcessImKey() 393 else if( (strcmp(fmtPtr, "RGB565")) == 0 ) in TCProcessImKey() 396 else if( (strcmp(fmtPtr, "RGB5A3")) == 0 ) in TCProcessImKey() [all …]
|