Home | History | Annotate | Download | only in src

Lines Matching defs:out_size

1325         int out_size = avcodec_encode_video(c, outbuf, outbuf_size, picture);
1327 if (out_size > 0) {
1338 pkt.size= out_size;