85            if(strcmp(str, 
"B8G8R8X8") == 0) {
 
   87            } 
else if(strcmp(str, 
"R8G8B8X8") == 0) {
 
   89            } 
else if(strcmp(str, 
"B8G8R8") == 0) {
 
   91            } 
else if(strcmp(str, 
"R8G8B8") == 0) {
 
   93            } 
else if(strcmp(str, 
"R8") == 0) {
 
   95            } 
else if(strcmp(str, 
"R16") == 0) {
 
   97            } 
else if(strcmp(str, 
"IR_X8X8X8") == 0) {
 
   99            } 
else if(strcmp(str, 
"YUV_NV21") == 0) {
 
  101            } 
else if(strcmp(str, 
"YUV_NV12") == 0) {
 
  102                return Format{Type::YUV_NV12};
 
 
  189                assert(!
"Not implemented");
 
 
  272        operator Type() const noexcept {
 
 
 
  281        return static_cast<int>(in);
 
SDK namespace.
Definition IAGSEstimator.h:8