Searched refs:AllocatedDecoder (Results 1 – 2 of 2) sorted by relevance
423 struct AllocatedDecoder { struct424 AllocatedDecoder(webrtc::VideoDecoder* decoder,437 AllocatedDecoder CreateOrReuseVideoDecoder( argument438 std::vector<AllocatedDecoder>* old_decoder,440 void ClearDecoders(std::vector<AllocatedDecoder>* allocated_decoders);453 std::vector<AllocatedDecoder> allocated_decoders_;
2258 WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder::2259 AllocatedDecoder(webrtc::VideoDecoder* decoder, in AllocatedDecoder() function in cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder2283 WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder2285 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 …]