Home
last modified time | relevance | path

Searched refs:codec_mode (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideo_private.h27 MixCodecMode codec_mode; member
Dmixvideo.c212 priv->codec_mode = MIX_CODEC_MODE_DECODE; in mix_video_private_initialize()
261 priv->codec_mode = MIX_CODEC_MODE_DECODE; in mix_video_private_cleanup()
347 priv->codec_mode = mode; in mix_video_initialize_default()
941 if (priv->codec_mode == MIX_CODEC_MODE_DECODE && MIX_IS_VIDEOCONFIGPARAMSDEC(config_params)) { in mix_video_configure_default()
943 …} else if (priv->codec_mode == MIX_CODEC_MODE_ENCODE && MIX_IS_VIDEOCONFIGPARAMSENC(config_params)… in mix_video_configure_default()
1275 if (priv->codec_mode == MIX_CODEC_MODE_DECODE && priv->video_format != NULL) { in mix_video_flush_default()
1279 } else if (priv->codec_mode == MIX_CODEC_MODE_ENCODE in mix_video_flush_default()
1310 if (priv->codec_mode == MIX_CODEC_MODE_DECODE && priv->video_format != NULL) { in mix_video_eos_default()
1315 } else if (priv->codec_mode == MIX_CODEC_MODE_ENCODE in mix_video_eos_default()
/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.c996 gint32 codec_mode = -1; in mix_audio_am_register() local
999 codec_mode = 0; in mix_audio_am_register()
1001 codec_mode = 1; in mix_audio_am_register()
1011 …StreamID = lpe_stream_register(mix->streamID, "music", audioconfigparams->stream_name, codec_mode); in mix_audio_am_register()