Home
last modified time | relevance | path

Searched refs:ALIGN2 (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp504 mStride = ALIGN2(mWidth); in initDecoder()
667 if (mOutBlock && (mOutBlock->width() != ALIGN2(mWidth) || in ensureDecoderState()
675 c2_status_t err = pool->fetchGraphicBlock(ALIGN2(mWidth), mHeight, in ensureDecoderState()
689 mOutBlock->height(), ALIGN2(mWidth), mHeight); in ensureDecoderState()
DC2GoldfishHevcDec.h32 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp558 mStride = ALIGN2(mWidth); in initDecoder()
721 if (mOutBlock && (mOutBlock->width() != ALIGN2(mWidth) || in ensureDecoderState()
729 c2_status_t err = pool->fetchGraphicBlock(ALIGN2(mWidth), mHeight, in ensureDecoderState()
743 mOutBlock->height(), ALIGN2(mWidth), mHeight); in ensureDecoderState()
DC2GoldfishAvcDec.h32 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro