Lines Matching refs:mpp_ctx
138 MppCtx mpp_ctx; in gst_mpp_enc_supported() local
141 if (mpp_create (&mpp_ctx, &mpi)) in gst_mpp_enc_supported()
144 if (mpp_init (mpp_ctx, MPP_CTX_ENC, mpp_type)) { in gst_mpp_enc_supported()
145 mpp_destroy (mpp_ctx); in gst_mpp_enc_supported()
149 mpp_destroy (mpp_ctx); in gst_mpp_enc_supported()
373 if (self->mpi->control (self->mpp_ctx, MPP_ENC_SET_SEI_CFG, &self->sei_mode)) in gst_mpp_enc_apply_properties()
376 if (self->mpi->control (self->mpp_ctx, MPP_ENC_SET_HEADER_MODE, in gst_mpp_enc_apply_properties()
407 if (self->mpi->control (self->mpp_ctx, MPP_ENC_SET_CFG, self->mpp_cfg)) { in gst_mpp_enc_apply_properties()
485 self->mpi->reset (self->mpp_ctx); in gst_mpp_enc_reset()
510 if (mpp_create (&self->mpp_ctx, &self->mpi)) in gst_mpp_enc_start()
513 if (mpp_init (self->mpp_ctx, MPP_CTX_ENC, self->mpp_type)) in gst_mpp_enc_start()
522 if (self->mpi->control (self->mpp_ctx, MPP_ENC_GET_CFG, self->mpp_cfg)) in gst_mpp_enc_start()
544 mpp_destroy (self->mpp_ctx); in gst_mpp_enc_start()
569 mpp_destroy (self->mpp_ctx); in gst_mpp_enc_stop()
897 if (self->mpi->control (self->mpp_ctx, MPP_ENC_SET_CFG, self->mpp_cfg)) { in gst_mpp_enc_force_keyframe()
943 if (!self->mpi->encode_put_frame (self->mpp_ctx, mframe)) in gst_mpp_enc_loop()
944 self->mpi->encode_get_packet (self->mpp_ctx, &mpkt); in gst_mpp_enc_loop()