Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance
163 gif->loop_count = -1; in gif_open()243 uint16_t loop_count; in read_application_ext() local254 loop_count = read_num(gif); in read_application_ext()255 if(gif->loop_count < 0) { in read_application_ext()256 if(loop_count == 0) { in read_application_ext()257 gif->loop_count = 0; in read_application_ext()260 gif->loop_count = loop_count + 1; in read_application_ext()583 if(gif->loop_count == 1 || gif->loop_count < 0) { in gd_get_frame()586 else if(gif->loop_count > 1) { in gd_get_frame()587 gif->loop_count--; in gd_get_frame()[all …]
32 int32_t loop_count; member