Lines Matching defs:tmp
151 AVPacket tmp = { 0 };
159 ret = copy_packet_props(&tmp, pkt);
163 ret = av_fifo_write(avci->pkt_props, &tmp, 1);
165 av_packet_unref(&tmp);
1486 AVFrame *tmp;
1503 tmp = av_frame_alloc();
1504 if (!tmp)
1507 av_frame_move_ref(tmp, frame);
1511 av_frame_free(&tmp);
1515 av_frame_copy(frame, tmp);
1516 av_frame_free(&tmp);