Home
last modified time | relevance | path

Searched refs:STARTCODE_MASK1 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.cpp30 #define STARTCODE_MASK1 0x0000FF00 //0x000000FF macro
379 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1)); in findNalUnitOffset()
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp30 #define STARTCODE_MASK1 0x0000FF00 //0x000000FF macro
376 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1)); in findNalUnitOffset()