Searched refs:Ret (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 115 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 …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 115 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 …]
|