Searched defs:AudioDecoder (Results 1 – 3 of 3) sorted by relevance
78 struct AudioDecoder { struct80 std::vector<AudioDecoderIn> ins; argument81 std::vector<AudioDecoderOut> outs; argument90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder); argument
295 struct AudioDecoder { struct297 std::vector<AudioDecoderIn> ins; argument298 std::vector<AudioDecoderOut> outs; argument303 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder); argument
29 AudioDecoder::AudioDecoder(uint64_t id, const CodecOnInData& packetReadFunc, in AudioDecoder() function in OHOS::Media::AudioDecoder