Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp675 cJSON *videoEncoderOutsJson = cJSON_CreateArray(); in ToJson() local
676 if (videoEncoderOutsJson == nullptr) { in ToJson()
682 cJSON_Delete(videoEncoderOutsJson); in ToJson()
686 cJSON_AddItemToArray(videoEncoderOutsJson, videoEncoderOutJson); in ToJson()
688 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), videoEncoderOutsJson); in ToJson()
718 cJSON *videoEncoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson() local
719 if (videoEncoderOutsJson == nullptr || !cJSON_IsArray(videoEncoderOutsJson)) { in FromJson()
724 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp286 cJSON *videoEncoderOutsJson = cJSON_GetObjectItem(jsonObject, OUTS.c_str()); in FromJson() local
288 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson()