Searched refs:res_ (Results 1 – 5 of 5) sorted by relevance
66 res_.width = frame.width(); in OnEncodeFrame()67 res_.height = frame.height(); in OnEncodeFrame()105 shift > 0 && (res_.width / 2 >= min_width_) && in OnEncodeFrame()106 (res_.height / 2 >= min_height_); in OnEncodeFrame()108 res_.width /= 2; in OnEncodeFrame()109 res_.height /= 2; in OnEncodeFrame()114 return res_; in GetScaledResolution()
56 Resolution res_; variable
60 res_[i * 2 + 0] = hex[tmp[i] >> 4]; in Get()61 res_[i * 2 + 1] = hex[tmp[i] & 0xf]; in Get()63 res_[32] = 0; in Get()65 return res_; in Get()69 char res_[33];
71 tst_netload $(tst_ipaddr rhost) res_$x TFO -b $x || \
81 tst_netload $(tst_ipaddr rhost) res_$x TFO || \