Searched refs:mode_ (Results 1 – 3 of 3) sorted by relevance
704 : mode_(MODE_COMPILE), in CommandLineInterface()795 if (mode_ == MODE_COMPILE) { in Run()853 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run()872 if (mode_ == MODE_PRINT) { in Run()905 mode_ = MODE_COMPILE; in Clear()998 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments()1007 if (mode_ == MODE_COMPILE && output_directives_.empty() && in ParseArguments()1012 if (mode_ != MODE_COMPILE && !dependency_out_name_.empty()) { in ParseArguments()1166 if (mode_ != MODE_COMPILE) { in InterpretArgument()1217 if (mode_ != MODE_COMPILE) { in InterpretArgument()[all …]
331 Mode mode_; variable
1761 C2IntraRefreshStruct(C2Config::intra_refresh_mode_t mode_, float period_) in C2IntraRefreshStruct()1762 : mode(mode_), period(period_) { } in C2IntraRefreshStruct()2124 inline C2TimestampGapAdjustmentStruct(mode_t mode_, uint64_t value_) in C2TimestampGapAdjustmentStruct()2125 : mode(mode_), value(value_) { } in C2TimestampGapAdjustmentStruct()