Home
last modified time | relevance | path

Searched refs:videoDecoderOutJson (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.cpp898 cJSON *videoDecoderOutJson = cJSON_CreateObject(); in ToJson() local
899 if (videoDecoderOutJson == nullptr) { in ToJson()
903 ToJson(videoDecoderOutJson, out); in ToJson()
904 cJSON_AddItemToArray(videoDecoderOutsJson, videoDecoderOutJson); in ToJson()