media: rockchip: vpss: add RKVPSS_CMD_BUF_DEL_BY_FILE cmd

Change-Id: I4c80133b75459c419f6572384be2fca9cdec978f
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
This commit is contained in:
Wei Dun
2025-09-08 18:47:59 +08:00
committed by willam.wei
parent 25f97ec5e6
commit 3795c31e57
3 changed files with 16 additions and 3 deletions

View File

@@ -88,6 +88,9 @@
#define RKVPSS_CMD_STREAM_ATTACH_INFO \
_IOW('V', BASE_VIDIOC_PRIVATE + 56, int)
#define RKVPSS_CMD_BUF_DEL_BY_FILE \
_IO('V', BASE_VIDIOC_PRIVATE + 57)
/****** vpss(offline mode rockit) independent ioctl*************/
#define RKVPSS_CMD_OPEN \
_IOWR('V', BASE_VIDIOC_PRIVATE + 101, int *)