Home
last modified time | relevance | path

Searched refs:audioEncoderInsJson (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.cpp258 cJSON *audioEncoderInsJson = cJSON_CreateArray(); in ToJson() local
259 if (audioEncoderInsJson == nullptr) { in ToJson()
265 cJSON_Delete(audioEncoderInsJson); in ToJson()
269 cJSON_AddItemToArray(audioEncoderInsJson, audioEncoderInJson); in ToJson()
271 cJSON_AddItemToObject(jsonObject, INS.c_str(), audioEncoderInsJson); in ToJson()
301 cJSON *audioEncoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() local
302 if (audioEncoderInsJson == nullptr || !cJSON_IsArray(audioEncoderInsJson)) { in FromJson()
307 cJSON_ArrayForEach(inJson, audioEncoderInsJson) { in FromJson()