Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Davpacket.c84 static int packet_alloc(AVBufferRef **buf, int size) in packet_alloc() function
102 int ret = packet_alloc(&buf, size); in av_new_packet()
652 ret = packet_alloc(&dst->buf, src->size); in av_packet_ref()
703 ret = packet_alloc(&pkt->buf, pkt->size); in av_packet_make_refcounted()
723 ret = packet_alloc(&buf, pkt->size); in av_packet_make_writable()