Lines Matching defs:pkt
83 AVPacket *pkt;
105 pkt = task->outdata;
107 ret = ffcodec(avctx->codec)->cb.encode(avctx, pkt, frame, &got_packet);
109 int ret2 = av_packet_make_refcounted(pkt);
112 pkt->pts = pkt->dts = frame->pts;
114 pkt->data = NULL;
115 pkt->size = 0;
283 int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
317 av_packet_move_ref(pkt, outtask->outdata);
318 if(pkt->data)