Home
last modified time | relevance | path

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

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