Home | History | Annotate | Download | only in codec

Lines Matching refs:idat

182         if (is_chunk(chunk, "IDAT")) {
236 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'};
237 png_save_uint_32(idat, length);
238 png_process_data(fPng_ptr, fInfo_ptr, idat, 8);