Searched refs:jpeg_rotation (Results 1 – 3 of 3) sorted by relevance
512 uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig() local555 encode_parm.thumb_rotation = jpeg_rotation; in getJpegEncodingConfig()556 } else if ((90 == jpeg_rotation) || (270 == jpeg_rotation)) { in getJpegEncodingConfig()1813 const uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation(); in encodeData() local2012 jpg_job.encode_job.rotation = jpeg_rotation; in encodeData()2026 ((90 == jpeg_rotation) || (270 == jpeg_rotation))) { in encodeData()
2114 const uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation(); in encodeData() local2350 jpg_job.encode_job.rotation = jpeg_rotation; in encodeData()2365 ((90 == jpeg_rotation) || (270 == jpeg_rotation))) { in encodeData()