Searched refs:av_new_packet (Results 76 - 100 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dfbdev.c212 if ((ret = av_new_packet(pkt, fbdev->frame_size)) < 0)
H A Dlibcdio.c134 if ((ret = av_new_packet(pkt, CDIO_CD_FRAMESIZE_RAW)) < 0)
H A Doss_audio.c240 if ((ret=av_new_packet(pkt, s->frame_size)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dassdec.c155 av_new_packet(pkt, end ? end-p+1 : strlen(p));
H A Davisynth.c164 if (av_new_packet(pkt, stream->chunck_size))
H A Davs.c91 ret = av_new_packet(pkt, size + palette_size);
H A Dbethsoftvid.c158 if(av_new_packet(pkt, vidbuf_nbytes) < 0)
H A Dc93.c154 ret = av_new_packet(pkt, datasize + 768 + 1);
H A Ddsicin.c182 ret = av_new_packet(pkt, 4 + pkt_size);
H A Didroqdec.c188 if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE))
H A Djvdec.c162 if (av_new_packet(pkt, size + JV_PREAMBLE_SIZE))
H A Dmmf.c279 if (av_new_packet(pkt, size))
H A Dmpc.c154 if (av_new_packet(pkt, size) < 0)
H A Dnuv.c220 ret = av_new_packet(pkt, copyhdrsize + size);
H A Drawdec.c109 if (av_new_packet(pkt, size) < 0)
H A Drmdec.c262 if (av_new_packet(&ast->pkt, ast->audio_framesize * sub_packet_h) < 0)
643 if(av_new_packet(pkt, len + 9) < 0)
658 if(av_new_packet(&vst->pkt, vst->videobufsize) < 0)
840 av_new_packet(pkt, st->codec->block_align);
H A Drtpdec_qdm2.c198 if ((res = av_new_packet(pkt, qdm->block_size)) < 0)
H A Dsiff.c205 if (av_new_packet(pkt, size) < 0)
H A Dswfdec.c196 if ((res = av_new_packet(pkt, len-2)) < 0)
H A Dtiertexseq.c254 if (av_new_packet(pkt, 1 + seq->current_pal_data_size + seq->current_video_data_size))
H A Dvqf.c226 if (av_new_packet(pkt, size+2) < 0)
H A Dyop.c134 ret = av_new_packet(&yop->video_packet,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c460 if (av_new_packet(pkt, pkt->size) < 0)
559 if (av_new_packet(pkt, pkt->size) < 0)
H A Dsmacker.c345 if (av_new_packet(pkt, frame_size + 769))
362 if (av_new_packet(pkt, smk->buf_sizes[smk->curstream]))
H A Dswfdec.c358 if ((res = av_new_packet(pkt, out_len - colormapsize * colormapbpp)) < 0)
458 if ((res = av_new_packet(pkt, len)) < 0)

Completed in 87 milliseconds

1234567