Home
last modified time | relevance | path

Searched refs:AllocatedDecoder (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h423 struct AllocatedDecoder { struct
424 AllocatedDecoder(webrtc::VideoDecoder* decoder,
437 AllocatedDecoder CreateOrReuseVideoDecoder( argument
438 std::vector<AllocatedDecoder>* old_decoder,
440 void ClearDecoders(std::vector<AllocatedDecoder>* allocated_decoders);
453 std::vector<AllocatedDecoder> allocated_decoders_;
Dwebrtcvideoengine2.cc2258 WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder::
2259 AllocatedDecoder(webrtc::VideoDecoder* decoder, in AllocatedDecoder() function in cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder
2283 WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder
2285 std::vector<AllocatedDecoder>* old_decoders, in CreateOrReuseVideoDecoder()
2291 AllocatedDecoder decoder = (*old_decoders)[i]; in CreateOrReuseVideoDecoder()
2302 return AllocatedDecoder(decoder, type, true); in CreateOrReuseVideoDecoder()
2307 return AllocatedDecoder( in CreateOrReuseVideoDecoder()
2312 return AllocatedDecoder( in CreateOrReuseVideoDecoder()
2317 return AllocatedDecoder( in CreateOrReuseVideoDecoder()
2324 return AllocatedDecoder(NULL, webrtc::kVideoCodecUnknown, false); in CreateOrReuseVideoDecoder()
[all …]