Searched refs:parameter_blocks_with_data (Results 1 – 2 of 2) sorted by relevance
834 std::list<ParameterBlockWithData> parameter_blocks_with_data; in TEST() local842 parameter_blocks_with_data.push_back(std::move(*parameter_block_with_data)); in TEST()846 EXPECT_EQ(parameter_blocks_with_data.size(), 1); in TEST()847 EXPECT_EQ(parameter_blocks_with_data.front().obu->parameter_id_, in TEST()849 EXPECT_EQ(parameter_blocks_with_data.front().start_timestamp, in TEST()851 EXPECT_EQ(parameter_blocks_with_data.front().end_timestamp, kEndTimestamp); in TEST()
2176 std::list<ParameterBlockWithData> parameter_blocks_with_data = {}; in RenderOneSampleFoaToStereoWavExpectOk() local2185 parameter_blocks_with_data.push_back(ParameterBlockWithData{ in RenderOneSampleFoaToStereoWavExpectOk()2197 audio_frames_with_data, parameter_blocks_with_data, bitstream); in RenderOneSampleFoaToStereoWavExpectOk()2244 const std::list<ParameterBlockWithData> parameter_blocks_with_data = {}; in TEST() local2282 audio_frames_with_data, parameter_blocks_with_data, bitstream); in TEST()