Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
DC2SoftHevcDec.cpp500 mStride = ALIGN32(mWidth); in initDecoder()
766 (mOutBlock->width() != ALIGN32(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
773 pool->fetchGraphicBlock(ALIGN32(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
779 mOutBlock->width(), mOutBlock->height(), ALIGN32(mWidth), mHeight); in ensureDecoderState()
914 setParams(ALIGN32(s_decode_op.u4_pic_wd), IVD_DECODE_FRAME); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp505 mStride = ALIGN32(mWidth); in initDecoder()
771 (mOutBlock->width() != ALIGN32(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
778 pool->fetchGraphicBlock(ALIGN32(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
784 mOutBlock->width(), mOutBlock->height(), ALIGN32(mWidth), mHeight); in ensureDecoderState()
919 mStride = ALIGN32(s_decode_op.u4_pic_wd); in process()
DC2SoftAvcDec.h42 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
DC2SoftMpeg2Dec.cpp574 mStride = ALIGN32(mWidth); in initDecoder()
847 (mOutBlock->width() != ALIGN32(mWidth) || mOutBlock->height() != mHeight)) { in ensureDecoderState()
854 pool->fetchGraphicBlock(ALIGN32(mWidth), mHeight, format, usage, &mOutBlock); in ensureDecoderState()
860 mOutBlock->width(), mOutBlock->height(), ALIGN32(mWidth), mHeight); in ensureDecoderState()