Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/coda/
Dcoda-common.c176 .type = CODA_INST_ENCODER,
191 .type = CODA_INST_ENCODER,
242 .type = CODA_INST_ENCODER,
862 if (ctx->inst_type != CODA_INST_ENCODER) in coda_s_fmt_vid_cap()
1031 ctx->inst_type == CODA_INST_ENCODER) in coda_g_selection()
1051 if (ctx->inst_type == CODA_INST_ENCODER && in coda_s_selection()
1092 if (ctx->inst_type != CODA_INST_ENCODER) in coda_try_encoder_cmd()
1287 if (ctx->inst_type != CODA_INST_ENCODER) in coda_enum_framesizes()
1914 if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->use_bit) && in coda_buf_queue()
2237 if (ctx->inst_type == CODA_INST_ENCODER) in coda_s_ctrl()
[all …]
Dcoda.h45 CODA_INST_ENCODER, enumerator
Dcoda-bit.c830 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_setup_iram()