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

  /external/opencv3/modules/imgcodecs/src/
rgbe.hpp 61 } rgbe_header_info; typedef in typeref:struct:__anon21691
63 /* flags indicating which fields in an rgbe_header_info are valid */
73 /* you may set rgbe_header_info to null if you want to */
74 int RGBE_WriteHeader(FILE *fp, int width, int height, rgbe_header_info *info);
75 int RGBE_ReadHeader(FILE *fp, int *width, int *height, rgbe_header_info *info);
rgbe.cpp 149 int RGBE_WriteHeader(FILE *fp, int width, int height, rgbe_header_info *info)
174 int RGBE_ReadHeader(FILE *fp, int *width, int *height, rgbe_header_info *info)

Completed in 1223 milliseconds