Searched refs:sRet (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 148 SWVENC_STATUS sRet = SwVenc_Init(&swVencParameter, &m_callBackInfo, &m_pSwVenc); in component_init() local 149 if (sRet != SWVENC_S_SUCCESS) in component_init() 1318 SWVENC_STATUS sRet = SWVENC_S_SUCCESS; in dev_get_buf_req() local 1322 sRet = SwVenc_GetProperty(m_pSwVenc, &property); in dev_get_buf_req() 1323 if (sRet == SWVENC_S_SUCCESS) in dev_get_buf_req() 1341 return (sRet == SWVENC_S_SUCCESS); in dev_get_buf_req() 1350 SWVENC_STATUS sRet = SWVENC_S_SUCCESS; in dev_set_buf_req() local 1372 sRet = SwVenc_SetProperty(m_pSwVenc, &property); in dev_set_buf_req() 1373 if (sRet != SWVENC_S_SUCCESS) in dev_set_buf_req() 1378 return sRet == SWVENC_S_SUCCESS; in dev_set_buf_req()
|
D | omx_swvenc_mpeg4.cpp | 157 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init() local 158 if (sRet != SWVENC_S_SUCCESS) in component_init() 161 sRet); in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1880 SWVDEC_STATUS sRet = SwVdec_Init(&sSwVdecParameter, &m_callBackInfo, &m_pSwVdec); in component_init() local 1881 if (sRet != SWVDEC_S_SUCCESS) in component_init() 1883 DEBUG_PRINT_ERROR("SwVdec_Init returned %d, ret insufficient resources", sRet); in component_init() 3438 SWVDEC_STATUS sRet; in set_parameter() local 3444 sRet = SwVdec_SetProperty(m_pSwVdec,&prop); in set_parameter() 3445 if(sRet!=SWVDEC_S_SUCCESS) in set_parameter() 4128 SWVDEC_STATUS sRet; in set_parameter() local 4133 sRet = SwVdec_SetProperty(m_pSwVdec,&prop); in set_parameter() 4134 if (SWVDEC_S_SUCCESS != sRet) in set_parameter() 4136 DEBUG_PRINT_ERROR("SwVdec_SetProperty failed (%d)", sRet); in set_parameter() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 157 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init() local 158 if (sRet != SWVENC_S_SUCCESS) in component_init() 161 sRet); in component_init()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 179 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init() local 180 if (sRet != SWVENC_S_SUCCESS) in component_init() 183 sRet); in component_init()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1857 SWVDEC_STATUS sRet = SwVdec_Init(&sSwVdecParameter, &m_callBackInfo, &m_pSwVdec); in component_init() local 1858 if (sRet != SWVDEC_S_SUCCESS) in component_init() 1860 DEBUG_PRINT_ERROR("SwVdec_Init returned %d, ret insufficient resources", sRet); in component_init() 9659 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property); in get_buffer_req_swvdec() local 9660 if (sRet != SWVDEC_S_SUCCESS) in get_buffer_req_swvdec() 9674 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property); in get_buffer_req_swvdec() local 9675 if (sRet != SWVDEC_S_SUCCESS) in get_buffer_req_swvdec() 9729 SWVDEC_STATUS sRet = SWVDEC_S_SUCCESS; in set_buffer_req_swvdec() local 9764 sRet = SwVdec_SetProperty(m_pSwVdec, &property); in set_buffer_req_swvdec() 9767 if (sRet != SWVDEC_S_SUCCESS) in set_buffer_req_swvdec()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 180 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init() local 181 if (sRet != SWVENC_S_SUCCESS) in component_init() 184 sRet); in component_init()
|