Searched refs:fmtPtr (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2/build/libraries/tc/src/ |
| D | TCScriptFile.cpp | 305 char* icPtr = NULL, *iaPtr = NULL, *fmtPtr = NULL; in TCProcessImKey() local 331 fmtPtr = strtok( NULL, "," ); in TCProcessImKey() 332 …TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey() 373 TCStripBlanks( fmtPtr, 1,1 ); in TCProcessImKey() 389 if( (strcmp(fmtPtr, "I4")) == 0 ) in TCProcessImKey() 391 else if( (strcmp(fmtPtr, "I8")) == 0 ) in TCProcessImKey() 393 else if( (strcmp(fmtPtr, "IA4")) == 0 ) in TCProcessImKey() 395 else if( (strcmp(fmtPtr, "IA8")) == 0 ) in TCProcessImKey() 398 else if( (strcmp(fmtPtr, "RGB565")) == 0 ) in TCProcessImKey() 401 else if( (strcmp(fmtPtr, "RGB5A3")) == 0 ) in TCProcessImKey() [all …]
|