Searched defs:codecCallback (Results 1 – 3 of 3) sorted by relevance
64 int32_t SetCodecCallback(const std::shared_ptr<Media::CodecCallback> &codecCallback) in SetCodecCallback()69 int32_t SetCallback(const std::shared_ptr<MediaCodecCallback> &codecCallback) override in SetCallback()
170 int32_t MediaCodec::SetCodecCallback(const std::shared_ptr<CodecCallback> &codecCallback) in SetCodecCallback()183 int32_t MediaCodec::SetCodecCallback(const std::shared_ptr<AudioBaseCodecCallback> &codecCallback) in SetCodecCallback()
247 std::shared_ptr<Media::CodecCallback> codecCallback = std::make_shared<TestCodecCallback>(); variable