Home | History | Annotate | Download | only in base

Lines Matching refs:VAEntrypointVideoProc

83     // check if it contains VPP entry point VAEntrypointVideoProc
90 support = entrypoints[i] == VAEntrypointVideoProc;
144 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1);
154 vaStatus = vaCreateConfig(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1, &mVAConfig);