Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1603 OMX_ERRORTYPE omxresult; in Init_Decoder() local
1616 omxresult = OMX_Init(); in Init_Decoder()
1618 if(OMX_ErrorNone != omxresult) { in Init_Decoder()
1699 omxresult = OMX_GetHandle((OMX_HANDLETYPE*)(&dec_handle), in Init_Decoder()
1701 if (FAILED(omxresult)) { in Init_Decoder()
1711 omxresult = OMX_GetConfig(dec_handle, in Init_Decoder()
1719 omxresult = OMX_GetParameter(dec_handle, OMX_IndexParamVideoInit, in Init_Decoder()
1722 if(FAILED(omxresult)) { in Init_Decoder()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp1811 OMX_ERRORTYPE omxresult; in Init_Decoder() local
1825 omxresult = OMX_Init(); in Init_Decoder()
1827 if (OMX_ErrorNone != omxresult) { in Init_Decoder()
1906 omxresult = OMX_GetHandle((OMX_HANDLETYPE*)(&dec_handle), in Init_Decoder()
1908 if (FAILED(omxresult)) { in Init_Decoder()
1921 omxresult = OMX_GetConfig(dec_handle, in Init_Decoder()
1929 omxresult = OMX_GetParameter(dec_handle, OMX_IndexParamVideoInit, in Init_Decoder()
1932 if (FAILED(omxresult)) { in Init_Decoder()