HomeSort by relevance Sort by last modified time
    Searched refs:alignMB (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 99 static inline uint32_t alignMB(uint32_t a) {
VideoDecoderVP8.cpp 60 if ((VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width) ||
61 (VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height)) {
VideoDecoderAVC.cpp 728 if (VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width ||
729 VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height) {
    [all...]

Completed in 46 milliseconds