Lines Matching defs:vh
98 const vop_header *vh; member
403 static inline int vop_interlaced(const vop_header *vh) in vop_interlaced()
408 static inline u8 vop_channel(const vop_header *vh) in vop_channel()
413 static inline u8 vop_type(const vop_header *vh) in vop_type()
418 static inline u32 vop_mpeg_size(const vop_header *vh) in vop_mpeg_size()
423 static inline u8 vop_hsize(const vop_header *vh) in vop_hsize()
428 static inline u8 vop_vsize(const vop_header *vh) in vop_vsize()
433 static inline u32 vop_mpeg_offset(const vop_header *vh) in vop_mpeg_offset()
438 static inline u32 vop_jpeg_offset(const vop_header *vh) in vop_jpeg_offset()
443 static inline u32 vop_jpeg_size(const vop_header *vh) in vop_jpeg_size()
448 static inline u32 vop_sec(const vop_header *vh) in vop_sec()
453 static inline u32 vop_usec(const vop_header *vh) in vop_usec()
459 struct vb2_buffer *vb, const vop_header *vh) in solo_fill_jpeg()
480 struct vb2_buffer *vb, const vop_header *vh) in solo_fill_mpeg()
516 const vop_header *vh = enc_buf->vh; in solo_enc_fillbuf() local