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

  /external/valgrind/main/tests/
filter_xml_frames 14 my $in_frame = 0;
24 if (! $in_frame) {
27 $in_frame = 1;
44 $in_frame = 0;
  /external/valgrind/main/helgrind/tests/
filter_xml 67 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line);
69 $in_frame = $keep_frame = $num_discarded = $ignore_line = 0;
105 if ($in_frame) {
122 $in_frame = $keep_frame = 0;
148 $in_frame = 1;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 149 // compute output_format from in_frame.
150 // in_frame - actual camera captured frame size, which is typically the same
153 // in_frame maintaining rotation and aspect ratio.
264 bool VideoAdapter::AdaptFrame(VideoFrame* in_frame,
267 if (!in_frame || !out_frame) {
273 VideoFormat format(static_cast<int>(in_frame->GetWidth()),
274 static_cast<int>(in_frame->GetHeight()),
306 << " Input: " << in_frame->GetWidth()
307 << "x" << in_frame->GetHeight()
318 static_cast<int>(in_frame->GetWidth())
    [all...]
videoadapter.h 65 // in_frame. If a copy is always required, the caller must do an explicit
70 bool AdaptFrame(VideoFrame* in_frame, VideoFrame** out_frame);
87 bool StretchToOutputFrame(const VideoFrame* in_frame);
videoadapter_unittest.cc 827 WebRtcVideoFrame in_frame; local
828 in_frame.InitToBlack(640, 360, 1, 1, 33, 33);
830 adapter.AdaptFrame(&in_frame, &out_frame);
868 WebRtcVideoFrame in_frame; local
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 345 I420VideoFrame in_frame, test_in_frame; local
346 in_frame.CreateEmptyFrame(width, height, width,
352 CreateImage(&in_frame, plane_offset);
353 EXPECT_EQ(0, PrintFrame(&in_frame, "InputFrame"));
354 test_in_frame.CopyFrame(in_frame);
364 EXPECT_EQ(0, MirrorI420LeftRight(&in_frame, &out_frame));
366 EXPECT_EQ(0, MirrorI420LeftRight(&out_frame, &in_frame));
368 EXPECT_EQ(0, memcmp(in_frame.buffer(kYPlane),
370 EXPECT_EQ(0, memcmp(in_frame.buffer(kUPlane),
372 EXPECT_EQ(0, memcmp(in_frame.buffer(kVPlane)
    [all...]
scaler_unittest.cc 401 I420VideoFrame in_frame, out_frame; local
412 ConvertFromI420(in_frame, kI420, 0, input_buffer);
414 double psnr = I420PSNR(&in_frame, &out_frame);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc     [all...]
audio_coding_module_impl.h 280 // in_frame: input audio-frame
282 // |ptr_out| will be pointing to |in_frame|, otherwise pointing to
288 int PreprocessToAddData(const AudioFrame& in_frame,
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 351 const bool in_frame = !params.frame_url.is_empty(); local
356 (in_frame && contexts.Contains(MenuItem::FRAME)))
    [all...]

Completed in 114 milliseconds