Searched refs:FLAG_OUTPUT_AMP_PRESENT (Results 1 – 1 of 1) sorted by relevance
98 static constexpr uint32_t FLAG_OUTPUT_AMP_PRESENT = (1u << 2); member120 bool output_amp_present() const { return (raw_data_ & FLAG_OUTPUT_AMP_PRESENT) != 0; } in output_amp_present()
Completed in 3 milliseconds