Searched refs:FITSContext (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | fitsdec.c | 36 typedef struct FITSContext { struct 41 } FITSContext; typedef 54 FITSContext * fits = s->priv_data; in fits_read_header() 73 * @param fits pointer to FITSContext 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, {.str = "1"}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM}, 229 .priv_data_size = sizeof(FITSContext),
|
H A D | fitsenc.c | 30 typedef struct FITSContext { struct 32 } FITSContext; typedef 36 FITSContext *fitsctx = s->priv_data; in fits_write_header() 79 FITSContext *fitsctx = s->priv_data; in write_image_header() 198 .priv_data_size = sizeof(FITSContext),
|
/third_party/ffmpeg/libavcodec/ |
H A D | fitsdec.c | 43 typedef struct FITSContext { struct 46 } FITSContext; typedef 200 FITSContext * fitsctx = avctx->priv_data; in fits_decode_frame() 313 { "blank_value", "value that is used to replace BLANK pixels in data array", offsetof(FITSContext, blank_val), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 65535, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM}, 331 .priv_data_size = sizeof(FITSContext),
|
Completed in 2 milliseconds