Lines Matching defs:frame
84 AVFrame *frame;
104 frame = task->indata;
107 ret = ffcodec(avctx->codec)->cb.encode(avctx, pkt, frame, &got_packet);
112 pkt->pts = pkt->dts = frame->pts;
118 av_frame_unref(frame);
157 "MJPEG CBR encoding works badly with frame multi-threading, consider "
172 // huffyuv does not support these with multiple frame threads currently
284 AVFrame *frame, int *got_packet_ptr)
291 if(frame){
292 av_frame_move_ref(c->tasks[c->task_index].indata, frame);
305 (frame && !outtask->finished &&