Searched defs:formatObj (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 723 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj() local 736 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetEachNodeSupportedResolution() local 750 cJSON* formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetNodeSupportedResolution() local 827 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(photoObj, "OutputFormat"); ParsePhotoFormats() local 854 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); ParsePreviewFormats() local 879 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); ParseVideoFormats() local [all...] |
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 558 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj() local 570 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in ExtractCameraAttr() local 583 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetCameraAttr() local 734 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(photoObj, "OutputFormat"); ParsePhotoFormats() local 761 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); ParsePreviewFormats() local 788 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); ParseVideoFormats() local [all...] |
Completed in 4 milliseconds