Home
last modified time | relevance | path

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

/drivers/media/platform/coda/
Dcoda.h266 bool use_bit; member
Dcoda-common.c1456 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) { in coda_job_ready()
1853 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) { in coda_start_streaming()
1898 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) in coda_start_streaming()
2433 ctx->use_bit = !ctx->cvd->direct; in coda_open()
2541 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) in coda_release()
Dcoda-bit.c206 if (ctx->inst_type != CODA_INST_DECODER || !ctx->use_bit) in coda_bitstream_flush()