mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
media: add interface for checks the video profile. [1/2]
PD#SWPL-8648 Problem: add interface for checks the video profile Solution: add interface for checks the video profile Verify: u212 Change-Id: I95d0df62fae2debc6c0cc5a4d2adf002122b7630 Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
@@ -753,11 +753,10 @@ struct av_param_qosinfo_t {
|
||||
struct vframe_qos_s vframe_qos[QOS_FRAME_NUM];
|
||||
};
|
||||
|
||||
|
||||
#define SUPPORT_VDEC_NUM (20)
|
||||
#define SUPPORT_VDEC_NUM (64)
|
||||
int vcodec_profile_register(const struct codec_profile_t *vdec_profile);
|
||||
ssize_t vcodec_profile_read(char *buf);
|
||||
|
||||
bool is_support_profile(char *name);
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user