Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_decoder.cc39 const char* VideoDecoder::ImplementationName() const { in ImplementationName() function in webrtc::VideoDecoder
H A Dvideo_decoder_software_fallback_wrapper.cc261 const char* VideoDecoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName() function in webrtc::__anon85798c750111::VideoDecoderSoftwareFallbackWrapper
/aosp_15_r20/external/webrtc/test/
H A Dvideo_decoder_proxy_factory.h66 const char* ImplementationName() const override { in ImplementationName() function
H A Dfake_vp8_decoder.cc88 const char* FakeVp8Decoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeVp8Decoder
H A Dfake_decoder.cc101 const char* FakeDecoder::ImplementationName() const { in ImplementationName() function in webrtc::test::FakeDecoder
/aosp_15_r20/external/webrtc/video/
H A Dframe_dumping_decoder.cc78 const char* FrameDumpingDecoder::ImplementationName() const { in ImplementationName() function in webrtc::__anonf4e611ea0111::FrameDumpingDecoder
H A Dvideo_receive_stream2.cc152 const char* ImplementationName() const override { return "NullVideoDecoder"; } in ImplementationName() function in webrtc::internal::__anonf4b04f4d0111::NullVideoDecoder
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Ddav1d_decoder.cc117 const char* Dav1dDecoder::ImplementationName() const { in ImplementationName() function in webrtc::__anon9881892e0111::Dav1dDecoder
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_decoder.cc387 const char* LibvpxVp9Decoder::ImplementationName() const { in ImplementationName() function in webrtc::LibvpxVp9Decoder
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_decoder.cc381 const char* LibvpxVp8Decoder::ImplementationName() const { in ImplementationName() function in webrtc::LibvpxVp8Decoder
/aosp_15_r20/external/webrtc/sdk/android/src/jni/
H A Dvideo_decoder_wrapper.cc149 const char* VideoDecoderWrapper::ImplementationName() const { in ImplementationName() function in webrtc::jni::VideoDecoderWrapper
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dquality_analyzing_video_decoder.cc140 const char* QualityAnalyzingVideoDecoder::ImplementationName() const { in ImplementationName() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoder
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/
H A Dh264_decoder_impl.cc596 const char* H264DecoderImpl::ImplementationName() const { in ImplementationName() function in webrtc::H264DecoderImpl
/aosp_15_r20/external/webrtc/api/video_codecs/test/
H A Dvideo_decoder_software_fallback_wrapper_unittest.cc65 const char* ImplementationName() const override { return "fake-decoder"; } in ImplementationName() function in webrtc::VideoDecoderSoftwareFallbackWrapperTest::CountingFakeDecoder