HomeSort by relevance Sort by last modified time
    Searched full:libyuv (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/libyuv/files/unit_test/
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
unit_test.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
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
scale_argb_test.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/cpu_id.h"
15 #include "libyuv/scale_argb.h"
18 namespace libyuv { namespace
255 } // namespace libyuv
  /external/libyuv/files/include/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
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
version.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
format_conversion.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
165 } // namespace libyuv
convert.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
16 #include "libyuv/convert_from.h"
17 #include "libyuv/planar_functions.h"
18 #include "libyuv/rotate.h"
21 namespace libyuv { namespace
247 } // namespace libyuv
convert_argb.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
16 #include "libyuv/convert_from.h"
17 #include "libyuv/planar_functions.h"
18 #include "libyuv/rotate.h"
27 namespace libyuv { namespace
225 } // namespace libyuv
convert_from.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
15 #include "libyuv/rotate.h"
18 namespace libyuv { namespace
162 } // 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
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/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 20 #include "third_party/libyuv/include/libyuv.h"
326 libyuv::FourCC origin_colorspace = libyuv::FOURCC_ANY;
328 libyuv::RotationMode rotation_mode = libyuv::kRotate0;
330 rotation_mode = libyuv::kRotate90;
332 rotation_mode = libyuv::kRotate180;
334 rotation_mode = libyuv::kRotate270;
341 origin_colorspace = libyuv::FOURCC_I420
    [all...]
  /external/libyuv/files/source/
rotate_argb.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/rotate.h"
13 #include "libyuv/cpu_id.h"
14 #include "libyuv/convert.h"
15 #include "libyuv/planar_functions.h"
16 #include "libyuv/row.h"
19 namespace libyuv { namespace
174 } // namespace libyuv
cpu_id.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/cpu_id.h"
27 #include "libyuv/basic_types.h" // For CPU_X86
49 namespace libyuv { namespace
213 } // namespace libyuv
  /external/webrtc/test/
metrics.gyp 16 # avoid a circular dependency error due to the dependency on libyuv.
18 # GYP generation would occur, because the libyuv.gypi unittest target
  /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(0, 0, &cpu_info[0]); // Function 0: Vendor ID
65 libyuv::CpuId(1, 0, &cpu_info[0]); // 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...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "third_party/libyuv/include/libyuv/basic_types.h"
76 namespace libyuv { namespace
261 } // namespace libyuv
  /external/chromium_org/media/cast/
cast.gyp 137 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
  /external/chromium_org/media/cast/test/
linux_output_window.cc 9 #include "third_party/libyuv/include/libyuv/convert.h"
115 libyuv::I420ToARGB(video_frame->data(VideoFrame::kYPlane),
video_utility.cc 9 #include "third_party/libyuv/include/libyuv/compare.h"
20 return libyuv::I420Psnr(
  /external/chromium_org/content/browser/renderer_host/
DEPS 6 "+third_party/libyuv",
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.

Completed in 883 milliseconds

12 3 4 5