Searched refs:vidtv_encoder (Results 1 – 7 of 7) sorted by relevance
41 struct vidtv_encoder *enc;86 struct vidtv_encoder *sync;89 struct vidtv_encoder *head;92 struct vidtv_encoder95 void vidtv_s302m_encoder_destroy(struct vidtv_encoder *encoder);
127 struct vidtv_encoder { struct150 void *(*encode)(struct vidtv_encoder *e); argument152 u32 (*clear)(struct vidtv_encoder *e); argument154 struct vidtv_encoder *sync; argument160 void (*destroy)(struct vidtv_encoder *e); argument162 struct vidtv_encoder *next; argument
165 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()202 vidtv_s302m_compute_sample_count_from_video(struct vidtv_encoder *e) in vidtv_s302m_compute_sample_count_from_video()221 static void vidtv_s302m_compute_pts_from_video(struct vidtv_encoder *e) in vidtv_s302m_compute_pts_from_video()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()[all …]
60 struct vidtv_encoder *encoders;
34 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()
273 struct vidtv_encoder *e) in vidtv_mux_packetize_access_units()325 struct vidtv_encoder *e = NULL; in vidtv_mux_poll_encoders()
173 vidtv_encoder.h497 .. kernel-doc:: drivers/media/test-drivers/vidtv/vidtv_encoder.h