Home
last modified time | relevance | path

Searched defs:rotation_applied (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dvideo_source_sink_controller.cc86 bool VideoSourceSinkController::rotation_applied() const { in rotation_applied() function in webrtc::VideoSourceSinkController
131 void VideoSourceSinkController::SetRotationApplied(bool rotation_applied) { in SetRotationApplied()
H A Dvideo_send_stream_impl.cc255 bool rotation_applied = absl::c_none_of( in VideoSendStreamImpl() local
H A Dvideo_stream_encoder.cc858 void VideoStreamEncoder::SetSink(EncoderSink* sink, bool rotation_applied) { in SetSink()
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_source_interface.h40 bool rotation_applied = false; member