Searched defs:LayoutRenderingMetadata (Results 1 – 2 of 2) sorted by relevance
86 struct LayoutRenderingMetadata { struct87 bool can_render;90 std::unique_ptr<SampleProcessorBase> sample_processor;93 std::unique_ptr<LoudnessCalculatorBase> loudness_calculator;117 // This vector will contain one LayoutRenderingMetadata per layout in the argument
62 using LayoutRenderingMetadata = typedef