Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/coda/
Dcoda-common.c778 if (ctx->inst_type != CODA_INST_ENCODER) in coda_s_fmt_vid_cap()
820 if (ctx->inst_type != CODA_INST_DECODER) in coda_s_fmt_vid_out()
879 if (ctx->inst_type == CODA_INST_DECODER && in coda_qbuf()
893 if (ctx->inst_type == CODA_INST_DECODER && in coda_dqbuf()
965 if (ctx->inst_type == CODA_INST_ENCODER && in coda_s_selection()
1006 if (ctx->inst_type != CODA_INST_ENCODER) in coda_try_encoder_cmd()
1064 if (ctx->inst_type != CODA_INST_DECODER) in coda_try_decoder_cmd()
1161 if (ctx->inst_type != CODA_INST_ENCODER) in coda_enum_framesizes()
1331 if (ctx->inst_type == CODA_INST_DECODER) in coda_subscribe_event()
1405 if (ret < 0 && ctx->inst_type == CODA_INST_DECODER) { in coda_pic_run_work()
[all …]
Dcoda.h224 enum coda_inst_type inst_type; member
Dcoda-bit.c206 if (ctx->inst_type != CODA_INST_DECODER || !ctx->use_bit) in coda_bitstream_flush()
830 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_setup_iram()
870 } else if (ctx->inst_type == CODA_INST_DECODER) { in coda_setup_iram()
903 if (ctx->inst_type == CODA_INST_DECODER) { in coda_setup_iram()