HomeSort by relevance Sort by last modified time
    Searched refs:out_frame (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 34 const VideoFrame* out_frame);
209 VideoFrame* out_frame = NULL; local
213 out_frame);
313 const VideoFrame* out_frame) {
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())
355 VideoFrame* out_frame = NULL; local
    [all...]
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_handshaker_client_test.cc 46 grpc_slice out_frame; member in struct:alts_handshaker_client_test_config
280 config->out_frame =
292 grpc_slice_unref(config->out_frame);
315 &config->out_frame) ==
318 nullptr, event, &config->out_frame) == TSI_INVALID_ARGUMENT);
324 &config->out_frame) ==
326 GPR_ASSERT(alts_handshaker_client_next(nullptr, event, &config->out_frame) ==
355 &config->out_frame) == TSI_OK);
363 &config->out_frame) == TSI_OK);
386 &config->out_frame) =
    [all...]
alts_tsi_handshaker_test.cc 384 grpc_slice out_frame = local
391 alts_tsi_handshaker_set_recv_bytes_for_testing(event->handshaker, &out_frame);
398 grpc_slice_unref(out_frame);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 189 int16_t* out_frame,
227 int16_t* out_frame,
241 int16_t* out_frame,
nsx_core_mips.c 506 int16_t* out_frame,
514 int16_t *out = out_frame;
    [all...]
nsx_core_neon.c 446 int16_t* out_frame,
509 int16_t * p_frame = out_frame;
nsx_core.c 492 int16_t* out_frame,
512 out_frame[i] = inst->synthesisBuffer[i]; // Q0
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 313 VideoFrame in_frame, out_frame; local
316 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
328 required_size, kVideoRotation_0, &out_frame));
329 double psnr = I420PSNR(&in_frame, &out_frame);
  /external/skia/platform_tools/libraries/include/
arcore_c_api.h     [all...]
  /external/skqp/platform_tools/libraries/include/
arcore_c_api.h     [all...]

Completed in 405 milliseconds