Home
last modified time | relevance | path

Searched refs:set_width (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp471 void set_width(uint64 width) { width_ = width; } in set_width() function in mkvmuxer::VideoTrack
Dmkvmuxer.cpp2518 track->set_width(width); in AddVideoTrack()
/external/libvncserver/webclients/novnc/include/
Ddisplay.js63 that.set_width = function (val) { that.resize(val, fb_height); }; function