Home
last modified time | relevance | path

Searched refs:pkt1 (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp486 PacketListEntry *pkt, *pkt1; in avpacket_queue_flush() local
489 for (pkt = q->pkt_list.head; pkt != NULL; pkt = pkt1) { in avpacket_queue_flush()
490 pkt1 = pkt->next; in avpacket_queue_flush()
519 PacketListEntry *pkt1; in avpacket_queue_put() local
533 pkt1 = (PacketListEntry *)av_malloc(sizeof(*pkt1)); in avpacket_queue_put()
534 if (!pkt1) { in avpacket_queue_put()
538 av_packet_move_ref(&pkt1->pkt, pkt); in avpacket_queue_put()
539 pkt1->next = NULL; in avpacket_queue_put()
544 q->pkt_list.head = pkt1; in avpacket_queue_put()
566 PacketListEntry *pkt1 = q->pkt_list.head; avpacket_queue_get() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpc.c192 AVPacket pkt1, *pkt = &pkt1; in mpc_read_seek() local
H A Ddemux.c559 const AVPacket *pkt1; in ff_read_packet() local
647 pkt1 = &si->raw_packet_buffer.tail->pkt; in ff_read_packet()
648 si->raw_packet_buffer_size += pkt1->size; in ff_read_packet()
650 if ((err = probe_codec(s, st, pkt1)) < 0) in ff_read_packet()
2437 AVPacket *pkt1 = si->pkt; in avformat_find_stream_info() local
2628 ret = read_frame_internal(ic, pkt1); in avformat_find_stream_info()
2640 pkt1, NULL, 0); in avformat_find_stream_info()
2646 pkt = pkt1; in avformat_find_stream_info()
2727 av_packet_unref(pkt1); in avformat_find_stream_info()
2767 av_packet_unref(pkt1); in avformat_find_stream_info()
[all...]
H A Dasfdec_f.c1439 AVPacket pkt1, *pkt = &pkt1; in asf_read_pts() local
/third_party/ffmpeg/fftools/
H A Dffplay.c418 MyAVPacketList pkt1; in packet_queue_put_private() local
425 pkt1.pkt = pkt; in packet_queue_put_private()
426 pkt1.serial = q->serial; in packet_queue_put_private()
428 ret = av_fifo_write(q->pkt_list, &pkt1, 1); in packet_queue_put_private()
432 q->size += pkt1.pkt->size + sizeof(pkt1); in packet_queue_put_private()
433 q->duration += pkt1.pkt->duration; in packet_queue_put_private()
441 AVPacket *pkt1; in packet_queue_put() local
444 pkt1 = av_packet_alloc(); in packet_queue_put()
445 if (!pkt1) { in packet_queue_put()
490 MyAVPacketList pkt1; packet_queue_flush() local
532 MyAVPacketList pkt1; packet_queue_get() local
[all...]

Completed in 11 milliseconds