Home
last modified time | relevance | path

Searched refs:video_format_enc (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideo.c208 priv->video_format_enc = NULL; //for encoding in mix_video_private_initialize()
226 if (priv->video_format_enc) { in mix_video_private_cleanup()
227 mix_videofmtenc_deinitialize(priv->video_format_enc); in mix_video_private_cleanup()
232 MIXUNREF(priv->video_format_enc, mix_videoformatenc_unref) in mix_video_private_cleanup()
840 MixVideoFormatEnc_H264 *video_format_enc = in mix_video_configure_encode() local
842 if (!video_format_enc) { in mix_video_configure_encode()
850 priv->video_format_enc = MIX_VIDEOFORMATENC(video_format_enc); in mix_video_configure_encode()
856 MixVideoFormatEnc_MPEG4 *video_format_enc = mix_videoformatenc_mpeg4_new(); in mix_video_configure_encode() local
857 if (!video_format_enc) { in mix_video_configure_encode()
865 priv->video_format_enc = MIX_VIDEOFORMATENC(video_format_enc); in mix_video_configure_encode()
[all …]
Dmixvideo_private.h36 MixVideoFormatEnc *video_format_enc; member