Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c823 if (!disable_tiling && ctx->use_bit && in coda_s_fmt()
1249 if (ctx->use_bit) in coda_decoder_cmd()
1543 if (ctx->use_bit) { in coda_pic_run_work()
1588 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) { in coda_job_ready()
1925 if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->use_bit) && in coda_buf_queue()
1987 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) { in coda_start_streaming()
2068 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) in coda_start_streaming()
2633 ctx->use_bit = !ctx->cvd->direct; in coda_open()
2740 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) in coda_release()
H A Dcoda.h285 bool use_bit; member
H A Dcoda-bit.c207 if (ctx->inst_type != CODA_INST_DECODER || !ctx->use_bit) in coda_bitstream_flush()