Searched refs:videoDecoderOutJson (Results 1 – 1 of 1) sorted by relevance
898 cJSON *videoDecoderOutJson = cJSON_CreateObject(); in ToJson() local899 if (videoDecoderOutJson == nullptr) { in ToJson()903 ToJson(videoDecoderOutJson, out); in ToJson()904 cJSON_AddItemToArray(videoDecoderOutsJson, videoDecoderOutJson); in ToJson()