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

/external/libvncserver/client_examples/
H A Dvnc2mpg.c175 AVFrame *picture_ptr; local
190 picture_ptr = picture;
201 pkt.data= (uint8_t *)picture_ptr;
207 out_size = avcodec_encode_video(c, video_outbuf, video_outbuf_size, picture_ptr);

Completed in 425 milliseconds