Home
last modified time | relevance | path

Searched defs:ImplementationName (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/
Dvideo_decoder.h83 virtual const char* ImplementationName() const { return "unknown"; } in ImplementationName() function
Dvideo_encoder.h128 virtual const char* ImplementationName() const { return "unknown"; } in ImplementationName() function
/external/webrtc/webrtc/video/
Dvideo_decoder.cc143 const char* VideoDecoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName() function in webrtc::VideoDecoderSoftwareFallbackWrapper
Dvideo_encoder.cc188 const char* VideoEncoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName() function in webrtc::VideoEncoderSoftwareFallbackWrapper
Dvideo_decoder_unittest.cc57 const char* ImplementationName() const override { in ImplementationName() function in webrtc::VideoDecoderSoftwareFallbackWrapperTest::CountingFakeDecoder
Dvideo_encoder_unittest.cc70 const char* ImplementationName() const override { in ImplementationName() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
/external/webrtc/webrtc/test/
Dfake_decoder.cc62 const char* FakeDecoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeDecoder
Dfake_encoder.cc136 const char* FakeEncoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc813 const char* VP9EncoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP9EncoderImpl
987 const char* VP9DecoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP9DecoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc264 const char* H264VideoToolboxDecoder::ImplementationName() const { in ImplementationName() function in webrtc::H264VideoToolboxDecoder
Dh264_video_toolbox_encoder.cc422 const char* H264VideoToolboxEncoder::ImplementationName() const { in ImplementationName() function in webrtc::H264VideoToolboxEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc301 const char* VP8EncoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP8EncoderImpl
1385 const char* VP8DecoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP8DecoderImpl
Dsimulcast_encoder_adapter.cc499 const char* SimulcastEncoderAdapter::ImplementationName() const { in ImplementationName() function in webrtc::SimulcastEncoderAdapter
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc911 const char* MediaCodecVideoDecoder::ImplementationName() const { in ImplementationName() function in webrtc_jni::MediaCodecVideoDecoder
Dandroidmediaencoder_jni.cc1076 const char* MediaCodecVideoEncoder::ImplementationName() const { in ImplementationName() function in webrtc_jni::MediaCodecVideoEncoder