You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
503 B
21 lines
503 B
7 months ago
|
/*
|
||
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2020-2020. All rights reserved.
|
||
|
* Description: decoder
|
||
|
* Author: Hisilicon
|
||
|
* Create: 2020-11-11
|
||
|
*/
|
||
|
|
||
|
#ifndef __AVPLAY_FC_H__
|
||
|
#define __AVPLAY_FC_H__
|
||
|
|
||
|
#include "avplay_context.h"
|
||
|
#include "avplay_loop.h"
|
||
|
|
||
|
td_void avplay_fault_check_init(avplay_context *ctx);
|
||
|
td_void avplay_fault_check_deinit(avplay_context *ctx);
|
||
|
td_void avplay_fault_check_process(avplay_loop *loop);
|
||
|
td_u32 avplay_get_inject_value(td_u32 event_id);
|
||
|
|
||
|
#endif
|
||
|
|