Home
last modified time | relevance | path

Searched refs:out_frame (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc34 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/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc46 grpc_slice out_frame; member
280 config->out_frame = in create_config()
292 grpc_slice_unref(config->out_frame); in destroy_config()
315 &config->out_frame) == in schedule_request_invalid_arg_test()
318 nullptr, event, &config->out_frame) == TSI_INVALID_ARGUMENT); in schedule_request_invalid_arg_test()
324 &config->out_frame) == in schedule_request_invalid_arg_test()
326 GPR_ASSERT(alts_handshaker_client_next(nullptr, event, &config->out_frame) == in schedule_request_invalid_arg_test()
355 &config->out_frame) == TSI_OK); in schedule_request_success_test()
363 &config->out_frame) == TSI_OK); in schedule_request_success_test()
386 &config->out_frame) == in schedule_request_grpc_call_failure_test()
[all …]
Dalts_tsi_handshaker_test.cc384 grpc_slice out_frame = in mock_next() local
391 alts_tsi_handshaker_set_recv_bytes_for_testing(event->handshaker, &out_frame); in mock_next()
398 grpc_slice_unref(out_frame); in mock_next()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h189 int16_t* out_frame,
227 int16_t* out_frame,
241 int16_t* out_frame,
Dnsx_core_mips.c506 int16_t* out_frame, in WebRtcNsx_SynthesisUpdate_mips() argument
514 int16_t *out = out_frame; in WebRtcNsx_SynthesisUpdate_mips()
Dnsx_core_neon.c446 int16_t* out_frame, in WebRtcNsx_SynthesisUpdateNeon() argument
509 int16_t * p_frame = out_frame; in WebRtcNsx_SynthesisUpdateNeon()
Dnsx_core.c492 int16_t* out_frame, in SynthesisUpdateC() argument
512 out_frame[i] = inst->synthesisBuffer[i]; // Q0 in SynthesisUpdateC()
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc313 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()
/external/skia/platform_tools/libraries/include/
Darcore_c_api.h1143 ArStatus ArSession_update(ArSession *session, ArFrame *out_frame);
1366 void ArFrame_create(const ArSession *session, ArFrame **out_frame);
/external/skqp/platform_tools/libraries/include/
Darcore_c_api.h1143 ArStatus ArSession_update(ArSession *session, ArFrame *out_frame);
1366 void ArFrame_create(const ArSession *session, ArFrame **out_frame);