Searched refs:out_frame (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 34 const VideoFrame* out_frame); 209 VideoFrame* out_frame = NULL; local 213 out_frame); 313 const VideoFrame* out_frame) { argument 315 out_frame = vpm->PreprocessFrame(source); 316 EXPECT_TRUE(out_frame != nullptr); 320 EXPECT_EQ(&source, out_frame); 325 EXPECT_TRUE(out_frame != NULL); 326 EXPECT_EQ(source.render_time_ms(), (out_frame)->render_time_ms()); 327 EXPECT_EQ(source.timestamp(), (out_frame)->timestamp()); [all …]
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.h | 189 int16_t* out_frame, 227 int16_t* out_frame, 241 int16_t* out_frame,
|
D | nsx_core_mips.c | 506 int16_t* out_frame, in WebRtcNsx_SynthesisUpdate_mips() argument 514 int16_t *out = out_frame; in WebRtcNsx_SynthesisUpdate_mips()
|
D | nsx_core_neon.c | 446 int16_t* out_frame, in WebRtcNsx_SynthesisUpdateNeon() argument 509 int16_t * p_frame = out_frame; in WebRtcNsx_SynthesisUpdateNeon()
|
D | nsx_core.c | 492 int16_t* out_frame, in SynthesisUpdateC() argument 512 out_frame[i] = inst->synthesisBuffer[i]; // Q0 in SynthesisUpdateC()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 313 VideoFrame in_frame, out_frame; in ComputeAvgSequencePSNR() local 316 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR() 328 required_size, kVideoRotation_0, &out_frame)); in ComputeAvgSequencePSNR() 329 double psnr = I420PSNR(&in_frame, &out_frame); in ComputeAvgSequencePSNR()
|