Lines Matching defs:ahead
171 AVPacket ahead[2]; /* [v, a] if .data is !NULL there is something */
492 nsv->ahead[0].data = nsv->ahead[1].data = NULL;
535 if (nsv->ahead[0].data || nsv->ahead[1].data)
583 pkt = &nsv->ahead[NSV_ST_VIDEO];
597 pkt = &nsv->ahead[NSV_ST_AUDIO];
651 if (!nsv->ahead[0].data && !nsv->ahead[1].data)
658 if (nsv->ahead[i].data) {
659 av_packet_move_ref(pkt, &nsv->ahead[i]);
694 if (nsv->ahead[0].data)
695 av_packet_unref(&nsv->ahead[0]);
696 if (nsv->ahead[1].data)
697 av_packet_unref(&nsv->ahead[1]);