Searched refs:enc_state (Results 1 – 10 of 10) sorted by relevance
542 inst->enc_state == VENUS_ENC_STATE_ENCODING) { in venc_encoder_cmd()556 inst->enc_state = VENUS_ENC_STATE_DRAIN; in venc_encoder_cmd()558 if (inst->enc_state == VENUS_ENC_STATE_DRAIN) { in venc_encoder_cmd()562 if (inst->enc_state == VENUS_ENC_STATE_STOPPED) { in venc_encoder_cmd()564 inst->enc_state = VENUS_ENC_STATE_ENCODING; in venc_encoder_cmd()1275 inst->enc_state = VENUS_ENC_STATE_ENCODING; in venc_start_streaming()1302 if (inst->enc_state == VENUS_ENC_STATE_STOPPED) { in venc_vb2_buf_queue()1353 inst->enc_state == VENUS_ENC_STATE_DRAIN) { in venc_buf_done()1354 inst->enc_state = VENUS_ENC_STATE_STOPPED; in venc_buf_done()1461 if (inst->enc_state == VENUS_ENC_STATE_DEINIT) in venc_open()[all …]
472 enum venus_enc_state enc_state; member
121 struct enc_state { struct240 void (*enc_read_state)(struct stream_encoder *enc, struct enc_state *s);
99 enum mxc_jpeg_enc_state enc_state; member
941 ctx->enc_state == MXC_JPEG_ENC_CONF) { in mxc_jpeg_dec_irq()943 ctx->enc_state = MXC_JPEG_ENCODING; in mxc_jpeg_dec_irq()1502 ctx->enc_state = MXC_JPEG_ENC_CONF; in mxc_jpeg_device_run()
396 static void enc314_read_state(struct stream_encoder *enc, struct enc_state *s) in enc314_read_state()
401 static void enc32_read_state(struct stream_encoder *enc, struct enc_state *s) in enc32_read_state()
351 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state()
390 static void enc3_read_state(struct stream_encoder *enc, struct enc_state *s) in enc3_read_state()
426 struct enc_state s = {0}; in dcn10_log_hw_state()