libxcoder
5.8.0
Loading...
Searching...
No Matches
mctf.h
Go to the documentation of this file.
1
#ifdef NI_HAVE_MCTF
2
#include "
ni_device_api.h
"
3
4
#define MCTF_LOOKBACK 1
5
#define MCTF_LOOKAHEAD 1
6
7
typedef
enum
{
8
MCTF_RET_NOT_REF = 0,
9
MCTF_RET_BUFFERED = 1,
10
MCTF_RET_FILTERED = 2,
11
MCTF_RET_LOOKBACK_REF = 3,
12
MCTF_RET_EOS_PENDING = 4,
13
MCTF_RET_EOS_DONE = 5,
14
} MCTFResult;
15
16
int
performMCTF(
ni_session_context_t
*p_ctx,
ni_frame_t
*ni_frame, int32_t source_width, int32_t source_height);
17
int
initMCTF(
ni_session_context_t
*p_ctx);
18
void
clearMCTF(
ni_session_context_t
*p_ctx);
19
ni_frame_t
* get_mctf_result(
ni_session_context_t
*p_ctx,
int
waitCnt);
20
#endif
ni_device_api.h
Public definitions for operating NETINT video processing devices for video processing.
_ni_frame
Definition
ni_device_api.h:2782
_ni_session_context
Definition
ni_device_api.h:1457
source
mctf.h
Generated by
1.9.8