Searched refs:enc_state (Results 1 – 12 of 12) 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
122 struct enc_state { struct242 void (*enc_read_state)(struct stream_encoder *enc, struct enc_state *s);
100 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()1504 ctx->enc_state = MXC_JPEG_ENC_CONF; in mxc_jpeg_device_run()
367 static void enc32_read_state(struct stream_encoder *enc, struct enc_state *s) in enc32_read_state()
396 void enc314_read_state(struct stream_encoder *enc, struct enc_state *s) in enc314_read_state()
343 void enc314_read_state(struct stream_encoder *enc, struct enc_state *s);
351 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state()
379 static void enc401_read_state(struct stream_encoder *enc, struct enc_state *s) in enc401_read_state()
387 static void enc3_read_state(struct stream_encoder *enc, struct enc_state *s) in enc3_read_state()
486 struct enc_state s = {0}; in dcn10_log_hw_state()