HomeSort by relevance Sort by last modified time
    Searched refs:programtype (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgcodecs/src/
rgbe.hpp 54 char programtype[16]; /* listed at beginning of file to identify it member in struct:__anon21691
rgbe.cpp 151 const char *programtype = "RGBE"; local
154 programtype = info->programtype;
155 if (fprintf(fp,"#?%s\n",programtype) < 0)
157 /* The #? is to identify file type, the programtype is optional. */
182 info->programtype[0] = 0;
193 for(i=0;i<static_cast<int>(sizeof(info->programtype)-1);i++) {
196 info->programtype[i] = buf[i+2];
198 info->programtype[i] = 0;

Completed in 68 milliseconds