Home
last modified time | relevance | path

Searched refs:streamon_out (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A 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()
H A Dvdec.c567 if (!(inst->streamon_out && inst->streamon_cap)) in vdec_decoder_cmd()
1039 if (!inst->streamon_out) in vdec_start_capture()
1166 inst->streamon_out = 1; in vdec_start_output()
1289 inst->streamon_out = 0; in vdec_stop_streaming()
H A Dvenc.c547 if (!(inst->streamon_out && inst->streamon_cap)) in venc_encoder_cmd()
1232 inst->streamon_out = 1; in venc_start_streaming()
1236 if (!(inst->streamon_out & inst->streamon_cap)) { in venc_start_streaming()
1286 inst->streamon_out = 0; in venc_start_streaming()
H A Dhelpers.c1362 if (!(inst->streamon_out & inst->streamon_cap)) in delayed_process_buf_func()
1514 !(inst->streamon_out && inst->streamon_cap)) in venus_helper_vb2_buf_queue()
1552 if (inst->streamon_out & inst->streamon_cap) { in venus_helper_vb2_stop_streaming()
1577 inst->streamon_out = 0; in venus_helper_vb2_stop_streaming()
H A Dcore.h388 * @streamon_out: stream on flag for output queue
460 unsigned int streamon_cap, streamon_out; member
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A 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()
H A Dvdec.h201 * @streamon_out: stream on flag for output queue
246 unsigned int streamon_cap, streamon_out; member
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A 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()
H A Dvdec.h205 * @streamon_out: stream on flag for output queue
256 unsigned int streamon_cap, streamon_out; member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A 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()
H A Dcore.h321 * @streamon_out: stream on flag for output queue
379 unsigned int streamon_cap, streamon_out; member
H A 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()
H A Dhelpers.c1218 if (!(inst->streamon_out & inst->streamon_cap)) in delayed_process_buf_func()
1359 !(inst->streamon_out && inst->streamon_cap)) in venus_helper_vb2_buf_queue()
1400 if (inst->streamon_out & inst->streamon_cap) { in venus_helper_vb2_stop_streaming()
1425 inst->streamon_out = 0; in venus_helper_vb2_stop_streaming()
H A Dvdec.c513 if (!(inst->streamon_out && inst->streamon_cap)) in vdec_decoder_cmd()
930 if (!inst->streamon_out) in vdec_start_capture()
1053 inst->streamon_out = 1; in vdec_start_output()
1172 inst->streamon_out = 0; in vdec_stop_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda.h225 int streamon_out; member
H A Dcoda-common.c1563 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()
2046 ctx->streamon_out = 1; in coda_start_streaming()
2052 if (!(ctx->streamon_out && ctx->streamon_cap)) in coda_start_streaming()
2116 stop = ctx->streamon_out && ctx->streamon_cap; in coda_stop_streaming()
2121 ctx->streamon_out = 0; in coda_stop_streaming()
2162 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()
H A Dcoda-bit.c1612 if (!ctx->streamon_out) { in coda_prepare_encode()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda.h234 int streamon_out; member
H A 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()
H A Dcoda-bit.c1614 if (!ctx->streamon_out) { in coda_prepare_encode()

Completed in 34 milliseconds