OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/codec/
video_encoder_vpx.h
54
scoped_ptr<uint8[]>
active_map_
;
member in class:remoting::VideoEncoderVpx
video_encoder_vpx.cc
115
act_map.active_map =
active_map_
.get();
208
active_map_
.reset(new uint8[active_map_width_ * active_map_height_]);
299
memset(
active_map_
.get(), 0, active_map_width_ * active_map_height_);
312
uint8* map =
active_map_
.get() + top * active_map_width_;
Completed in 32 milliseconds