/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_mux.c | 68 AVPacket *tmp_pkt; in of_write_packet() local 90 tmp_pkt = av_packet_alloc(); in of_write_packet() 91 if (!tmp_pkt) in of_write_packet() 93 av_packet_move_ref(tmp_pkt, pkt); in of_write_packet() 94 ost->muxing_queue_data_size += tmp_pkt->size; in of_write_packet() 95 av_fifo_write(ost->muxing_queue, &tmp_pkt, 1); in of_write_packet()
|
/third_party/ffmpeg/libavformat/ |
H A D | psxstr.c | 57 AVPacket tmp_pkt; member 210 pkt = &str->channels[channel].tmp_pkt; in str_read_packet() 289 if(str->channels[i].tmp_pkt.data) in str_read_close() 290 av_packet_unref(&str->channels[i].tmp_pkt); in str_read_close()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 741 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local 750 tmp_pkt.offset = (tmp_header >> 4) & 0x0F; in efuse_write_data_case1() 751 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1() 752 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1() 754 if (tmp_pkt.offset != target_pkt->offset) { in efuse_write_data_case1() 772 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1() 776 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1() 780 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1() 784 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1() 791 tmp_pkt in efuse_write_data_case1() 850 struct pgpkt_struct tmp_pkt; efuse_write_data_case2() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 741 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local 750 tmp_pkt.offset = (tmp_header >> 4) & 0x0F; in efuse_write_data_case1() 751 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1() 752 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1() 754 if (tmp_pkt.offset != target_pkt->offset) { in efuse_write_data_case1() 772 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1() 776 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1() 780 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1() 784 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1() 791 tmp_pkt in efuse_write_data_case1() 850 struct pgpkt_struct tmp_pkt; efuse_write_data_case2() local [all...] |
/third_party/ffmpeg/doc/examples/ |
H A D | muxing.c | 65 AVPacket *tmp_pkt; member 141 ost->tmp_pkt = av_packet_alloc(); in add_stream() 142 if (!ost->tmp_pkt) { in add_stream() 380 return write_frame(oc, c, ost->st, frame, ost->tmp_pkt); in write_audio_frame() 523 return write_frame(oc, ost->enc, ost->st, get_video_frame(ost), ost->tmp_pkt); in write_video_frame() 531 av_packet_free(&ost->tmp_pkt); in close_stream()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 305 struct htc_packet *packet, *tmp_pkt; in htc_try_send() local 382 list_for_each_entry_safe(packet, tmp_pkt, in htc_try_send() 717 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet() local 726 list_for_each_entry_safe(packet, tmp_pkt, &ep->pipe.tx_lookup_queue, in htc_lookup_tx_packet() 784 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple() local 802 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple() 1625 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple() local 1654 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple() 1674 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf() local 1682 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_pipe_flush_rx_buf() [all...] |
H A D | htc_mbox.c | 1153 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_txep() local 1167 list_for_each_entry_safe(packet, tmp_pkt, &endpoint->txq, list) { in ath6kl_htc_mbox_flush_txep() 1175 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep() 1475 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_alloc() local 1557 list_for_each_entry_safe(packet, tmp_pkt, queue, list) { in ath6kl_htc_rx_alloc() 2008 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_process_packets() local 2012 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets() 2061 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_fetch() local 2126 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2132 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_rx_fetch() 2144 struct htc_packet *packets, *tmp_pkt; ath6kl_htc_rxmsg_pending_handler() local 2342 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_add_rxbuf_multiple() local 2382 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_flush_rx_buf() local [all...] |
H A D | txrx.c | 1841 struct htc_packet *packet, *tmp_pkt; in ath6kl_cleanup_amsdu_rxbufs() local 1849 list_for_each_entry_safe(packet, tmp_pkt, &ar->amsdu_rx_buffer_queue, in ath6kl_cleanup_amsdu_rxbufs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 305 struct htc_packet *packet, *tmp_pkt; in htc_try_send() local 382 list_for_each_entry_safe(packet, tmp_pkt, in htc_try_send() 717 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet() local 726 list_for_each_entry_safe(packet, tmp_pkt, &ep->pipe.tx_lookup_queue, in htc_lookup_tx_packet() 784 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple() local 802 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple() 1625 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple() local 1654 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple() 1674 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf() local 1682 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_pipe_flush_rx_buf() [all...] |
H A D | htc_mbox.c | 1153 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_txep() local 1167 list_for_each_entry_safe(packet, tmp_pkt, &endpoint->txq, list) { in ath6kl_htc_mbox_flush_txep() 1175 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep() 1475 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_alloc() local 1557 list_for_each_entry_safe(packet, tmp_pkt, queue, list) { in ath6kl_htc_rx_alloc() 2008 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_process_packets() local 2012 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets() 2061 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_fetch() local 2126 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2132 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_rx_fetch() 2144 struct htc_packet *packets, *tmp_pkt; ath6kl_htc_rxmsg_pending_handler() local 2342 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_add_rxbuf_multiple() local 2382 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_flush_rx_buf() local [all...] |
H A D | txrx.c | 1841 struct htc_packet *packet, *tmp_pkt; in ath6kl_cleanup_amsdu_rxbufs() local 1849 list_for_each_entry_safe(packet, tmp_pkt, &ar->amsdu_rx_buffer_queue, in ath6kl_cleanup_amsdu_rxbufs()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bsf.c | 239 AVPacket *tmp_pkt; in ff_bsf_get_packet() local 247 tmp_pkt = av_packet_alloc(); in ff_bsf_get_packet() 248 if (!tmp_pkt) in ff_bsf_get_packet() 252 bsfi->buffer_pkt = tmp_pkt; in ff_bsf_get_packet()
|