Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dfitsenc.c81 int bitpix, naxis, naxis3 = 1, bzero = 0, rgb = 0, lines_written = 0, lines_left; in write_image_header() local
88 naxis = 2; in write_image_header()
94 naxis = 2; in write_image_header()
102 naxis = 3; in write_image_header()
115 naxis = 3; in write_image_header()
143 write_keyword_value(s, "%d", "NAXIS", &naxis, &lines_written); // no of dimensions of image in write_image_header()
H A Dfitsdec.c110 if (header->naxis > 1) in is_image()
112 } else if (header->naxis) { in is_image()
118 for (i = 1; i < header->naxis; i++) { in is_image()
/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c130 if (header->rgb && (header->naxis != 3 || (header->naxisn[2] != 3 && header->naxisn[2] != 4))) { in fits_read_header()
131 av_log(avctx, AV_LOG_ERROR, "File contains RGB image but NAXIS = %d and NAXIS3 = %d\n", header->naxis, header->naxisn[2]); in fits_read_header()
135 if (!header->rgb && header->naxis != 2) { in fits_read_header()
136 av_log(avctx, AV_LOG_ERROR, "unsupported number of dimensions, NAXIS = %d\n", header->naxis); in fits_read_header()
146 for (i = 0; i < header->naxis; i++) { in fits_read_header()
H A Dfits.h49 int naxis; member

Completed in 2 milliseconds