Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp874 cJSON *videoObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Video"); in ParseVideoFormats() local
875 if (videoObj == nullptr || !cJSON_IsObject(videoObj)) { in ParseVideoFormats()
879 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); in ParseVideoFormats()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp783 cJSON *videoObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Video"); in ParseVideoFormats() local
784 if (videoObj == nullptr || !cJSON_IsObject(videoObj)) { in ParseVideoFormats()
788 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); in ParseVideoFormats()

Completed in 5 milliseconds