Lines Matching defs:vh
89 const vop_header *vh; member
394 static inline int vop_interlaced(const vop_header *vh) in vop_interlaced()
399 static inline u8 vop_channel(const vop_header *vh) in vop_channel()
404 static inline u8 vop_type(const vop_header *vh) in vop_type()
409 static inline u32 vop_mpeg_size(const vop_header *vh) in vop_mpeg_size()
414 static inline u8 vop_hsize(const vop_header *vh) in vop_hsize()
419 static inline u8 vop_vsize(const vop_header *vh) in vop_vsize()
424 static inline u32 vop_mpeg_offset(const vop_header *vh) in vop_mpeg_offset()
429 static inline u32 vop_jpeg_offset(const vop_header *vh) in vop_jpeg_offset()
434 static inline u32 vop_jpeg_size(const vop_header *vh) in vop_jpeg_size()
439 static inline u32 vop_sec(const vop_header *vh) in vop_sec()
444 static inline u32 vop_usec(const vop_header *vh) in vop_usec()
450 struct vb2_buffer *vb, const vop_header *vh) in solo_fill_jpeg()
472 struct vb2_buffer *vb, const vop_header *vh) in solo_fill_mpeg()
510 const vop_header *vh = enc_buf->vh; in solo_enc_fillbuf() local