Searched refs:omxresult (Results 1 – 2 of 2) sorted by relevance
1603 OMX_ERRORTYPE omxresult; in Init_Decoder() local1616 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()
1811 OMX_ERRORTYPE omxresult; in Init_Decoder() local1825 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()