Home
last modified time | relevance | path

Searched refs:vidtv_encoder (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/test-drivers/vidtv/
A Dvidtv_s302m.h41 struct vidtv_encoder *enc;
86 struct vidtv_encoder *sync;
89 struct vidtv_encoder *head;
92 struct vidtv_encoder
95 void vidtv_s302m_encoder_destroy(struct vidtv_encoder *encoder);
A Dvidtv_encoder.h127 struct vidtv_encoder { struct
150 void *(*encode)(struct vidtv_encoder *e); argument
152 u32 (*clear)(struct vidtv_encoder *e); argument
154 struct vidtv_encoder *sync; argument
160 void (*destroy)(struct vidtv_encoder *e); argument
162 struct vidtv_encoder *next; argument
A Dvidtv_s302m.c165 static void vidtv_s302m_access_unit_destroy(struct vidtv_encoder *e) in vidtv_s302m_access_unit_destroy()
179 static void vidtv_s302m_alloc_au(struct vidtv_encoder *e) in vidtv_s302m_alloc_au()
234 static u16 vidtv_s302m_get_sample(struct vidtv_encoder *e) in vidtv_s302m_get_sample()
290 static u32 vidtv_s302m_write_frame(struct vidtv_encoder *e, in vidtv_s302m_write_frame()
328 static u32 vidtv_s302m_write_h(struct vidtv_encoder *e, u32 p_sz) in vidtv_s302m_write_h()
346 static void vidtv_s302m_write_frames(struct vidtv_encoder *e) in vidtv_s302m_write_frames()
390 static void *vidtv_s302m_encode(struct vidtv_encoder *e) in vidtv_s302m_encode()
424 static u32 vidtv_s302m_clear(struct vidtv_encoder *e) in vidtv_s302m_clear()
441 struct vidtv_encoder
446 struct vidtv_encoder *e; in vidtv_s302m_encoder_init()
[all …]
A Dvidtv_channel.h60 struct vidtv_encoder *encoders;
A Dvidtv_channel.c34 static void vidtv_channel_encoder_destroy(struct vidtv_encoder *e) in vidtv_channel_encoder_destroy()
36 struct vidtv_encoder *tmp = NULL; in vidtv_channel_encoder_destroy()
37 struct vidtv_encoder *curr = e; in vidtv_channel_encoder_destroy()
A Dvidtv_mux.c273 struct vidtv_encoder *e) in vidtv_mux_packetize_access_units()
325 struct vidtv_encoder *e = NULL; in vidtv_mux_poll_encoders()
/linux/Documentation/driver-api/media/drivers/
A Dvidtv.rst173 vidtv_encoder.h
497 .. kernel-doc:: drivers/media/test-drivers/vidtv/vidtv_encoder.h

Completed in 13 milliseconds