Home
last modified time | relevance | path

Searched refs:first_image (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dfitsenc.c30 int first_image; member
36 fitsctx->first_image = 1; in fits_write_header()
129 if (fitsctx->first_image) { in write_image_header()
149 if (!fitsctx->first_image) { in write_image_header()
153 fitsctx->first_image = 0; in write_image_header()
Dfitsdec.c39 int first_image; member
65 fits->first_image = 1; in fits_read_header()
105 image = fits->first_image || header->image_extension; in is_image()
106 fits->first_image = 0; in is_image()
153 if (fits->first_image) { in fits_read_packet()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex.c134 struct gl_texture_image *first_image = texobj->Image[0][0]; in brw_alloc_texture_storage() local
136 first_image->NumSamples); in brw_alloc_texture_storage()
145 !brw_miptree_match_image(intel_texobj->mt, first_image) || in brw_alloc_texture_storage()
149 brw_get_image_dims(first_image, &width, &height, &depth); in brw_alloc_texture_storage()
151 first_image->TexFormat, in brw_alloc_texture_storage()
181 intel_texobj->_Format = first_image->TexFormat; in brw_alloc_texture_storage()