Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxinternal.c466 int num_images; in MuxValidate() local
513 err = ValidateChunk(mux, IDX_VP8, NO_FLAG, flags, -1, &num_images); in MuxValidate()
515 if (num_vp8x == 0 && num_images != 1) return WEBP_MUX_INVALID_ARGUMENT; in MuxValidate()
Dmuxread.c291 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE); in ValidateForSingleImage() local
294 if (num_images == 0) { in ValidateForSingleImage()
297 } else if (num_images == 1 && num_frames == 0) { in ValidateForSingleImage()
/external/ImageMagick/coders/
Ddds.c1657 num_images; in ReadDDSImage() local
1761 num_images = 1; in ReadDDSImage()
1767 num_images = 0; in ReadDDSImage()
1768 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEX) num_images++; in ReadDDSImage()
1769 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEX) num_images++; in ReadDDSImage()
1770 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEY) num_images++; in ReadDDSImage()
1771 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEY) num_images++; in ReadDDSImage()
1772 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEZ) num_images++; in ReadDDSImage()
1773 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEZ) num_images++; in ReadDDSImage()
1777 num_images = dds_info.depth; in ReadDDSImage()
[all …]