OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnEncoderImplementationName
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/video_coding/include/
video_coding_defines.h
65
virtual void
OnEncoderImplementationName
(const char* implementation_name) {}
/external/webrtc/webrtc/video/
send_statistics_proxy.h
61
void
OnEncoderImplementationName
(const char* implementation_name);
vie_encoder.h
115
void
OnEncoderImplementationName
(const char* implementation_name) override;
vie_encoder.cc
475
void ViEEncoder::
OnEncoderImplementationName
(
478
stats_proxy_->
OnEncoderImplementationName
(implementation_name);
send_statistics_proxy.cc
170
void SendStatisticsProxy::
OnEncoderImplementationName
(
/external/webrtc/webrtc/modules/video_coding/
generic_encoder.cc
308
send_callback_->
OnEncoderImplementationName
(implementation_name);
Completed in 205 milliseconds