Searched refs:av_new_packet (Results 126 - 150 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwv.c265 if(av_new_packet(pkt, wc->blksize + WV_EXTRA_SIZE + off) < 0)
H A Dxmv.c505 result = av_new_packet(pkt, frame_size);
H A Dape.c372 if (av_new_packet(pkt, ape->frames[ape->currentframe].size + extra_size) < 0)
H A Dffmdec.c422 av_new_packet(pkt, size);
H A Dipmovie.c158 if (av_new_packet(pkt, s->decode_map_chunk_size + s->video_chunk_size))
H A Doggdec.c601 ret = av_new_packet(pkt, psize);
H A Dmatroskadec.c1846 av_new_packet(pkt, a);
1873 if (av_new_packet(pkt, pkt_size+offset) < 0) {
H A Dnutdec.c760 av_new_packet(pkt, size + nut->header_len[header_idx]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c537 if (av_new_packet(pkt, file_size) < 0)
H A Ddshow.c217 if(av_new_packet(&pktl_next->pkt, buf_size) < 0) {
H A Dv4l2.c533 res = av_new_packet(pkt, buf.bytesused);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dape.c414 if (av_new_packet(pkt, ape->frames[ape->currentframe].size + extra_size) < 0)
H A Dimg2dec.c433 if (av_new_packet(pkt, size[0] + size[1] + size[2]) < 0)
H A Dipmovie.c159 if (av_new_packet(pkt, s->decode_map_chunk_size + s->video_chunk_size))
H A Dffmdec.c521 if (av_new_packet(pkt, size) < 0) {
H A Diff.c717 if (av_new_packet(pkt, iff->body_size + 2) < 0) {
H A Doggdec.c783 ret = av_new_packet(pkt, psize);
H A Drtpdec.c649 if ((rv = av_new_packet(pkt, len)) < 0)
H A Dnutdec.c1013 if (av_new_packet(pkt, size + nut->header_len[header_idx]) < 0)
H A Dmatroskadec.c2388 if (!(pkt = av_mallocz(sizeof(AVPacket))) || av_new_packet(pkt, a) < 0) {
2552 err = av_new_packet(pkt, text_len);
2638 if (av_new_packet(pkt, pkt_size + offset) < 0) {
H A Dasfdec.c1206 av_new_packet(&asf_st->pkt, asf_st->packet_obj_size);
H A Dsbgdec.c1454 if (av_new_packet(packet, 12) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h3476 int av_new_packet(AVPacket *pkt, int size);
H A Dutils.c861 return av_new_packet(avpkt, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h3633 int av_new_packet(AVPacket *pkt, int size);

Completed in 173 milliseconds

1234567