Home
last modified time | relevance | path

Searched refs:active_map_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/codec/
Dvideo_encoder_vpx.cc115 act_map.active_map = active_map_.get(); in Encode()
208 active_map_.reset(new uint8[active_map_width_ * active_map_height_]); in Initialize()
299 memset(active_map_.get(), 0, active_map_width_ * active_map_height_); in PrepareActiveMap()
312 uint8* map = active_map_.get() + top * active_map_width_; in PrepareActiveMap()
Dvideo_encoder_vpx.h54 scoped_ptr<uint8[]> active_map_; variable