Home
last modified time | relevance | path

Searched refs:naxisn (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c71 for (i = 0; i < header->naxisn[1]; i++) { \ in fill_data_min_max()
72 for (j = 0; j < header->naxisn[0]; j++) { \ in fill_data_min_max()
130 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()
147 if (size == 0 || header->naxisn[i] > SIZE_MAX / size) { in fits_read_header()
151 size *= header->naxisn[i]; in fits_read_header()
210 if (header.naxisn[2] == 3) { in fits_decode_frame()
216 if (header.naxisn[2] == 3) { in fits_decode_frame()
233 if ((ret = ff_set_dimensions(avctx, header.naxisn[ in fits_decode_frame()
[all...]
H A Dfits.h50 int naxisn[999]; member
/third_party/ffmpeg/libavformat/
H A Dfitsdec.c113 size = header->naxisn[0]; in is_image()
119 if(size && header->naxisn[i] > UINT64_MAX / size) in is_image()
121 size *= header->naxisn[i]; in is_image()

Completed in 3 milliseconds