Searched refs:streamon_out (Results 1 – 10 of 10) sorted by relevance
88 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()215 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()256 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()287 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()300 if (inst->streamon_out && inst->streamon_cap) { in venc_op_s_ctrl()
412 unsigned int streamon_cap, streamon_out; member
516 if (!(inst->streamon_out && inst->streamon_cap)) in vdec_decoder_cmd()970 if (!inst->streamon_out) in vdec_start_capture()1097 inst->streamon_out = 1; in vdec_start_output()1218 inst->streamon_out = 0; in vdec_stop_streaming()
1341 if (!(inst->streamon_out & inst->streamon_cap)) in delayed_process_buf_func()1493 !(inst->streamon_out && inst->streamon_cap)) in venus_helper_vb2_buf_queue()1531 if (inst->streamon_out & inst->streamon_cap) { in venus_helper_vb2_stop_streaming()1556 inst->streamon_out = 0; in venus_helper_vb2_stop_streaming()
1139 inst->streamon_out = 1; in venc_start_streaming()1143 if (!(inst->streamon_out & inst->streamon_cap)) { in venc_start_streaming()1191 inst->streamon_out = 0; in venc_start_streaming()
269 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()
256 unsigned int streamon_cap, streamon_out; member
234 int streamon_out; member
1552 if ((ctx->aborting || (!ctx->streamon_cap && !ctx->streamon_out)) && in coda_pic_run_work()2035 ctx->streamon_out = 1; in coda_start_streaming()2041 if (!(ctx->streamon_out && ctx->streamon_cap)) in coda_start_streaming()2108 stop = ctx->streamon_out && ctx->streamon_cap; in coda_stop_streaming()2113 ctx->streamon_out = 0; in coda_stop_streaming()2154 if (!ctx->streamon_out && !ctx->streamon_cap) in coda_stop_streaming()
1606 if (!ctx->streamon_out) { in coda_prepare_encode()
Completed in 725 milliseconds