Home
last modified time | relevance | path

Searched refs:FITSHeader (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfits.h43 typedef struct FITSHeader { struct
62 } FITSHeader; typedef
71 int avpriv_fits_header_init(FITSHeader *header, FITSHeaderState state);
81 int avpriv_fits_header_parse_line(void *avcl, FITSHeader *header, const uint8_t line[80], AVDictionary ***metadata);
H A Dfitsdec.c56 static int fill_data_min_max(const uint8_t *ptr8, FITSHeader *header, const uint8_t *end) in fill_data_min_max()
98 * Read the fits header and store the values in FITSHeader pointed by header
101 * @param header pointer to the FITSHeader
106 static int fits_read_header(AVCodecContext *avctx, const uint8_t **ptr, FITSHeader *header, in fits_read_header()
199 FITSHeader header; in fits_decode_frame()
H A Dfits.c31 int avpriv_fits_header_init(FITSHeader *header, FITSHeaderState state) in avpriv_fits_header_init()
113 int avpriv_fits_header_parse_line(void *avcl, FITSHeader *header, const uint8_t line[80], AVDictionary ***metadata) in avpriv_fits_header_parse_line()
/third_party/ffmpeg/libavformat/
H A Dfitsdec.c74 * @param header pointer to FITSHeader
79 static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header, in is_image()
149 FITSHeader header; in fits_read_packet()

Completed in 2 milliseconds