Searched refs:InsertBlockAndExtractSubFrame (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | block_framer_unittest.cc | 97 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 D | block_framer.h | 38 void InsertBlockAndExtractSubFrame(
|
H A D | block_framer.cc | 51 void BlockFramer::InsertBlockAndExtractSubFrame( in InsertBlockAndExtractSubFrame() function in webrtc::BlockFramer
|
H A D | echo_canceller3.cc | 178 output_framer->InsertBlockAndExtractSubFrame(*capture_block, in ProcessCaptureFrameContent() 183 linear_output_framer->InsertBlockAndExtractSubFrame( in ProcessCaptureFrameContent()
|
H A D | frame_blocker_unittest.cc | 167 framer.InsertBlockAndExtractSubFrame(block, &output_sub_frame_view); in RunBlockerAndFramerTest()
|