Lines Matching defs:img
161 xcb_get_image_reply_t *img;
170 img = xcb_get_image_reply(c->conn, iq, &e);
183 if (!img)
186 data = xcb_get_image_data(img);
187 length = xcb_get_image_data_length(img);
189 pkt->buf = av_buffer_create(data, length, xcbgrab_image_reply_free, img, 0);
191 free(img);
269 xcb_shm_get_image_reply_t *img;
285 img = xcb_shm_get_image_reply(c->conn, iq, &e);
302 free(img);