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

  /external/chromium_org/third_party/webrtc/common_video/libyuv/
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);
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...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 454 const bool in_frame = !params.frame_url.is_empty(); local
459 (in_frame && contexts.Contains(MenuItem::FRAME)))
    [all...]

Completed in 129 milliseconds