Searched refs:decodeVideoNode_ (Results 1 – 4 of 4) sorted by relevance
25 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnError()33 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnInputBufferAvailable()44 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputFormatChanged()56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputBufferAvailable()
31 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnBufferAvailable()46 decodeVideoNode_ = decodeVideoNode; in SetDecodeVideoNode()56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in GetDecodeVideoNode()
31 : surface_(surface), decodeVideoNode_(decodeVideoNode) {} in DecodeSurfaceListener()42 std::weak_ptr<DecodeDataProcess> decodeVideoNode_; variable
32 : decodeVideoNode_(decodeVideoNode) {} in DecodeVideoCallback()41 std::weak_ptr<DecodeDataProcess> decodeVideoNode_;