Skip to content

rkvc_frame_spec

struct rkvc_frame_spec

帧规格(宽/高/stride 为 0 表示通配或待探测)。

Variables

Name Description
width 宽度
height 高度
fmt 像素格式
domain 内存域
stride 行距
ver_stride 垂直行距(第二平面)
modifier 内存修饰符

Variable Details

domain

rkvc_mem_domain domain

内存域

fmt

rkvc_frame_fmt fmt

像素格式

height

uint32_t height

高度

modifier

uint64_t modifier

内存修饰符

stride

uint32_t stride

行距

ver_stride

uint32_t ver_stride

垂直行距(第二平面)

width

uint32_t width

宽度