Searched refs:tb (Results 1 – 5 of 5) sorted by relevance
774 struct nlattr **tb = reply.attributes(); in handleResponse() local779 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()780 mVendorData = (char *)nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()781 mDataLen = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()793 struct nlattr **tb = event.attributes(); in handleEvent() local799 if (!tb[NL80211_ATTR_VENDOR_ID] || in handleEvent()800 !tb[NL80211_ATTR_VENDOR_SUBCMD]) in handleEvent()803 mVendor_id = nla_get_u32(tb[NL80211_ATTR_VENDOR_ID]); in handleEvent()804 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()809 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleEvent()[all …]
417 struct nlattr **tb = reply.attributes(); in handleResponse() local422 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()429 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
45 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook() local46 timebase_ = static_cast<double>(tb.num) / tb.den; in PreEncodeFrameHook()293 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook() local294 timebase_ = static_cast<double>(tb.num) / tb.den; in PreEncodeFrameHook()
391 struct nlattr **tb = reply.attributes(); in handleResponse() local396 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()403 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
1121 IMG_INT tb, td, tx; in tng_update_driver_mv_scaling() local1125 tb = (uFrameNum * 2) - (uRef1Num * 2); in tng_update_driver_mv_scaling()1128 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling()1140 tb = (uFrameNum * 2) - (uRef0Num * 2); in tng_update_driver_mv_scaling()1143 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling()