Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp707 cJSON *codecObj = cJSON_GetObjectItemCaseSensitive(rootValue, "CodecType"); in ParseEncoderTypes() local
708 if (codecObj == nullptr || !cJSON_IsArray(codecObj) || cJSON_GetArraySize(codecObj) == 0 || in ParseEncoderTypes()
709 static_cast<uint32_t>(cJSON_GetArraySize(codecObj)) > JSON_ARRAY_MAX_SIZE) { in ParseEncoderTypes()
714 int32_t size = cJSON_GetArraySize(codecObj); in ParseEncoderTypes()
716 cJSON *item = cJSON_GetArrayItem(codecObj, i); in ParseEncoderTypes()