Home
last modified time | relevance | path

Searched refs:coda_ctx (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
A Dcoda.h201 struct coda_ctx;
207 int (*start_streaming)(struct coda_ctx *ctx);
208 int (*prepare_run)(struct coda_ctx *ctx);
209 void (*finish_run)(struct coda_ctx *ctx);
210 void (*run_timeout)(struct coda_ctx *ctx);
213 void (*release)(struct coda_ctx *ctx);
223 struct coda_ctx { struct
319 int coda_hw_reset(struct coda_ctx *ctx);
323 void coda_set_gdi_regs(struct coda_ctx *ctx);
358 int coda_bitstream_flush(struct coda_ctx *ctx);
[all …]
A Dtrace.h14 TP_PROTO(struct coda_ctx *ctx, int cmd),
35 TP_PROTO(struct coda_ctx *ctx),
53 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
74 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
79 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
84 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
111 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
117 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
152 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
158 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
[all …]
A Dcoda-jpeg.c215 int coda_jpeg_write_tables(struct coda_ctx *ctx) in coda_jpeg_write_tables()
424 static void coda9_jpeg_dec_huff_setup(struct coda_ctx *ctx) in coda9_jpeg_dec_huff_setup()
471 static void coda9_jpeg_qmat_setup(struct coda_ctx *ctx) in coda9_jpeg_qmat_setup()
716 static int coda9_jpeg_load_huff_tab(struct coda_ctx *ctx) in coda9_jpeg_load_huff_tab()
798 static void coda9_jpeg_load_qmat_tab(struct coda_ctx *ctx) in coda9_jpeg_load_qmat_tab()
1045 static int coda9_jpeg_start_encoding(struct coda_ctx *ctx) in coda9_jpeg_start_encoding()
1070 static int coda9_jpeg_prepare_encode(struct coda_ctx *ctx) in coda9_jpeg_prepare_encode()
1207 static void coda9_jpeg_finish_encode(struct coda_ctx *ctx) in coda9_jpeg_finish_encode()
1284 static void coda9_jpeg_release(struct coda_ctx *ctx) in coda9_jpeg_release()
1311 static int coda9_jpeg_start_decoding(struct coda_ctx *ctx) in coda9_jpeg_start_decoding()
[all …]
A Dcoda-bit.c111 int coda_hw_reset(struct coda_ctx *ctx) in coda_hw_reset()
203 int coda_bitstream_flush(struct coda_ctx *ctx) in coda_bitstream_flush()
435 void coda_bit_stream_end_flag(struct coda_ctx *ctx) in coda_bit_stream_end_flag()
680 static u32 coda_slice_mode(struct coda_ctx *ctx) in coda_slice_mode()
791 static void coda_setup_iram(struct coda_ctx *ctx) in coda_setup_iram()
1061 static int coda_start_encoding(struct coda_ctx *ctx) in coda_start_encoding()
1707 struct coda_ctx *ctx = container_of(work, struct coda_ctx, seq_end_work); in coda_seq_end_work()
1742 static void coda_bit_release(struct coda_ctx *ctx) in coda_bit_release()
2043 struct coda_ctx *ctx = container_of(work, in coda_dec_seq_init_work()
2044 struct coda_ctx, seq_init_work); in coda_dec_seq_init_work()
[all …]
A Dcoda-common.c1023 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_g_selection()
1069 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_s_selection()
1124 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_encoder_cmd()
1205 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_decoder_cmd()
1284 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_enum_framesizes()
1521 struct coda_ctx *ctx = m2m_priv; in coda_device_run()
1529 struct coda_ctx *ctx = container_of(work, struct coda_ctx, pic_run_work); in coda_pic_run_work()
1569 struct coda_ctx *ctx = m2m_priv; in coda_job_ready()
1639 struct coda_ctx *ctx = priv; in coda_job_abort()
2181 struct coda_ctx *ctx = in coda_s_ctrl()
[all …]
A Dcoda-mpeg2.c64 u32 coda_mpeg2_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg2_parse_headers()
A Dcoda-mpeg4.c61 u32 coda_mpeg4_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg4_parse_headers()
A Dcoda-h264.c31 int coda_sps_parse_profile(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_sps_parse_profile()
250 int coda_h264_sps_fixup(struct coda_ctx *ctx, int width, int height, char *buf, in coda_h264_sps_fixup()
A Dcoda-gdi.c110 void coda_set_gdi_regs(struct coda_ctx *ctx) in coda_set_gdi_regs()

Completed in 30 milliseconds