Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dvenc_ctrls.c89 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
216 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
257 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
288 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
301 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
Dcore.h419 unsigned int streamon_cap, streamon_out; member
Dhelpers.c1360 if (!(inst->streamon_out & inst->streamon_cap)) in delayed_process_buf_func()
1512 !(inst->streamon_out && inst->streamon_cap)) in venus_helper_vb2_buf_queue()
1550 if (inst->streamon_out & inst->streamon_cap) { in venus_helper_vb2_stop_streaming()
1575 inst->streamon_out = 0; in venus_helper_vb2_stop_streaming()
Dvdec.c543 if (!(inst->streamon_out && inst->streamon_cap)) in vdec_decoder_cmd()
997 if (!inst->streamon_out) in vdec_start_capture()
1124 inst->streamon_out = 1; in vdec_start_output()
1247 inst->streamon_out = 0; in vdec_stop_streaming()
Dvenc.c1156 inst->streamon_out = 1; in venc_start_streaming()
1160 if (!(inst->streamon_out & inst->streamon_cap)) { in venc_start_streaming()
1208 inst->streamon_out = 0; in venc_start_streaming()
/linux-6.1.9/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.h256 unsigned int streamon_cap, streamon_out; member
/linux-6.1.9/drivers/media/platform/chips-media/
Dcoda.h234 int streamon_out; member
Dcoda-common.c1556 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()
2045 ctx->streamon_out = 1; in coda_start_streaming()
2051 if (!(ctx->streamon_out && ctx->streamon_cap)) in coda_start_streaming()
2118 stop = ctx->streamon_out && ctx->streamon_cap; in coda_stop_streaming()
2123 ctx->streamon_out = 0; in coda_stop_streaming()
2164 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()
Dcoda-bit.c1614 if (!ctx->streamon_out) { in coda_prepare_encode()