Home | History | Annotate | Download | only in base

Lines Matching refs:VideoFrame

40 #include "talk/media/base/videoframe.h"
185 const cricket::VideoFrame& frame) {
189 size_t out_size = cricket::VideoFrame::SizeOf(frame.GetWidth(),
284 // Simple conversion routines to verify the optimized VideoFrame routines.
426 static bool IsNull(const cricket::VideoFrame& frame) {
430 static bool IsSize(const cricket::VideoFrame& frame,
465 static bool IsEqual(const cricket::VideoFrame& frame,
494 static bool IsEqual(const cricket::VideoFrame& frame1,
495 const cricket::VideoFrame& frame2,
507 static bool IsEqualWithCrop(const cricket::VideoFrame& frame1,
508 const cricket::VideoFrame& frame2,
529 static bool IsBlack(const cricket::VideoFrame& frame) {
684 // Due to rounding, some pixels may differ slightly from the VideoFrame impl.
698 // Due to rounding, some pixels may differ slightly from the VideoFrame impl.
726 // Due to rounding, some pixels may differ slightly from the VideoFrame impl.
740 // Due to rounding, some pixels may differ slightly from the VideoFrame impl.
754 // Due to rounding, some pixels may differ slightly from the VideoFrame impl.
1825 rtc::scoped_ptr<cricket::VideoFrame> target;
1835 rtc::scoped_ptr<const cricket::VideoFrame> target;
1847 rtc::scoped_ptr<cricket::VideoFrame> target;
1907 size_t out_size = cricket::VideoFrame::SizeOf(kWidth, kHeight);