Home
last modified time | relevance | path

Searched refs:sampleFormatJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp175 cJSON *sampleFormatJson = cJSON_GetObjectItem(jsonObject, AUDIO_SAMPLE_FORMAT.c_str()); in FromJson() local
177 cJSON_ArrayForEach(format, sampleFormatJson) { in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp447 …cJSON *sampleFormatJson = cJSON_GetObjectItemCaseSensitive(jsonObject, AUDIO_SAMPLE_FORMAT.c_str()… in FromJson() local
448 if (sampleFormatJson == nullptr || !cJSON_IsArray(sampleFormatJson)) { in FromJson()
454 cJSON_ArrayForEach(sampleInfo, sampleFormatJson) { in FromJson()