Searched refs:text_sync (Results 1 – 2 of 2) sorted by relevance
17527 char text_sync[3][9] = {{"Sync"},{"Not sync"},{"Freerun"}}; in _MApi_VDEC_EX_GetMdbInfo() local17655 …EC][%d]Status:%s\n",u8Idx,(_MApi_VDEC_EX_V2_IsReachSync(&stStreamId) == E_VDEC_EX_OK)?text_sync[0]: in _MApi_VDEC_EX_GetMdbInfo()17656 … ((_MApi_VDEC_EX_V2_IsFreerun(&stStreamId) == E_VDEC_EX_OK)?text_sync[2]:text_sync[1])); in _MApi_VDEC_EX_GetMdbInfo()
17523 char text_sync[3][9] = {{"Sync"},{"Not sync"},{"Freerun"}};17651 …EC][%d]Status:%s\n",u8Idx,(_MApi_VDEC_EX_V2_IsReachSync(&stStreamId) == E_VDEC_EX_OK)?text_sync[0]:17652 … ((_MApi_VDEC_EX_V2_IsFreerun(&stStreamId) == E_VDEC_EX_OK)?text_sync[2]:text_sync[1]));