HomeSort by relevance Sort by last modified time
    Searched full:in_frame (Results 1 - 18 of 18) sorted by null

  /external/valgrind/tests/
filter_xml_frames 14 my $in_frame = 0;
24 if (! $in_frame) {
27 $in_frame = 1;
44 $in_frame = 0;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 362 // is required, |*ptr_out| points to |in_frame|.
363 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame,
366 const bool resample = in_frame.sample_rate_hz_ != enc->SampleRateHz();
371 // in_frame.num_channels_ > enc->NumChannels()
372 const bool down_mix = in_frame.num_channels_ == 2 && enc->NumChannels() == 1;
375 expected_in_ts_ = in_frame.timestamp_;
376 expected_codec_ts_ = in_frame.timestamp_;
378 } else if (in_frame.timestamp_ != expected_in_ts_) {
381 (in_frame.timestamp_ - expected_in_ts_) *
383 static_cast<double>(in_frame.sample_rate_hz_))
    [all...]
audio_coding_module_impl.h 227 // in_frame: input audio-frame
229 // |ptr_out| will be pointing to |in_frame|, otherwise pointing to
235 int PreprocessToAddData(const AudioFrame& in_frame,
  /external/valgrind/helgrind/tests/
filter_xml 68 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line);
70 $in_frame = $keep_frame = $num_discarded = $ignore_line = 0;
107 if ($in_frame) {
124 $in_frame = $keep_frame = 0;
150 $in_frame = 1;
  /external/valgrind/drd/tests/
filter_stderr 58 awk '/^ <frame>$/ { in_frame = 1; line = 0; drd_pthread_intercepts = 0; fn = 0; } /^ <file>drd_pthread_intercepts.c<\/file>$/ { drd_pthread_intercepts = 1; } /^ <fn>/ { fn = 1; } { if (in_frame) frame[line++] = $0; else print; } /^ <\/frame>/ { if (in_frame) { if (!drd_pthread_intercepts || fn) for (i = 0; i < line; i++) { print frame[i]; }; in_frame = 0; } }' |
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 313 VideoFrame in_frame, out_frame; local
315 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
326 required_size, kVideoRotation_0, &in_frame));
329 double psnr = I420PSNR(&in_frame, &out_frame);
  /hardware/intel/common/libmix/mix_video/src/
mixsurfacepool.h 150 MixVideoFrame ** frame, MixVideoFrame *in_frame);
mixsurfacepool.c 460 MIX_RESULT mix_surfacepool_get_frame_with_ci_frameidx (MixSurfacePool * obj, MixVideoFrame ** frame, MixVideoFrame *in_frame) {
483 GSList *element = g_slist_find_custom (obj->free_list, in_frame, (GCompareFunc) mixframe_compare_index);
  /external/webrtc/talk/media/base/
videoadapter.cc 154 // compute output_format from in_frame.
155 // in_frame - actual camera captured frame size, which is typically the same
158 // in_frame maintaining rotation and aspect ratio.
  /external/v8/src/
code-stubs.h     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc     [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/x87/
code-stubs-x87.cc     [all...]

Completed in 3059 milliseconds