Home
last modified time | relevance | path

Searched refs:InsertBlockAndExtractSubFrame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dblock_framer_unittest.cc97 framer.InsertBlockAndExtractSubFrame(block, &output_sub_frame_view); in RunFramerTest()
133 framer.InsertBlockAndExtractSubFrame(block, &output_sub_frame_view), ""); in RunWronglySizedInsertAndExtractParametersTest()
155 framer.InsertBlockAndExtractSubFrame(correct_block, &output_sub_frame_view); in RunWronglySizedInsertParameterTest()
156 framer.InsertBlockAndExtractSubFrame(correct_block, &output_sub_frame_view); in RunWronglySizedInsertParameterTest()
157 framer.InsertBlockAndExtractSubFrame(correct_block, &output_sub_frame_view); in RunWronglySizedInsertParameterTest()
158 framer.InsertBlockAndExtractSubFrame(correct_block, &output_sub_frame_view); in RunWronglySizedInsertParameterTest()
183 framer.InsertBlockAndExtractSubFrame(block, &output_sub_frame_view); in RunWronglyInsertOrderTest()
322 BlockFramer(1, 1).InsertBlockAndExtractSubFrame(Block(1, 1), nullptr), in TEST()
H A Dblock_framer.h38 void InsertBlockAndExtractSubFrame(
H A Dblock_framer.cc51 void BlockFramer::InsertBlockAndExtractSubFrame( in InsertBlockAndExtractSubFrame() function in webrtc::BlockFramer
H A Decho_canceller3.cc178 output_framer->InsertBlockAndExtractSubFrame(*capture_block, in ProcessCaptureFrameContent()
183 linear_output_framer->InsertBlockAndExtractSubFrame( in ProcessCaptureFrameContent()
H A Dframe_blocker_unittest.cc167 framer.InsertBlockAndExtractSubFrame(block, &output_sub_frame_view); in RunBlockerAndFramerTest()