/external/webrtc/webrtc/modules/video_capture/ |
device_info_impl.cc | 355 orientation = kVideoRotation_0;
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_decoder.cc | 98 webrtc::kVideoRotation_0);
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
i420.cc | 210 kVideoRotation_0, &_decodedImage);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
vp8_sequence_coder.cc | 170 height, 0, webrtc::kVideoRotation_0, &input_frame);
|
vp8_impl.cc | [all...] |
/external/webrtc/webrtc/modules/video_processing/test/ |
denoiser_test.cc | 145 0, kVideoRotation_0, &video_frame_));
|
/external/webrtc/webrtc/modules/video_capture/test/ |
video_capture_unittest.cc | 98 rotate_frame_(webrtc::kVideoRotation_0) {} 538 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_0));
|
/external/webrtc/webrtc/common_video/libyuv/ |
webrtc_libyuv.cc | 180 case kVideoRotation_0:
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_sender_video.cc | 256 if (rtpHdr && rtpHdr->rotation != kVideoRotation_0) {
|
rtp_rtcp_impl_unittest.cc | 200 kVideoRotation_0,
|
rtp_sender.cc | 151 rotation_(kVideoRotation_0), [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor.cc | 195 config_.codec_settings->height, kVideoRotation_0);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
vp8_impl_unittest.cc | 146 kVideoRotation_0, &input_frame_));
|
/external/webrtc/webrtc/test/ |
frame_generator.cc | 114 static_cast<int>(height_), 0, kVideoRotation_0,
|
/external/webrtc/webrtc/video/ |
vie_receiver.cc | 402 rtp_header.type.Video.rotation = kVideoRotation_0;
|
video_send_stream_tests.cc | [all...] |
/external/webrtc/talk/media/base/ |
videocapturer_unittest.cc | 72 EXPECT_EQ(webrtc::kVideoRotation_0, frame->GetRotation()); 297 capturer_.SetRotation(webrtc::kVideoRotation_0); [all...] |
videocapturer.cc | 85 rotation(webrtc::kVideoRotation_0),
|
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediadecoder_jni.cc | 733 VideoFrame decoded_frame(frame_buffer, 0, 0, webrtc::kVideoRotation_0); [all...] |
androidmediaencoder_jni.cc | 595 webrtc::kVideoRotation_0)); [all...] |