HomeSort by relevance Sort by last modified time
    Searched refs:libyuv (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.cc 31 #include "libyuv/cpu_id.h"
38 return libyuv::TestCpuFlag(flag) ? true : false;
46 libyuv::MaskCpuFlags(enable_flags);
55 libyuv::CpuId(cpu_info, 0); // Function 0: Vendor ID
65 libyuv::CpuId(cpu_info, 1); // Function 1: Family and Model
videoframe_unittest.h 33 #include "libyuv/convert.h"
34 #include "libyuv/convert_from.h"
35 #include "libyuv/format_conversion.h"
36 #include "libyuv/planar_functions.h"
37 #include "libyuv/rotate.h"
521 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(),
540 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
557 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
779 libyuv::ARGBToBayer##BAYER(reinterpret_cast<uint8 *>(ms->GetBuffer()), \
    [all...]
videoframe.cc 33 #include "libyuv/compare.h"
34 #include "libyuv/planar_functions.h"
35 #include "libyuv/scale.h"
92 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
159 // TODO(fbarchard): Implement a simple scale for non-libyuv.
162 libyuv::Scale(src_y, src_u, src_v,
221 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
testutils.h 34 #include "libyuv/compare.h"
188 return libyuv::SumSquareErrorToPsnr(static_cast<uint64>(sse),
200 return static_cast<double>(libyuv::ComputeSumSquareError(org, rec, size));
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 namespace libyuv { namespace
46 } // namespace libyuv
scale.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "third_party/libyuv/include/libyuv/basic_types.h"
17 namespace libyuv { namespace
67 } // namespace libyuv
  /external/libyuv/files/include/libyuv/
rotate_argb.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
15 #include "libyuv/rotate.h" // For RotationMode.
18 namespace libyuv { namespace
30 } // namespace libyuv
scale_argb.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
15 #include "libyuv/scale.h" // For FilterMode
18 namespace libyuv { namespace
31 } // namespace libyuv
cpu_id.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
67 } // namespace libyuv
compare.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
70 } // namespace libyuv
scale.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
79 } // namespace libyuv
mjpeg_decoder.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
22 namespace libyuv { namespace
186 } // namespace libyuv
rotate.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
107 } // namespace libyuv
video_common.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
16 #include "libyuv/basic_types.h"
19 namespace libyuv { namespace
156 } // namespace libyuv
  /external/libyuv/files/source/
compare_neon.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/basic_types.h"
14 namespace libyuv { namespace
60 } // namespace libyuv
rotate_neon.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
13 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
405 } // namespace libyuv
video_common.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
12 #include "libyuv/video_common.h"
15 namespace libyuv { namespace
53 } // namespace libyuv
scale_neon.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/basic_types.h"
12 #include "libyuv/row.h"
15 namespace libyuv { namespace
532 } // namespace libyuv
  /external/libyuv/files/unit_test/
version_test.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
15 #include "libyuv/version.h"
18 namespace libyuv { namespace
20 // Tests SVN version against include/libyuv/version.h
42 } // namespace libyuv
cpu_test.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
15 #include "libyuv/cpu_id.h"
16 #include "libyuv/version.h"
19 namespace libyuv { namespace
100 } // namespace libyuv
rotate_argb_test.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/cpu_id.h"
15 #include "libyuv/rotate_argb.h"
18 namespace libyuv { namespace
22 libyuv::RotationMode mode, int runs) {
195 } // namespace libyuv
  /external/libyuv/files/util/
compare.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
16 #include "libyuv/basic_types.h"
17 #include "libyuv/compare.h"
18 #include "libyuv/version.h"
22 printf("libyuv compare v%d\n", LIBYUV_VERSION);
42 if (amt1 > 0) hash1 = libyuv::HashDjb2(buf1, amt1, hash1);
45 if (amt2 > 0) hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
48 sum_square_err += libyuv::ComputeSumSquareError(buf1, buf2, amt_min);
58 double psnr = libyuv::SumSquareErrorToPsnr(sum_square_err, size_min);
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "third_party/libyuv/include/libyuv/cpu_id.h"
20 #include "third_party/libyuv/include/libyuv/basic_types.h" // for CPU_X86
44 namespace libyuv {
80 } // namespace libyuv
  /external/libvpx/libvpx/
examples.mk 11 LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \
12 third_party/libyuv/include/libyuv/cpu_id.h \
13 third_party/libyuv/include/libyuv/scale.h \
14 third_party/libyuv/source/row.h \
15 third_party/libyuv/source/scale.c \
16 third_party/libyuv/source/cpu_id.c
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 11 #include "libyuv/convert.h"
12 #include "libyuv/video_common.h"
126 int res = libyuv::ConvertToI420(
134 libyuv::kRotate0,
135 libyuv::FOURCC_ARGB);

Completed in 254 milliseconds

1 2 3