Home
last modified time | relevance | path

Searched refs:InternalSource (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.h128 bool InternalSource() const;
Dvideo_sender.cc317 if (_encoder != nullptr && _encoder->InternalSource()) { in IntraFrameRequest()
Dgeneric_encoder.cc210 bool VCMGenericEncoder::InternalSource() const { in InternalSource() function in webrtc::VCMGenericEncoder