Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp115 SWVENC_STATUS Ret = SWVENC_S_SUCCESS; in component_init() local
243 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init()
245 if (Ret != SWVENC_S_SUCCESS) in component_init()
248 __FUNCTION__, Ret); in component_init()
275 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init()
276 if (Ret != SWVENC_S_SUCCESS) in component_init()
279 __FUNCTION__, Ret); in component_init()
292 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init()
293 if (Ret != SWVENC_S_SUCCESS) in component_init()
296 __FUNCTION__, Ret); in component_init()
[all …]