Home
last modified time | relevance | path

Searched refs:audioEncoderOutsJson (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.cpp273 cJSON *audioEncoderOutsJson = cJSON_CreateArray(); in ToJson() local
274 if (audioEncoderOutsJson == nullptr) { in ToJson()
280 cJSON_Delete(audioEncoderOutsJson); in ToJson()
284 cJSON_AddItemToArray(audioEncoderOutsJson, audioEncoderOutJson); in ToJson()
286 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), audioEncoderOutsJson); in ToJson()
313 cJSON *audioEncoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson() local
314 if (audioEncoderOutsJson == nullptr || !cJSON_IsArray(audioEncoderOutsJson)) { in FromJson()
319 cJSON_ArrayForEach(outJson, audioEncoderOutsJson) { in FromJson()