Lines Matching defs:pkt
174 AVPacket *pkt)
210 ret= av_get_packet(pb, pkt, chunk_size);
256 pkt->stream_index = wsvqa->audio_stream_index;
260 if(pkt->data)
261 pkt->duration = AV_RL16(pkt->data) / wsvqa->channels;
265 pkt->duration = (chunk_size * 2) / wsvqa->channels;
271 * append it to 'pkt' */
273 int64_t current_pos = pkt->pos;
282 if (av_append_packet(pb, pkt, wsvqa->vqfl_chunk_size) < 0)
292 pkt->stream_index = wsvqa->video_stream_index;
293 pkt->duration = 1;