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