/third_party/ffmpeg/libavformat/ |
H A D | ivfenc.c | 26 unsigned frame_cnt; member 88 if (ctx->frame_cnt) in ivf_write_packet() 91 ctx->frame_cnt++; in ivf_write_packet() 103 (ctx->frame_cnt > 1 || (ctx->frame_cnt == 1 && ctx->last_pkt_duration))) { in ivf_write_trailer() 110 ctx->frame_cnt * ctx->sum_delta_pts / (ctx->frame_cnt - 1)); in ivf_write_trailer()
|
H A D | cafdec.c | 47 int64_t frame_cnt; ///< frame counter member 467 pkt->dts = pkt->pts = caf->frame_cnt; in read_packet() 470 caf->frame_cnt += pkt_frames; in read_packet() 481 int64_t pos, packet_cnt, frame_cnt; in read_seek() local 491 frame_cnt = caf->frames_per_packet * packet_cnt; in read_seek() 494 frame_cnt = sti->index_entries[packet_cnt].timestamp; in read_seek() 504 caf->frame_cnt = frame_cnt; in read_seek()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-slice-test.c | 51 static uint64_t frame_cnt = 0; in decode() local 101 frame_cnt, frame_cnt, in decode() 103 frame_cnt += 1; in decode()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libvmaf.c | 59 unsigned frame_cnt; member 156 err = vmaf_read_pictures(s->vmaf, &pic_ref, &pic_dist, s->frame_cnt++); in do_vmaf() 641 if (!s->frame_cnt) in uninit() 653 &vmaf_score, 0, s->frame_cnt - 1); in uninit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 263 int frame_cnt, buf_id; in fimc_get_buf_id() local 266 frame_cnt = EXYNOS_CISTATUS2_GET_FRAMECOUNT_BEFORE(cfg); in fimc_get_buf_id() 268 if (frame_cnt == 0) in fimc_get_buf_id() 269 frame_cnt = EXYNOS_CISTATUS2_GET_FRAMECOUNT_PRESENT(cfg); in fimc_get_buf_id() 275 if (frame_cnt == 0) { in fimc_get_buf_id() 280 buf_id = frame_cnt - 1; in fimc_get_buf_id()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 261 int frame_cnt, buf_id; in fimc_get_buf_id() local 264 frame_cnt = EXYNOS_CISTATUS2_GET_FRAMECOUNT_BEFORE(cfg); in fimc_get_buf_id() 266 if (frame_cnt == 0) in fimc_get_buf_id() 267 frame_cnt = EXYNOS_CISTATUS2_GET_FRAMECOUNT_PRESENT(cfg); in fimc_get_buf_id() 273 if (frame_cnt == 0) { in fimc_get_buf_id() 278 buf_id = frame_cnt - 1; in fimc_get_buf_id()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.c | 599 unsigned long frame_cnt; in rtw_tx_tasklet() local 602 ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt); in rtw_tx_tasklet() 603 rtw_txq_push(rtwdev, rtwtxq, frame_cnt); in rtw_tx_tasklet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.c | 658 unsigned long frame_cnt; in __rtw_tx_work() local 661 ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt); in __rtw_tx_work() 662 rtw_txq_push(rtwdev, rtwtxq, frame_cnt); in __rtw_tx_work()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 2236 unsigned long frame_cnt, in rtw89_core_txq_push() 2247 for (i = 0; i < frame_cnt; i++) { in rtw89_core_txq_push() 2277 unsigned long *frame_cnt, in rtw89_core_txq_agg_wait() 2290 if (*frame_cnt > 1) { in rtw89_core_txq_agg_wait() 2291 *frame_cnt -= 1; in rtw89_core_txq_agg_wait() 2298 if (*frame_cnt == 1 && rtwtxq->wait_cnt < rtwsta->max_agg_wait) { in rtw89_core_txq_agg_wait() 2314 unsigned long frame_cnt; in rtw89_core_txq_schedule() local 2331 ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt); in rtw89_core_txq_schedule() 2332 if (rtw89_core_txq_agg_wait(rtwdev, txq, &frame_cnt, &sched_txq, reinvoke)) { in rtw89_core_txq_schedule() 2336 frame_cnt in rtw89_core_txq_schedule() 2234 rtw89_core_txq_push(struct rtw89_dev *rtwdev, struct rtw89_txq *rtwtxq, unsigned long frame_cnt, unsigned long byte_cnt) rtw89_core_txq_push() argument 2275 rtw89_core_txq_agg_wait(struct rtw89_dev *rtwdev, struct ieee80211_txq *txq, unsigned long *frame_cnt, bool *sched_txq, bool *reinvoke) rtw89_core_txq_agg_wait() argument [all...] |
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 119 u32 frame_cnt; member 309 xdp->frame_cnt++; in xdp_test_run_batch() 381 xdp.frame_cnt = 0; in bpf_test_run_xdp_live() 385 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time)); in bpf_test_run_xdp_live()
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defza.h | 393 struct fza_counter frame_cnt; /* frame count */ member
|
H A D | defxx.h | 871 PI_CNTR frame_cnt; /* Link */ member
|
H A D | defxx.c | 2214 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in dfx_ctl_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defza.h | 393 struct fza_counter frame_cnt; /* frame count */ member
|
H A D | defxx.h | 872 PI_CNTR frame_cnt; /* Link */ member
|
H A D | defxx.c | 2203 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in dfx_ctl_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 43 unsigned long frame_cnt; in __ath10k_htt_tx_txq_recalc() local 70 ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt); in __ath10k_htt_tx_txq_recalc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 43 unsigned long frame_cnt; in __ath10k_htt_tx_txq_recalc() local 70 ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt); in __ath10k_htt_tx_txq_recalc()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 4476 unsigned long *frame_cnt, in ieee80211_txq_get_depth() 4488 if (frame_cnt) in ieee80211_txq_get_depth() 4489 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth() 4475 ieee80211_txq_get_depth(struct ieee80211_txq *txq, unsigned long *frame_cnt, unsigned long *byte_cnt) ieee80211_txq_get_depth() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 5000 unsigned long *frame_cnt, in ieee80211_txq_get_depth() 5012 if (frame_cnt) in ieee80211_txq_get_depth() 5013 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth() 4999 ieee80211_txq_get_depth(struct ieee80211_txq *txq, unsigned long *frame_cnt, unsigned long *byte_cnt) ieee80211_txq_get_depth() argument
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 779 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in skfp_ctl_get_stats()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 6592 * with "new" frame_cnt and "old" byte_cnt or vice-versa. 6595 * @frame_cnt: pointer to store frame count 6599 unsigned long *frame_cnt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 7272 * with "new" frame_cnt and "old" byte_cnt or vice-versa. 7275 * @frame_cnt: pointer to store frame count 7279 unsigned long *frame_cnt,
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 782 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in skfp_ctl_get_stats()
|