Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:vaGetConfigAttributes

148     vaStatus = vaGetConfigAttributes(mVADisplay, mComParams.profile,
150 CHECK_VA_STATUS_RETURN("vaGetConfigAttributes");
827 vaStatus = vaGetConfigAttributes(mVADisplay, profile, VAEntrypointEncSlice, &attrib_list, 1);