Searched refs:Ret (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 137 SWVENC_STATUS Ret = SWVENC_S_SUCCESS; in component_init() local 267 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 269 if (Ret != SWVENC_S_SUCCESS) in component_init() 272 __FUNCTION__, Ret); in component_init() 299 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init() 300 if (Ret != SWVENC_S_SUCCESS) in component_init() 303 __FUNCTION__, Ret); in component_init() 316 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init() 317 if (Ret != SWVENC_S_SUCCESS) in component_init() 320 __FUNCTION__, Ret); in component_init() [all …]
|
/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 …]
|