Home
last modified time | relevance | path

Searched refs:fmtJson (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.cpp790 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() local
791 if (fmtJson == nullptr) { in ToJson()
795 cJSON_AddItemToArray(fmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()
797 cJSON_AddItemToObject(jsonObject, VIDEO_BIT_STREAM_FMT.c_str(), fmtJson); in ToJson()
834 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() local
835 if (fmtJson == nullptr) { in ToJson()
839 cJSON_AddItemToArray(fmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()
841 cJSON_AddItemToObject(jsonObject, VIDEO_PIXEL_FMT.c_str(), fmtJson); in ToJson()