Searched refs:supported_reprocess_outputs_ (Results 1 – 2 of 2) sorted by relevance
211 supported_reprocess_outputs_(std::move(supported_reprocess_outputs)) {} in StaticProperties()339 supported_reprocess_outputs_.find(input_format); in InputStreamsSupported()340 if (input_output_formats_iterator == supported_reprocess_outputs_.end()) { in InputStreamsSupported()467 supported_reprocess_outputs_.find(input_stream->format); in ReprocessingSupported()468 if (input_output_formats == supported_reprocess_outputs_.end()) { in ReprocessingSupported()
114 const ReprocessFormatMap supported_reprocess_outputs_; variable