Home
last modified time | relevance | path

Searched refs:audioDecoderOutsJson (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.cpp483 cJSON *audioDecoderOutsJson = cJSON_CreateArray(); in ToJson() local
484 if (audioDecoderOutsJson == nullptr) { in ToJson()
490 cJSON_Delete(audioDecoderOutsJson); in ToJson()
494 cJSON_AddItemToArray(audioDecoderOutsJson, audioDecoderOutJson); in ToJson()
496 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), audioDecoderOutsJson); in ToJson()
522 cJSON *audioDecoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson() local
523 if (audioDecoderOutsJson == nullptr || !cJSON_IsArray(audioDecoderOutsJson)) { in FromJson()
528 cJSON_ArrayForEach(outJson, audioDecoderOutsJson) { in FromJson()