Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h197 int streamon_out; member
Dcoda-common.c979 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()
1272 ctx->streamon_out = 1; in coda_start_streaming()
1283 if (!(ctx->streamon_out & ctx->streamon_cap)) in coda_start_streaming()
1345 stop = ctx->streamon_out && ctx->streamon_cap; in coda_stop_streaming()
1350 ctx->streamon_out = 0; in coda_stop_streaming()
1392 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()
Dcoda-bit.c1310 if (!ctx->streamon_out) { in coda_prepare_encode()