Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp82 || 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()
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp412 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()
413 ALOGD("rightShift value of %u unsupported", plane.rightShift); in GraphicView2MediaImageConverter()
/hardware/google/av/codec2/include/
DC2Buffer.h1514 uint32_t rightShift; member