Searched refs:pktl (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dvfwcap.c40 AVPacketList *pktl; member in struct:vfw_ctx
196 for(ppktl = &ctx->pktl ; *ppktl ; ppktl = &(*ppktl)->next);
213 AVPacketList *pktl; local
225 pktl = ctx->pktl;
226 while (pktl) {
227 AVPacketList *next = pktl->next;
228 av_destruct_packet(&pktl->pkt);
229 av_free(pktl);
230 pktl
413 AVPacketList *pktl = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dvfwcap.c40 AVPacketList *pktl; member in struct:vfw_ctx
196 for(ppktl = &ctx->pktl ; *ppktl ; ppktl = &(*ppktl)->next);
213 AVPacketList *pktl; local
225 pktl = ctx->pktl;
226 while (pktl) {
227 AVPacketList *next = pktl->next;
228 av_destruct_packet(&pktl->pkt);
229 av_free(pktl);
230 pktl
413 AVPacketList *pktl = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dvfwcap.c40 AVPacketList *pktl; member in struct:vfw_ctx
196 for(ppktl = &ctx->pktl ; *ppktl ; ppktl = &(*ppktl)->next);
213 AVPacketList *pktl; local
225 pktl = ctx->pktl;
226 while (pktl) {
227 AVPacketList *next = pktl->next;
228 av_destruct_packet(&pktl->pkt);
229 av_free(pktl);
230 pktl
413 AVPacketList *pktl = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dutils.c629 AVPacketList *pktl = av_mallocz(sizeof(AVPacketList)); local
630 if (!pktl)
634 (*plast_pktl)->next = pktl;
636 *packet_buffer = pktl;
639 *plast_pktl = pktl;
640 pktl->pkt= *pkt;
641 return &pktl->pkt;
650 AVPacketList *pktl = s->raw_packet_buffer; local
652 if (pktl) {
653 *pkt = pktl
820 AVPacketList *pktl= s->packet_buffer; local
847 AVPacketList *pktl= s->packet_buffer; local
1176 AVPacketList *pktl; local
1231 AVPacketList *pktl; local
2852 AVPacketList *pktl; local
[all...]
H A Dseek.c486 static void free_packet_list(AVPacketList *pktl) argument
489 while (pktl) {
490 cur = pktl;
491 pktl = cur->next;
H A Dmxfenc.c1816 AVPacketList *pktl = s->packet_buffer; local
1820 while (pktl) {
1821 if (!stream_count || pktl->pkt.stream_index == 0)
1823 last = pktl;
1824 pktl = pktl->next;
1828 while (pktl) {
1829 AVPacketList *next = pktl->next;
1831 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dutils.c629 AVPacketList *pktl = av_mallocz(sizeof(AVPacketList)); local
630 if (!pktl)
634 (*plast_pktl)->next = pktl;
636 *packet_buffer = pktl;
639 *plast_pktl = pktl;
640 pktl->pkt= *pkt;
641 return &pktl->pkt;
650 AVPacketList *pktl = s->raw_packet_buffer; local
652 if (pktl) {
653 *pkt = pktl
820 AVPacketList *pktl= s->packet_buffer; local
847 AVPacketList *pktl= s->packet_buffer; local
1176 AVPacketList *pktl; local
1231 AVPacketList *pktl; local
2852 AVPacketList *pktl; local
[all...]
H A Dseek.c486 static void free_packet_list(AVPacketList *pktl) argument
489 while (pktl) {
490 cur = pktl;
491 pktl = cur->next;
H A Dmxfenc.c1816 AVPacketList *pktl = s->packet_buffer; local
1820 while (pktl) {
1821 if (!stream_count || pktl->pkt.stream_index == 0)
1823 last = pktl;
1824 pktl = pktl->next;
1828 while (pktl) {
1829 AVPacketList *next = pktl->next;
1831 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dutils.c629 AVPacketList *pktl = av_mallocz(sizeof(AVPacketList)); local
630 if (!pktl)
634 (*plast_pktl)->next = pktl;
636 *packet_buffer = pktl;
639 *plast_pktl = pktl;
640 pktl->pkt= *pkt;
641 return &pktl->pkt;
650 AVPacketList *pktl = s->raw_packet_buffer; local
652 if (pktl) {
653 *pkt = pktl
820 AVPacketList *pktl= s->packet_buffer; local
847 AVPacketList *pktl= s->packet_buffer; local
1176 AVPacketList *pktl; local
1231 AVPacketList *pktl; local
2852 AVPacketList *pktl; local
[all...]
H A Dseek.c486 static void free_packet_list(AVPacketList *pktl) argument
489 while (pktl) {
490 cur = pktl;
491 pktl = cur->next;
H A Dmxfenc.c1816 AVPacketList *pktl = s->packet_buffer; local
1820 while (pktl) {
1821 if (!stream_count || pktl->pkt.stream_index == 0)
1823 last = pktl;
1824 pktl = pktl->next;
1828 while (pktl) {
1829 AVPacketList *next = pktl->next;
1831 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl)
[all...]

Completed in 179 milliseconds