Home
last modified time | relevance | path

Searched refs:audioDecoderOutJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp488 cJSON *audioDecoderOutJson = cJSON_CreateObject(); in ToJson() local
489 if (audioDecoderOutJson == nullptr) { in ToJson()
493 ToJson(audioDecoderOutJson, out); in ToJson()
494 cJSON_AddItemToArray(audioDecoderOutsJson, audioDecoderOutJson); in ToJson()