Home
last modified time | relevance | path

Searched refs:SetJsonValue (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/audio_effects/
H A DCompressor.cpp168 SetJsonValue(root); in SetJson()
178 void Compressor::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Compressor
181 EffectBase::SetJsonValue(root); in SetJsonValue()
185 threshold.SetJsonValue(root["threshold"]); in SetJsonValue()
188 ratio.SetJsonValue(root["ratio"]); in SetJsonValue()
191 attack.SetJsonValue(root["attack"]); in SetJsonValue()
194 release.SetJsonValue(root["release"]); in SetJsonValue()
197 makeup_gain.SetJsonValue(root["makeup_gain"]); in SetJsonValue()
200 bypass.SetJsonValue(root["bypass"]); in SetJsonValue()
H A DExpander.cpp172 SetJsonValue(root); in SetJson()
182 void Expander::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Expander
185 EffectBase::SetJsonValue(root); in SetJsonValue()
189 threshold.SetJsonValue(root["threshold"]); in SetJsonValue()
192 ratio.SetJsonValue(root["ratio"]); in SetJsonValue()
195 attack.SetJsonValue(root["attack"]); in SetJsonValue()
198 release.SetJsonValue(root["release"]); in SetJsonValue()
201 makeup_gain.SetJsonValue(root["makeup_gain"]); in SetJsonValue()
204 bypass.SetJsonValue(root["bypass"]); in SetJsonValue()
H A DEcho.cpp158 SetJsonValue(root); in SetJson()
168 void Echo::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Echo
171 EffectBase::SetJsonValue(root); in SetJsonValue()
175 echo_time.SetJsonValue(root["echo_time"]); in SetJsonValue()
177 feedback.SetJsonValue(root["feedback"]); in SetJsonValue()
179 mix.SetJsonValue(root["mix"]); in SetJsonValue()
H A DDistortion.cpp206 SetJsonValue(root); in SetJson()
216 void Distortion::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Distortion
219 EffectBase::SetJsonValue(root); in SetJsonValue()
226 input_gain.SetJsonValue(root["input_gain"]); in SetJsonValue()
229 output_gain.SetJsonValue(root["output_gain"]); in SetJsonValue()
232 tone.SetJsonValue(root["tone"]); in SetJsonValue()
H A DNoise.cpp113 SetJsonValue(root); in SetJson()
123 void Noise::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Noise
126 EffectBase::SetJsonValue(root); in SetJsonValue()
130 level.SetJsonValue(root["level"]); in SetJsonValue()
H A DParametricEQ.cpp224 SetJsonValue(root); in SetJson()
234 void ParametricEQ::SetJsonValue(const Json::Value root) { in SetJsonValue() function in ParametricEQ
237 EffectBase::SetJsonValue(root); in SetJsonValue()
244 frequency.SetJsonValue(root["frequency"]); in SetJsonValue()
247 gain.SetJsonValue(root["gain"]); in SetJsonValue()
250 q_factor.SetJsonValue(root["q_factor"]); in SetJsonValue()
H A DDelay.cpp154 SetJsonValue(root); in SetJson()
164 void Delay::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Delay
167 EffectBase::SetJsonValue(root); in SetJsonValue()
171 delay_time.SetJsonValue(root["delay_time"]); in SetJsonValue()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/effects/
H A DWave.cpp143 SetJsonValue(root); in SetJson()
153 void Wave::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Wave
156 EffectBase::SetJsonValue(root); in SetJsonValue()
160 wavelength.SetJsonValue(root["wavelength"]); in SetJsonValue()
162 amplitude.SetJsonValue(root["amplitude"]); in SetJsonValue()
164 multiplier.SetJsonValue(root["multiplier"]); in SetJsonValue()
166 shift_x.SetJsonValue(root["shift_x"]); in SetJsonValue()
168 speed_y.SetJsonValue(root["speed_y"]); in SetJsonValue()
H A DPixelate.cpp140 SetJsonValue(root); in SetJson()
150 void Pixelate::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Pixelate
153 EffectBase::SetJsonValue(root); in SetJsonValue()
157 pixelization.SetJsonValue(root["pixelization"]); in SetJsonValue()
159 left.SetJsonValue(root["left"]); in SetJsonValue()
161 top.SetJsonValue(root["top"]); in SetJsonValue()
163 right.SetJsonValue(root["right"]); in SetJsonValue()
165 bottom.SetJsonValue(root["bottom"]); in SetJsonValue()
H A DCaption.cpp340 SetJsonValue(root); in SetJson()
353 EffectBase::SetJsonValue(root); in SetJsonValue()
357 color.SetJsonValue(root["color"]); in SetJsonValue()
359 stroke.SetJsonValue(root["stroke"]); in SetJsonValue()
361 background.SetJsonValue(root["background"]); in SetJsonValue()
371 font_size.SetJsonValue(root["font_size"]); in SetJsonValue()
375 fade_in.SetJsonValue(root["fade_in"]); in SetJsonValue()
377 fade_out.SetJsonValue(root["fade_out"]); in SetJsonValue()
379 left.SetJsonValue(root["left"]); in SetJsonValue()
381 top.SetJsonValue(root["top"]); in SetJsonValue()
[all …]
H A DMask.cpp194 SetJsonValue(root); in SetJson()
204 void Mask::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Mask
207 EffectBase::SetJsonValue(root); in SetJsonValue()
213 brightness.SetJsonValue(root["brightness"]); in SetJsonValue()
215 contrast.SetJsonValue(root["contrast"]); in SetJsonValue()
240 reader->SetJsonValue(root["reader"]); in SetJsonValue()
247 reader->SetJsonValue(root["reader"]); in SetJsonValue()
254 reader->SetJsonValue(root["reader"]); in SetJsonValue()
260 reader->SetJsonValue(root["reader"]); in SetJsonValue()
H A DCrop.cpp182 SetJsonValue(root); in SetJson()
192 void Crop::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Crop
195 EffectBase::SetJsonValue(root); in SetJsonValue()
199 left.SetJsonValue(root["left"]); in SetJsonValue()
201 top.SetJsonValue(root["top"]); in SetJsonValue()
203 right.SetJsonValue(root["right"]); in SetJsonValue()
205 bottom.SetJsonValue(root["bottom"]); in SetJsonValue()
207 x.SetJsonValue(root["x"]); in SetJsonValue()
209 y.SetJsonValue(root["y"]); in SetJsonValue()
H A DColorShift.cpp229 SetJsonValue(root); in SetJson()
239 void ColorShift::SetJsonValue(const Json::Value root) { in SetJsonValue() function in ColorShift
242 EffectBase::SetJsonValue(root); in SetJsonValue()
246 red_x.SetJsonValue(root["red_x"]); in SetJsonValue()
248 red_y.SetJsonValue(root["red_y"]); in SetJsonValue()
250 green_x.SetJsonValue(root["green_x"]); in SetJsonValue()
252 green_y.SetJsonValue(root["green_y"]); in SetJsonValue()
254 blue_x.SetJsonValue(root["blue_x"]); in SetJsonValue()
256 blue_y.SetJsonValue(root["blue_y"]); in SetJsonValue()
258 alpha_x.SetJsonValue(root["alpha_x"]); in SetJsonValue()
[all …]
H A DBars.cpp149 SetJsonValue(root); in SetJson()
159 void Bars::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Bars
162 EffectBase::SetJsonValue(root); in SetJsonValue()
166 color.SetJsonValue(root["color"]); in SetJsonValue()
168 left.SetJsonValue(root["left"]); in SetJsonValue()
170 top.SetJsonValue(root["top"]); in SetJsonValue()
172 right.SetJsonValue(root["right"]); in SetJsonValue()
174 bottom.SetJsonValue(root["bottom"]); in SetJsonValue()
H A DSaturation.cpp194 SetJsonValue(root); in SetJson()
204 void Saturation::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Saturation
207 EffectBase::SetJsonValue(root); in SetJsonValue()
211 saturation.SetJsonValue(root["saturation"]); in SetJsonValue()
213 saturation_R.SetJsonValue(root["saturation_R"]); in SetJsonValue()
215 saturation_G.SetJsonValue(root["saturation_G"]); in SetJsonValue()
217 saturation_B.SetJsonValue(root["saturation_B"]); in SetJsonValue()
H A DBrightness.cpp128 SetJsonValue(root); in SetJson()
138 void Brightness::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Brightness
141 EffectBase::SetJsonValue(root); in SetJsonValue()
145 brightness.SetJsonValue(root["brightness"]); in SetJsonValue()
147 contrast.SetJsonValue(root["contrast"]); in SetJsonValue()
H A DChromaKey.cpp138 SetJsonValue(root); in SetJson()
148 void ChromaKey::SetJsonValue(const Json::Value root) { in SetJsonValue() function in ChromaKey
151 EffectBase::SetJsonValue(root); in SetJsonValue()
155 color.SetJsonValue(root["color"]); in SetJsonValue()
157 fuzz.SetJsonValue(root["fuzz"]); in SetJsonValue()
H A DBlur.cpp202 SetJsonValue(root); in SetJson()
212 void Blur::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Blur
215 EffectBase::SetJsonValue(root); in SetJsonValue()
219 horizontal_radius.SetJsonValue(root["horizontal_radius"]); in SetJsonValue()
221 vertical_radius.SetJsonValue(root["vertical_radius"]); in SetJsonValue()
223 sigma.SetJsonValue(root["sigma"]); in SetJsonValue()
225 iterations.SetJsonValue(root["iterations"]); in SetJsonValue()
H A DShift.cpp164 SetJsonValue(root); in SetJson()
174 void Shift::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Shift
177 EffectBase::SetJsonValue(root); in SetJsonValue()
181 x.SetJsonValue(root["x"]); in SetJsonValue()
183 y.SetJsonValue(root["y"]); in SetJsonValue()
H A DHue.cpp132 SetJsonValue(root); in SetJson()
142 void Hue::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Hue
145 EffectBase::SetJsonValue(root); in SetJsonValue()
149 hue.SetJsonValue(root["hue"]); in SetJsonValue()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DClip.cpp972 SetJsonValue(root); in SetJson()
985 ClipBase::SetJsonValue(root); in SetJsonValue()
1010 scale_x.SetJsonValue(root["scale_x"]); in SetJsonValue()
1012 scale_y.SetJsonValue(root["scale_y"]); in SetJsonValue()
1018 alpha.SetJsonValue(root["alpha"]); in SetJsonValue()
1022 time.SetJsonValue(root["time"]); in SetJsonValue()
1024 volume.SetJsonValue(root["volume"]); in SetJsonValue()
1028 shear_x.SetJsonValue(root["shear_x"]); in SetJsonValue()
1030 shear_y.SetJsonValue(root["shear_y"]); in SetJsonValue()
1074 e->SetJsonValue(existing_effect); in SetJsonValue()
[all …]
H A DColor.cpp128 SetJsonValue(root); in SetJson()
138 void Color::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Color
142 red.SetJsonValue(root["red"]); in SetJsonValue()
144 green.SetJsonValue(root["green"]); in SetJsonValue()
146 blue.SetJsonValue(root["blue"]); in SetJsonValue()
148 alpha.SetJsonValue(root["alpha"]); in SetJsonValue()
H A DPoint.cpp112 SetJsonValue(root); in SetJson()
122 void Point::SetJsonValue(const Json::Value root) { in SetJsonValue() function in Point
125 co.SetJsonValue(root["co"]); // update coordinate in SetJsonValue()
127 handle_left.SetJsonValue(root["handle_left"]); // update coordinate in SetJsonValue()
129 handle_right.SetJsonValue(root["handle_right"]); // update coordinate in SetJsonValue()
H A DTrackedObjectBBox.cpp363 SetJsonValue(root); in SetJson()
409 delta_x.SetJsonValue(root["delta_x"]); in SetJsonValue()
411 delta_y.SetJsonValue(root["delta_y"]); in SetJsonValue()
413 scale_x.SetJsonValue(root["scale_x"]); in SetJsonValue()
415 scale_y.SetJsonValue(root["scale_y"]); in SetJsonValue()
417 rotation.SetJsonValue(root["rotation"]); in SetJsonValue()
419 visible.SetJsonValue(root["visible"]); in SetJsonValue()
421 draw_box.SetJsonValue(root["draw_box"]); in SetJsonValue()
423 stroke.SetJsonValue(root["stroke"]); in SetJsonValue()
429 background.SetJsonValue(root["background"]); in SetJsonValue()
[all …]
H A DEffectBase.cpp117 SetJsonValue(root); in SetJson()
127 void EffectBase::SetJsonValue(const Json::Value root) { in SetJsonValue() function in EffectBase
142 effect->SetJsonValue(root); in SetJsonValue()
157 ClipBase::SetJsonValue(my_root); in SetJsonValue()
216 this->SetJsonValue(EffectJSON); in SetParentEffect()

1234567