Home
last modified time | relevance | path

Searched defs:AudioDecoder (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
Dhistreamer_ability_querier.h78 struct AudioDecoder { struct
80 std::vector<AudioDecoderIn> ins; argument
81 std::vector<AudioDecoderOut> outs; argument
90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder); argument
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
Dhistreamer_ability_parser.h295 struct AudioDecoder { struct
297 std::vector<AudioDecoderIn> ins; argument
298 std::vector<AudioDecoderOut> outs; argument
303 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder); argument
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/audio/decoder/
Daudio_decoder.cpp29 AudioDecoder::AudioDecoder(uint64_t id, const CodecOnInData& packetReadFunc, in AudioDecoder() function in OHOS::Media::AudioDecoder