Searched refs:FITSContext (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | fitsdec.c | 36 typedef struct FITSContext { struct 41 } FITSContext; argument 54 FITSContext * fits = s->priv_data; in fits_read_header() 79 static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header, in is_image() 148 FITSContext *fits = s->priv_data; in fits_read_packet() 215 …{ "framerate", "set the framerate", offsetof(FITSContext, framerate), AV_OPT_TYPE_VIDEO_RATE, {.st… 229 .priv_data_size = sizeof(FITSContext),
|
D | fitsenc.c | 29 typedef struct FITSContext { struct 31 } FITSContext; argument 35 FITSContext *fitsctx = s->priv_data; in fits_write_header() 78 FITSContext *fitsctx = s->priv_data; in write_image_header() 201 .priv_data_size = sizeof(FITSContext),
|
/third_party/ffmpeg/libavcodec/ |
D | fitsdec.c | 42 typedef struct FITSContext { struct 45 } FITSContext; typedef 199 FITSContext * fitsctx = avctx->priv_data; in fits_decode_frame() 312 …, "value that is used to replace BLANK pixels in data array", offsetof(FITSContext, blank_val), AV… 327 .priv_data_size = sizeof(FITSContext),
|