Home
last modified time | relevance | path

Searched refs:framecnt (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.cpp82 int framecnt = 0; in main() local
135 printf("framecnt=%d\n", framecnt); in main()
137 if (framecnt++ >= 1) in main()
214 printf("framecount=%d pp operation is failed!\n", (framecnt - 1)); in main()
216 printf("framecount=%d pp operation is suceess!\n", (framecnt - 1)); in main()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Ddemo.h73 int framecnt ; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Ddemo.h73 int framecnt ; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Ddemo.h73 int framecnt ; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c6949 uint framecnt = 0; /* Temporary counter of tx/rx frames */ in dhdsdio_dpc() local
7141 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone); in dhdsdio_dpc()
7144 rxlimit -= MIN(framecnt, rxlimit); in dhdsdio_dpc()
7158 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
7216 framecnt = rxdone ? txlimit : MIN(txlimit, DATABUFCNT(bus)); in dhdsdio_dpc()
7218 framecnt = rxdone ? txlimit : MIN(txlimit, bus->dhd->conf->dhd_txminmax); in dhdsdio_dpc()
7219 framecnt = dhdsdio_sendfromq(bus, framecnt); in dhdsdio_dpc()
7220 txlimit -= framecnt; in dhdsdio_dpc()
7284 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c7697 uint framecnt = 0; /* Temporary counter of tx/rx frames */ in dhdsdio_dpc() local
7949 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone); in dhdsdio_dpc()
7952 rxlimit -= MIN(framecnt, rxlimit); in dhdsdio_dpc()
7966 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
8027 framecnt = rxdone ? txlimit : MIN(txlimit, DATABUFCNT(bus)); in dhdsdio_dpc()
8029 framecnt = rxdone ? txlimit : MIN(txlimit, bus->dhd->conf->dhd_txminmax); in dhdsdio_dpc()
8030 framecnt = dhdsdio_sendfromq(bus, framecnt); in dhdsdio_dpc()
8031 txlimit -= framecnt; in dhdsdio_dpc()
8097 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c7686 uint framecnt = 0; /* Temporary counter of tx/rx frames */ in dhdsdio_dpc() local
7938 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone); in dhdsdio_dpc()
7941 rxlimit -= MIN(framecnt, rxlimit); in dhdsdio_dpc()
7955 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
8016 framecnt = rxdone ? txlimit : MIN(txlimit, DATABUFCNT(bus)); in dhdsdio_dpc()
8018 framecnt = rxdone ? txlimit : MIN(txlimit, bus->dhd->conf->dhd_txminmax); in dhdsdio_dpc()
8019 framecnt = dhdsdio_sendfromq(bus, framecnt); in dhdsdio_dpc()
8020 txlimit -= framecnt; in dhdsdio_dpc()
8082 __FUNCTION__, rxdone, framecnt)); in dhdsdio_dpc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c7250 uint framecnt = 0; /* Temporary counter of tx/rx frames */ local
7452 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone);
7455 rxlimit -= MIN(framecnt, rxlimit);
7468 __FUNCTION__, rxdone, framecnt));
7510 framecnt = rxdone ? txlimit : MIN(txlimit, dhd_txminmax);
7511 framecnt = dhdsdio_sendfromq(bus, framecnt);
7512 txlimit -= framecnt;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c7312 uint framecnt = 0; /* Temporary counter of tx/rx frames */ local
7514 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone);
7517 rxlimit -= MIN(framecnt, rxlimit);
7530 __FUNCTION__, rxdone, framecnt));
7572 framecnt = rxdone ? txlimit : MIN(txlimit, dhd_txminmax);
7573 framecnt = dhdsdio_sendfromq(bus, framecnt);
7574 txlimit -= framecnt;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c7246 uint framecnt = 0; /* Temporary counter of tx/rx frames */ local
7448 framecnt = dhdsdio_readframes(bus, rxlimit, &rxdone);
7451 rxlimit -= MIN(framecnt, rxlimit);
7464 __FUNCTION__, rxdone, framecnt));
7506 framecnt = rxdone ? txlimit : MIN(txlimit, dhd_txminmax);
7507 framecnt = dhdsdio_sendfromq(bus, framecnt);
7508 txlimit -= framecnt;
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2578 uint framecnt; /* Temporary counter of tx/rx frames */ in brcmf_sdio_dpc() local
2707 framecnt = bus->rxpending ? min(txlimit, bus->txminmax) : in brcmf_sdio_dpc()
2709 brcmf_sdio_sendfromq(bus, framecnt); in brcmf_sdio_dpc()