Searched refs:rightShift (Results 1 – 7 of 7) sorted by relevance
85 || plane.rightShift != plane.allocatedDepth - plane.bitDepth in _ImageCopy()299 && layout.planes[layout.PLANE_Y].rightShift == 0 in IsYUV420()305 && layout.planes[layout.PLANE_U].rightShift == 0 in IsYUV420()311 && layout.planes[layout.PLANE_V].rightShift == 0 in IsYUV420()364 && layout.planes[layout.PLANE_Y].rightShift == 6 in IsP010()365 && layout.planes[layout.PLANE_U].rightShift == 6 in IsP010()366 && layout.planes[layout.PLANE_V].rightShift == 6); in IsP010()
139 const int rightShift = -leftShift; in copyTo16Signed() local142 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
199 ASSERT_EQ(0u, yPlane.rightShift); in TEST()206 ASSERT_EQ(0u, uPlane.rightShift); in TEST()213 ASSERT_EQ(0u, vPlane.rightShift); in TEST()336 ASSERT_EQ(6u, yPlane.rightShift); in TEST()343 ASSERT_EQ(6u, uPlane.rightShift); in TEST()350 ASSERT_EQ(6u, vPlane.rightShift); in TEST()
433 && yPlane.rightShift == 6 in GraphicView2MediaImageConverter()434 && uPlane.rightShift == 6 in GraphicView2MediaImageConverter()435 && vPlane.rightShift == 6 in GraphicView2MediaImageConverter()605 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()606 ALOGD("rightShift value of %u unsupported", plane.rightShift); in GraphicView2MediaImageConverter()
421 const int rightShift = -leftShift; in copyTo16Signed() local424 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
1649 uint32_t rightShift; member
25321 HSPLjava/math/MutableBigInteger;->rightShift(I)V