Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dvideo_stream_decoder_create_unittest.cc30 TEST(VideoStreamDecoderCreate, CreateVideoStreamDecoder) { in TEST() argument
41 CreateVideoStreamDecoder(&callbacks, decoder_factory.get(), in TEST()
Dvideo_stream_decoder_create.h27 std::unique_ptr<VideoStreamDecoderInterface> CreateVideoStreamDecoder(
Dvideo_stream_decoder_create.cc19 std::unique_ptr<VideoStreamDecoderInterface> CreateVideoStreamDecoder( in CreateVideoStreamDecoder() function