Home
last modified time | relevance | path

Searched refs:rightShift (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp85 || 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()
/frameworks/av/media/module/codecs/flac/dec/
DFLACDecoder.cpp139 const int rightShift = -leftShift; in copyTo16Signed() local
142 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp199 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()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp433 && 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()
/frameworks/av/media/module/extractors/flac/
DFLACExtractor.cpp421 const int rightShift = -leftShift; in copyTo16Signed() local
424 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1649 uint32_t rightShift; member
/frameworks/base/config/
Dboot-image-profile.txt25321 HSPLjava/math/MutableBigInteger;->rightShift(I)V