Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:cfgAttribs

936     VAConfigAttrib cfgAttribs[2];
937 cfgAttribs[0].type = VAConfigAttribMaxPictureWidth;
938 cfgAttribs[1].type = VAConfigAttribMaxPictureHeight;
940 VAEntrypointVLD, cfgAttribs, 2);
942 if (cfgAttribs[0].value * cfgAttribs[1].value < (uint32_t)mVideoFormatInfo.width * (uint32_t)mVideoFormatInfo.height) {
944 cfgAttribs[0].value, cfgAttribs[1].value, mVideoFormatInfo.width, mVideoFormatInfo.height);