Home
last modified time | relevance | path

Searched refs:pixelFmtJson (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.cpp592 cJSON *pixelFmtJson = cJSON_CreateArray(); in ToJson() local
593 if (pixelFmtJson == nullptr) { in ToJson()
597 cJSON_AddItemToArray(pixelFmtJson, cJSON_CreateNumber(static_cast<uint32_t>(fmt))); in ToJson()
599 cJSON_AddItemToObject(jsonObject, VIDEO_PIXEL_FMT.c_str(), pixelFmtJson); in ToJson()