HomeSort by relevance Sort by last modified time
    Searched refs:InternalSource (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
generic_encoder.h 66 void SetInternalSource(bool internalSource) {
67 _internalSource = internalSource;
98 bool internalSource);
128 bool InternalSource() const;
video_sender.cc 140 bool internalSource /*= false*/) {
156 internalSource);
317 if (_encoder != nullptr && _encoder->InternalSource()) {
generic_encoder.cc 100 bool internalSource)
104 internal_source_(internalSource),
210 bool VCMGenericEncoder::InternalSource() const {

Completed in 554 milliseconds