Searched refs:rightShift (Results 1 – 5 of 5) sorted by relevance
82 || plane.rightShift != plane.allocatedDepth - plane.bitDepth in _ImageCopy()197 && layout.planes[layout.PLANE_Y].rightShift == 0 in IsYUV420()203 && layout.planes[layout.PLANE_U].rightShift == 0 in IsYUV420()209 && layout.planes[layout.PLANE_V].rightShift == 0 in IsYUV420()
139 const int rightShift = -leftShift; in copyTo16Signed() local142 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
419 const int rightShift = -leftShift; in copyTo16Signed() local422 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
408 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()409 ALOGD("rightShift value of %u unsupported", plane.rightShift); in GraphicView2MediaImageConverter()
1517 uint32_t rightShift; member