Home
last modified time | relevance | path

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

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