Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
Dvdec.c269 if (!sess->streamon_out) in vdec_vb2_buf_queue()
294 sess->streamon_out = 1; in vdec_start_streaming()
298 if (!sess->streamon_out) in vdec_start_streaming()
358 sess->streamon_out = 0; in vdec_start_streaming()
405 (!sess->streamon_out || !sess->streamon_cap))) { in vdec_stop_streaming()
425 sess->streamon_out = 0; in vdec_stop_streaming()
727 if (!(sess->streamon_out & sess->streamon_cap)) in vdec_decoder_cmd()
Dvdec.h246 unsigned int streamon_cap, streamon_out; member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dvenc_ctrls.c86 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
191 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
Dcore.h370 unsigned int streamon_cap, streamon_out; member
Dvenc.c879 inst->streamon_out = 1; in venc_start_streaming()
883 if (!(inst->streamon_out & inst->streamon_cap)) { in venc_start_streaming()
927 inst->streamon_out = 0; in venc_start_streaming()
Dvdec.c510 if (!(inst->streamon_out && inst->streamon_cap)) in vdec_decoder_cmd()
900 if (!inst->streamon_out) in vdec_start_capture()
1017 inst->streamon_out = 1; in vdec_start_output()
1134 inst->streamon_out = 0; in vdec_stop_streaming()
Dhelpers.c1218 if (!(inst->streamon_out & inst->streamon_cap)) in delayed_process_buf_func()
1353 !(inst->streamon_out && inst->streamon_cap)) in venus_helper_vb2_buf_queue()
1394 if (inst->streamon_out & inst->streamon_cap) { in venus_helper_vb2_stop_streaming()
1419 inst->streamon_out = 0; in venus_helper_vb2_stop_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dcoda.h225 int streamon_out; member
Dcoda-common.c1554 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()
2037 ctx->streamon_out = 1; in coda_start_streaming()
2043 if (!(ctx->streamon_out && ctx->streamon_cap)) in coda_start_streaming()
2107 stop = ctx->streamon_out && ctx->streamon_cap; in coda_stop_streaming()
2112 ctx->streamon_out = 0; in coda_stop_streaming()
2153 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()
Dcoda-bit.c1606 if (!ctx->streamon_out) { in coda_prepare_encode()