Home | History | Annotate | Download | only in src

Lines Matching refs:numParams

761     int numParams = 0;
799 PVMFStatus status = aConfig->getParametersSync(NULL, (PvmiKeyType)PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp, numParams, NULL);
800 if (status != PVMFSuccess || numParams != 1)
808 aConfig->releaseParameters(NULL, kvp, numParams);
812 numParams = 0;
848 int numParams = 0;
854 kvp, numParams, NULL);
855 if (status != PVMFSuccess || numParams == 0)
865 for (i = 0; i < numParams && !selectedKvp; i++)
881 aConfig->releaseParameters(NULL, kvp, numParams);
883 numParams = 0;
890 status = aConfig->getParametersSync(NULL, (PvmiKeyType)VIDEO_OUTPUT_WIDTH_CAP_QUERY, kvp, numParams, NULL);
891 if (status != PVMFSuccess || numParams != 1)
924 aConfig->releaseParameters(NULL, kvp, numParams);
928 numParams = 0;
934 status = aConfig->getParametersSync(NULL, (PvmiKeyType)VIDEO_OUTPUT_HEIGHT_CAP_QUERY, kvp, numParams, NULL);
935 if (status != PVMFSuccess || numParams != 1)
966 aConfig->releaseParameters(NULL, kvp, numParams);
970 numParams = 0;
975 status = aConfig->getParametersSync(NULL, (PvmiKeyType)VIDEO_OUTPUT_FRAME_RATE_CUR_QUERY, kvp, numParams, NULL);
976 if (status != PVMFSuccess || numParams != 1)
1007 aConfig->releaseParameters(NULL, kvp, numParams);
1011 numParams = 0;
1817 int numParams = 0;
1823 kvp, numParams, NULL);
1829 kvp, numParams, NULL);
1832 if (status != PVMFSuccess || numParams == 0)
1843 for (i = 0; i < numParams && !selectedKvp; i++)
1865 aConfig->releaseParameters(NULL, kvp, numParams);
1867 numParams = 0;