Home
last modified time | relevance | path

Searched defs:formatObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp723 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"); in ParsePhotoFormats() local
854 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); in ParsePreviewFormats() local
879 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); in ParseVideoFormats() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp558 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"); in ParsePhotoFormats() local
761 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(previewObj, "OutputFormat"); in ParsePreviewFormats() local
788 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(videoObj, "OutputFormat"); in ParseVideoFormats() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp245 … cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(jsonObject, AUDIO_AAC_STREAM_FORMAT.c_str()); in FromJson() local