Lines Matching refs:InputVideoEncodings
246 InputVideoEncodings[] =
1411 pPPriv->fh = InputVideoEncodings[pAPriv->VideoStd * 3].height >>
1511 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1512 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1555 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1556 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1615 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1616 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
1662 sw = InputVideoEncodings[pAPriv->VideoStd * 3].width;
1663 sh = InputVideoEncodings[pAPriv->VideoStd * 3].height;
2036 new_fh = InputVideoEncodings[pAPriv->VideoStd * 3].height >>
2116 if (value < 0 || value > ENTRIES(InputVideoEncodings))
3119 VAR[i].nEncodings = ENTRIES(InputVideoEncodings);
3120 VAR[i].pEncodings = InputVideoEncodings;
3187 for (i = 0; i < ENTRIES(InputVideoEncodings); i++)
3188 if (!strncmp(s, InputVideoEncodings[i].name, strlen(s))) {