File tree 2 files changed +5
-4
lines changed
contrib/checkbox-ce-oem/checkbox-provider-ce-oem
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -267,9 +267,10 @@ def __init__(
267
267
golden_sample_file = "{}p_{}fps_h264.mp4" .format (
268
268
self ._height_from ,
269
269
self ._framerate ,
270
- )
270
+ )
271
271
self ._golden_sample = os .path .join (
272
- VIDEO_CODEC_TESTING_DATA , "video" , golden_sample_file )
272
+ VIDEO_CODEC_TESTING_DATA , "video" , golden_sample_file
273
+ )
273
274
self ._artifact_file = ""
274
275
275
276
@property
@@ -286,7 +287,7 @@ def psnr_reference_file(self) -> str:
286
287
"""
287
288
golden_reference = "{}p_30fps_h264.mp4" .format (
288
289
self ._height_to ,
289
- )
290
+ )
290
291
291
292
full_path = os .path .join (
292
293
VIDEO_CODEC_TESTING_DATA , "video" , golden_reference
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ template-filter:
147
147
template-unit: job
148
148
template-id: ce-oem-video-codec/carmel-gst_transform_resize
149
149
_template-summary: Check if the resize (scale up or down) are functional
150
- id: ce-oem-video-codec/{{ scenario }}-{{ encoder_plugin }}_from_{{ width_from }}x{{ height_from }}_{{ framerate }}fps_to_ {{ width_to }}x{{ height_to }}
150
+ id: ce-oem-video-codec/{{ scenario }}-{{ encoder_plugin }}_from_{{ width_from }}x{{ height_from }}_to_ {{ width_to }}x{{ height_to }}
151
151
_summary: Perform resize - from {{ width_from }}x{{ height_from }} to {{ width_to }}x{{ height_to }} file
152
152
plugin: shell
153
153
user: root
You can’t perform that action at this time.
0 commit comments