• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

WindhoverLabs / yamcs-cfs / #164

11 Dec 2024 11:11PM UTC coverage: 0.0%. Remained the same
#164

push

lorenzo-gomez-windhover
-Add Execute method to pipeline.

0 of 63 new or added lines in 3 files covered. (0.0%)

1 existing line in 1 file now uncovered.

0 of 8527 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/windhoverlabs/com/video/FilterGraph.java
1
package com.windhoverlabs.com.video;
2

3
import com.windhoverlabs.com.video.MMC_PipelineCfg.MMC_FilterGraphCfg_t;
4
import org.bytedeco.ffmpeg.avfilter.AVFilterContext;
5
import org.bytedeco.ffmpeg.avutil.AVFrame;
6

7
public class FilterGraph {
×
8

9
  //        TODO:Implement
10

11
  public EReturnCode getFrame(AVFilterContext filterBufferSinkContext, AVFrame frame) {
12
    // TODO Auto-generated method stub
13
    return EReturnCode.OK;
×
14
  }
15

16
  public EReturnCode CreateBufferSrc(
17
      String filterBufferSrcName,
18
      String filterBufferSrcArgs,
19
      AVFilterContext filterBufferSrcContext) {
20
    // TODO Auto-generated method stub
21
    return null;
×
22
  }
23

24
  public void AddFrame(AVFilterContext filterBufferSrcContext, AVFrame scaledFrame) {
25
    // TODO Auto-generated method stub
26

27
  }
×
28

29
  public void SetConfig(MMC_FilterGraphCfg_t filterGraphCfg) {
30
    // TODO Auto-generated method stub
31

32
  }
×
33

34
  public static void Initialize() {
35
    // TODO Auto-generated method stub
36

NEW
37
  }
×
38

39
  public static void Start() {
40
    // TODO Auto-generated method stub
41

NEW
42
  }
×
43

44
  public void Execute() {
45
    // TODO Auto-generated method stub
46

NEW
47
  }
×
48
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc