Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Davpacket.c82 static int packet_alloc(AVBufferRef **buf, int size) in packet_alloc() function
100 int ret = packet_alloc(&buf, size); in av_new_packet()
441 ret = packet_alloc(&dst->buf, src->size); in av_packet_ref()
492 ret = packet_alloc(&pkt->buf, pkt->size); in av_packet_make_refcounted()
512 ret = packet_alloc(&buf, pkt->size); in av_packet_make_writable()

Completed in 2 milliseconds