Searched refs:alloc_picture (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/client_examples/
H A Dvnc2mpg.c99 AVFrame *alloc_picture(int pix_fmt, int width, int height) function
152 picture = alloc_picture(c->pix_fmt, c->width, c->height);
163 tmp_picture = alloc_picture(PIX_FMT_RGB565, c->width, c->height);

Completed in 128 milliseconds