Searched refs:numMethods (Results 1 – 5 of 5) sorted by relevance
283 UInt32 numMethods = 1; in LoadCodecs() local287 RINOK(getNumberOfMethods(&numMethods)) in LoadCodecs()289 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()307 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local308 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()969 Z7_COM7F_IMF(CCodecs::GetNumMethods(UInt32 *numMethods)) in Z7_COM7F_IMF() argument971 *numMethods = NUM_EXPORT_CODECS in Z7_COM7F_IMF()1318 UInt32 numMethods; in Get_CodecsInfoUser_Vector() local1319 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()1320 for (UInt32 j = 0; j < numMethods; j++) in Get_CodecsInfoUser_Vector()
354 const unsigned numMethods = _bindInfo.Coders.Size();356 for (i = 0; i < numMethods; i++)387 for (i = 0; i < numMethods; i++)440 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))504 for (i = 0; i < numMethods; i++)507 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))
51 …egisterNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument58 if (env->RegisterNatives(cls, gMethods, numMethods) < 0) { in registerNativeMethods()
366 x(GetNumMethods(UInt32 *numMethods)) \465 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
1146 UInt32 numMethods; in Main2() local1147 if (_externalCodecs.GetCodecs->GetNumMethods(&numMethods) == S_OK) in Main2()1148 for (UInt32 j = 0; j < numMethods; j++) in Main2()1193 numMethods = _externalCodecs.GetHashers->GetNumHashers(); in Main2()1194 for (UInt32 j = 0; j < numMethods; j++) in Main2()