Home
last modified time | relevance | path

Searched refs:audioDecoderInsJson (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.cpp467 cJSON *audioDecoderInsJson = cJSON_CreateArray(); in ToJson() local
468 if (audioDecoderInsJson == nullptr) { in ToJson()
475 cJSON_Delete(audioDecoderInsJson); in ToJson()
479 cJSON_AddItemToArray(audioDecoderInsJson, audioDecoderInJson); in ToJson()
481 cJSON_AddItemToObject(jsonObject, INS.c_str(), audioDecoderInsJson); in ToJson()
511 cJSON *audioDecoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() local
512 if (audioDecoderInsJson == nullptr || !cJSON_IsArray(audioDecoderInsJson)) { in FromJson()
517 cJSON_ArrayForEach(inJson, audioDecoderInsJson) { in FromJson()