Searched defs:codecCallback (Results 1 – 3 of 3) sorted by relevance
67 int32_t SetCodecCallback(const std::shared_ptr<Media::CodecCallback> &codecCallback) in SetCodecCallback()72 int32_t SetCallback(const std::shared_ptr<MediaCodecCallback> &codecCallback) override in SetCallback()
175 int32_t MediaCodec::SetCodecCallback(const std::shared_ptr<CodecCallback> &codecCallback) in SetCodecCallback()188 int32_t MediaCodec::SetCodecCallback(const std::shared_ptr<AudioBaseCodecCallback> &codecCallback) in SetCodecCallback()
254 std::shared_ptr<Media::CodecCallback> codecCallback = std::make_shared<TestCodecCallback>(); variable