Home | History | Annotate | Download | only in base

Lines Matching refs:VAEntrypointVideoProc

81     // check if it contains VPP entry point VAEntrypointVideoProc
88 support = entrypoints[i] == VAEntrypointVideoProc;
142 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1);
152 vaStatus = vaCreateConfig(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1, &mVAConfig);