Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dcoda-common.c176 .type = CODA_INST_ENCODER,
191 .type = CODA_INST_ENCODER,
242 .type = CODA_INST_ENCODER,
863 if (ctx->inst_type != CODA_INST_ENCODER) in coda_s_fmt_vid_cap()
1032 ctx->inst_type == CODA_INST_ENCODER) in coda_g_selection()
1052 if (ctx->inst_type == CODA_INST_ENCODER && in coda_s_selection()
1093 if (ctx->inst_type != CODA_INST_ENCODER) in coda_try_encoder_cmd()
1288 if (ctx->inst_type != CODA_INST_ENCODER) in coda_enum_framesizes()
1925 if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->use_bit) && in coda_buf_queue()
2245 if (ctx->inst_type == CODA_INST_ENCODER) in coda_s_ctrl()
[all …]
Dcoda.h37 CODA_INST_ENCODER, enumerator
Dcoda-bit.c830 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_setup_iram()