/external/webrtc/webrtc/ |
D | video_decoder.h | 83 virtual const char* ImplementationName() const { return "unknown"; } in ImplementationName() function
|
D | video_encoder.h | 128 virtual const char* ImplementationName() const { return "unknown"; } in ImplementationName() function
|
/external/webrtc/webrtc/video/ |
D | video_decoder.cc | 143 const char* VideoDecoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName() function in webrtc::VideoDecoderSoftwareFallbackWrapper
|
D | video_encoder.cc | 188 const char* VideoEncoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName() function in webrtc::VideoEncoderSoftwareFallbackWrapper
|
D | video_decoder_unittest.cc | 57 const char* ImplementationName() const override { in ImplementationName() function in webrtc::VideoDecoderSoftwareFallbackWrapperTest::CountingFakeDecoder
|
D | video_encoder_unittest.cc | 70 const char* ImplementationName() const override { in ImplementationName() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
|
/external/webrtc/webrtc/test/ |
D | fake_decoder.cc | 62 const char* FakeDecoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeDecoder
|
D | fake_encoder.cc | 136 const char* FakeEncoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeEncoder
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 813 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/ |
D | h264_video_toolbox_decoder.cc | 264 const char* H264VideoToolboxDecoder::ImplementationName() const { in ImplementationName() function in webrtc::H264VideoToolboxDecoder
|
D | h264_video_toolbox_encoder.cc | 422 const char* H264VideoToolboxEncoder::ImplementationName() const { in ImplementationName() function in webrtc::H264VideoToolboxEncoder
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 301 const char* VP8EncoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP8EncoderImpl 1385 const char* VP8DecoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::VP8DecoderImpl
|
D | simulcast_encoder_adapter.cc | 499 const char* SimulcastEncoderAdapter::ImplementationName() const { in ImplementationName() function in webrtc::SimulcastEncoderAdapter
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.cc | 911 const char* MediaCodecVideoDecoder::ImplementationName() const { in ImplementationName() function in webrtc_jni::MediaCodecVideoDecoder
|
D | androidmediaencoder_jni.cc | 1076 const char* MediaCodecVideoEncoder::ImplementationName() const { in ImplementationName() function in webrtc_jni::MediaCodecVideoEncoder
|