Searched defs:formatObj (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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"); 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 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"); 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 D | histreamer_ability_querier.cpp | 245 … cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(jsonObject, AUDIO_AAC_STREAM_FORMAT.c_str()); in FromJson() local
|