Searched refs:sampling_factor (Results 1 – 3 of 3) sorted by relevance
74 context->mjpeg.sampling_factor = 0; in vlVaBeginPicture()731 if (context->mjpeg.sampling_factor == 0x211111 || in vlVaEndPicture()732 context->mjpeg.sampling_factor == 0x221212) { in vlVaEndPicture()735 } else if (context->mjpeg.sampling_factor != 0x221111) { in vlVaEndPicture()
52 context->mjpeg.sampling_factor <<= 8; in vlVaHandlePictureParameterBufferMJPEG()53 context->mjpeg.sampling_factor |= sf; in vlVaHandlePictureParameterBufferMJPEG()
309 unsigned sampling_factor; member