Searched refs:o_packet (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibtheoraenc.c156 ogg_packet o_packet; local
251 while (th_encode_flushheader(h->t_state, &t_comment, &o_packet))
252 if (concatenate_packet(&offset, avc_context, &o_packet))
269 ogg_packet o_packet; local
274 th_encode_packetout(h->t_state, 1, &o_packet);
317 result = th_encode_packetout(h->t_state, 0, &o_packet);
331 if (buf_size < o_packet.bytes) {
335 memcpy(outbuf, o_packet.packet, o_packet.bytes);
340 avc_context->coded_frame->key_frame = !(o_packet
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibtheoraenc.c159 ogg_packet o_packet; local
255 while (th_encode_flushheader(h->t_state, &t_comment, &o_packet))
256 if ((ret = concatenate_packet(&offset, avc_context, &o_packet)) < 0)
272 ogg_packet o_packet; local
277 th_encode_packetout(h->t_state, 1, &o_packet);
320 result = th_encode_packetout(h->t_state, 0, &o_packet);
334 if ((ret = ff_alloc_packet2(avc_context, pkt, o_packet.bytes)) < 0)
336 memcpy(pkt->data, o_packet.packet, o_packet.bytes);
341 avc_context->coded_frame->key_frame = !(o_packet
[all...]

Completed in 85 milliseconds