Searched refs:SetChromaSampFactor (Results 1 – 4 of 4) sorted by relevance
196 virtual bool SetChromaSampFactor(unsigned int horizontal, unsigned int vertical) = 0;483 virtual bool SetChromaSampFactor(unsigned int __unused horizontal, in SetChromaSampFactor() function625 virtual bool SetChromaSampFactor(unsigned int horizontal, unsigned int vertical);
173 if (!m_hwjpeg.SetChromaSampFactor(hfactor, vfactor)) return -1; in setJpegFormat()
90 if (!m_phwjpeg4thumb->SetChromaSampFactor(2, 2)) { in ExynosJpegEncoderForCamera()
83 bool CHWJpegV4L2Compressor::SetChromaSampFactor(unsigned int horizontal, unsigned int vertical) { in SetChromaSampFactor() function in CHWJpegV4L2Compressor