Searched refs:ecm_set_ (Results 1 – 2 of 2) sorted by relevance
235 inline bool has_ecm() const { return ecm_set_; } in has_ecm()237 ecm_set_ = true; in mutable_ecm()244 bool ecm_set_; variable
91 EcmDescriptor::EcmDescriptor() : ecm_set_(false), id_(0), id_set_(false) {} in EcmDescriptor()94 : ecm_(ecm), ecm_set_(true), id_(id), id_set_(true) {} in EcmDescriptor()