Searched refs:sDecParam (Results 1 – 1 of 1) sorted by relevance
500 SDecodingParam sDecParam = {0}; local505 sDecParam.sVideoProperty.size = sizeof (sDecParam.sVideoProperty);506 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE;534 sDecParam.pFileNameRestructed = new char[iLen + 1];535 if (sDecParam.pFileNameRestructed != NULL) {536 sDecParam.pFileNameRestructed[iLen] = 0;539 … strncpy (sDecParam.pFileNameRestructed, strReconFile.c_str(), iLen); //confirmed_safe_unsafe_usage541 sDecParam.uiTargetDqLayer = (uint8_t)atol (strTag[1].c_str());543 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)atol (strTag[1].c_str());545 sDecParam.uiCpuLoad = (uint32_t)atol (strTag[1].c_str());[all …]