Home
last modified time | relevance | path

Searched refs:streamon_cap (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h198 int streamon_cap; member
Dcoda-common.c979 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()
1279 ctx->streamon_cap = 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()
1361 ctx->streamon_cap = 0; in coda_stop_streaming()
1392 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()