Searched refs:ALIGN32 (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
|
D | C2SoftHevcDec.cpp | 500 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/ |
D | C2SoftAvcDec.cpp | 505 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()
|
D | C2SoftAvcDec.h | 42 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
|
D | C2SoftMpeg2Dec.cpp | 574 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()
|