Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp821 cJSON *photoObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Photo"); in ParsePhotoFormats() local
822 if (photoObj == nullptr || !cJSON_IsObject(photoObj)) { in ParsePhotoFormats()
827 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(photoObj, "OutputFormat"); in ParsePhotoFormats()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp729 cJSON *photoObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Photo"); in ParsePhotoFormats() local
730 if (photoObj == nullptr || !cJSON_IsObject(photoObj)) { in ParsePhotoFormats()
734 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(photoObj, "OutputFormat"); in ParsePhotoFormats()

Completed in 4 milliseconds