Home
last modified time | relevance | path

Searched refs:scode_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h96 u32 scode_type);
425 static inline int vpu_iface_add_scode(struct vpu_inst *inst, u32 scode_type) in vpu_iface_add_scode() argument
435 scode_type); in vpu_iface_add_scode()
H A Dvpu_malone.h35 u32 scode_type);
H A Dvpu_malone.c299 u32 scode_type; member
1038 if (s->scode_type == type && s->pixelformat == fmt) in get_padding_scode()
1050 u32 pixelformat, u32 scode_type) in vpu_malone_add_padding_scode() argument
1059 ps = get_padding_scode(scode_type, pixelformat); in vpu_malone_add_padding_scode()
1091 u32 scode_type) in vpu_malone_add_scode() argument
1097 switch (scode_type) { in vpu_malone_add_scode()
1101 ret = vpu_malone_add_padding_scode(stream_buffer, str_buf, pixelformat, scode_type); in vpu_malone_add_scode()