Home
last modified time | relevance | path

Searched refs:CODA_INST_ENCODER (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c181 .type = CODA_INST_ENCODER,
196 .type = CODA_INST_ENCODER,
247 .type = CODA_INST_ENCODER,
888 if (ctx->inst_type != CODA_INST_ENCODER) in coda_s_fmt_vid_cap()
1055 ctx->inst_type == CODA_INST_ENCODER) in coda_g_selection()
1075 if (ctx->inst_type == CODA_INST_ENCODER && in coda_s_selection()
1925 if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->use_bit) && in coda_buf_queue()
2246 if (ctx->inst_type == CODA_INST_ENCODER) in coda_s_ctrl()
2497 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_ctrls_setup()
2655 if (enable_bwb || ctx->inst_type == CODA_INST_ENCODER) in coda_open()
[all …]
H A Dcoda.h45 CODA_INST_ENCODER, enumerator
H A Dcoda-bit.c832 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_setup_iram()