Home
last modified time | relevance | path

Searched refs:OUTS (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp26 static const std::string OUTS = "outs"; member
122 if (!IsArray(jsonObject, OUTS)) { in FromJson()
123 DHLOGE("AudioEncoder OUTS is invalid!"); in FromJson()
126 cJSON *outsJson = cJSON_GetObjectItem(jsonObject, OUTS.c_str()); in FromJson()
197 DHLOGE("AudioDecoder OUTS is invalid!"); in FromJson()
207 if (!IsArray(jsonObject, OUTS)) { in FromJson()
208 DHLOGE("AudioDecoder OUTS is invalid!"); in FromJson()
211 cJSON *outsJson = cJSON_GetObjectItem(jsonObject, OUTS.c_str()); in FromJson()
282 if (!IsArray(jsonObject, OUTS)) { in FromJson()
283 DHLOGE("VideoEncoder OUTS i in FromJson()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp42 static const std::string OUTS = "outs"; member
286 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), audioEncoderOutsJson); in ToJson()
313 cJSON *audioEncoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson()
315 AVTRANS_LOGE("AudioEncoder OUTS is invalid"); in FromJson()
496 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), audioDecoderOutsJson); in ToJson()
522 cJSON *audioDecoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson()
524 AVTRANS_LOGE("AudioDecoder OUTS is invalid"); in FromJson()
688 cJSON_AddItemToObject(jsonObject, OUTS.c_str(), videoEncoderOutsJson); in ToJson()
718 cJSON *videoEncoderOutsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, OUTS.c_str()); in FromJson()
720 AVTRANS_LOGE("VideoEncoder OUTS i in FromJson()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp31 static const std::string OUTS = "outs"; member

Completed in 5 milliseconds