Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp849 cJSON *previewObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Preview"); in ParsePreviewFormats() local
850 if (previewObj == nullptr || !cJSON_IsObject(previewObj)) { in ParsePreviewFormats()
854 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); in ParsePreviewFormats()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp756 cJSON *previewObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Preview"); in ParsePreviewFormats() local
757 if (previewObj == nullptr || !cJSON_IsObject(previewObj)) { in ParsePreviewFormats()
761 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); in ParsePreviewFormats()

Completed in 5 milliseconds