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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dv210enc.c63 bytestream2_init_writer(&p, pkt->data, pkt->size);
H A Dsunrastenc.c186 bytestream2_init_writer(&s->p, avpkt->data, avpkt->size);
H A Dbytestream.h141 static av_always_inline void bytestream2_init_writer(PutByteContext *p, function
H A Dutvideoenc.c554 bytestream2_init_writer(&pb, dst, pkt->size);
H A Dtiff.c499 bytestream2_init_writer(&pb, dst, is_yuv ? s->yuv_line_size : (stride * lines));
H A Dwavpackenc.c2587 bytestream2_init_writer(&pb, out, out_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_jpeg.c115 bytestream2_init_writer(&pbc, buf, size);
H A Drtmpproto.c1801 bytestream2_init_writer(&pbc, spkt.data, spkt.size);
2130 bytestream2_init_writer(&pbc, rt->flv_data, rt->flv_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbytestream.h147 static av_always_inline void bytestream2_init_writer(PutByteContext *p, function

Completed in 55 milliseconds