Home
last modified time | relevance | path

Searched refs:videoPixelFmtJson (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp617 cJSON *videoPixelFmtJson = cJSON_GetObjectItemCaseSensitive(jsonObject, VIDEO_PIXEL_FMT.c_str()); in FromJson() local
618 if (videoPixelFmtJson == nullptr || !cJSON_IsArray(videoPixelFmtJson)) { in FromJson()
623 cJSON_ArrayForEach(fmt, videoPixelFmtJson) { in FromJson()
859 cJSON *videoPixelFmtJson = cJSON_GetObjectItemCaseSensitive(jsonObject, VIDEO_PIXEL_FMT.c_str()); in FromJson() local
860 if (videoPixelFmtJson == nullptr || !cJSON_IsArray(videoPixelFmtJson)) { in FromJson()
865 cJSON_ArrayForEach(fmtInfo, videoPixelFmtJson) { in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp336 cJSON *videoPixelFmtJson = cJSON_GetObjectItem(jsonObject, VIDEO_PIXEL_FMT.c_str()); in FromJson() local
338 cJSON_ArrayForEach(fmt, videoPixelFmtJson) { in FromJson()

Completed in 3 milliseconds