Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1659 void OutputCues(bool output_cues);
1691 bool output_cues() const { return output_cues_; } in output_cues() function
Dmkvmuxer.cc3551 void Segment::OutputCues(bool output_cues) { output_cues_ = output_cues; } in OutputCues() argument