Searched refs:targetDecoderNode (Results 1 – 2 of 2) sorted by relevance
25 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnError() local27 targetDecoderNode->OnError(); in OnError()33 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnInputBufferAvailable() local34 if (targetDecoderNode == nullptr) { in OnInputBufferAvailable()38 targetDecoderNode->OnInputBufferAvailable(index, buffer); in OnInputBufferAvailable()44 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputFormatChanged() local45 if (targetDecoderNode == nullptr) { in OnOutputFormatChanged()49 targetDecoderNode->OnOutputFormatChanged(format); in OnOutputFormatChanged()56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputBufferAvailable() local57 if (targetDecoderNode == nullptr) { in OnOutputBufferAvailable()[all …]
31 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnBufferAvailable() local32 if (targetDecoderNode == nullptr) { in OnBufferAvailable()36 targetDecoderNode->OnSurfaceOutputBufferAvailable(surface_); in OnBufferAvailable()56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in GetDecodeVideoNode() local57 if (targetDecoderNode == nullptr) { in GetDecodeVideoNode()60 return targetDecoderNode; in GetDecodeVideoNode()