Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/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()
/frameworks/av/media/libstagefright/flac/dec/
DFLACDecoder.cpp139 const int rightShift = -leftShift; in copyTo16Signed() local
142 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp419 const int rightShift = -leftShift; in copyTo16Signed() local
422 *dst++ = src[c][i] >> rightShift; in copyTo16Signed()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp408 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) { in GraphicView2MediaImageConverter()
409 ALOGD("rightShift value of %u unsupported", plane.rightShift); in GraphicView2MediaImageConverter()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1517 uint32_t rightShift; member