OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCaptureRotation
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h
26
@property webrtc::
VideoCaptureRotation
frameRotation;
device_info_ios.h
54
VideoCaptureRotation
& orientation) OVERRIDE;
device_info_ios.mm
101
VideoCaptureRotation
& orientation) {
/external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.h
55
//
VideoCaptureRotation
values. Return 0 on success.
57
VideoCaptureRotation
* rotation);
58
static int32_t RotationInDegrees(
VideoCaptureRotation
rotation,
73
virtual int32_t SetCaptureRotation(
VideoCaptureRotation
rotation);
device_info_impl.h
41
VideoCaptureRotation
& orientation);
video_capture_impl.cc
46
VideoCaptureRotation
* rotation) {
66
int32_t VideoCaptureImpl::RotationInDegrees(
VideoCaptureRotation
rotation,
343
int32_t VideoCaptureImpl::SetCaptureRotation(
VideoCaptureRotation
rotation) {
device_info_impl.cc
354
VideoCaptureRotation
& orientation)
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.h
55
VideoCaptureRotation
& orientation);
video_capture_android.h
31
virtual int32_t SetCaptureRotation(
VideoCaptureRotation
rotation);
video_capture_android.cc
57
VideoCaptureRotation
rotation =
236
VideoCaptureRotation
rotation) {
device_info_android.cc
222
VideoCaptureRotation
& orientation) {
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h
65
VideoCaptureRotation
& orientation) = 0;
144
virtual int32_t SetCaptureRotation(
VideoCaptureRotation
rotation) = 0;
video_capture_defines.h
30
enum
VideoCaptureRotation
/external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
mock_video_capture.h
41
MOCK_METHOD1(SetCaptureRotation, int32_t(
VideoCaptureRotation
rotation));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideocapturemodule.h
106
webrtc::
VideoCaptureRotation
rotation) {
fakewebrtcdeviceinfo.h
92
webrtc::
VideoCaptureRotation
& rotation) {
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc
183
void SetExpectedCaptureRotation(webrtc::
VideoCaptureRotation
rotation) {
196
webrtc::
VideoCaptureRotation
rotate_frame_;
/external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc
125
VideoCaptureRotation
module_orientation;
vie_capturer.cc
264
VideoCaptureRotation
converted_rotation = kCameraRotate0;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_capture.cc
363
webrtc::
VideoCaptureRotation
orientation;
Completed in 1276 milliseconds