Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.cpp22 #define STARTCODE_00 0x00 macro
378 mask1 = (STARTCODE_00 != (data & STARTCODE_MASK0)); in findNalUnitOffset()
379 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1)); in findNalUnitOffset()
395 if (*ptr == STARTCODE_00) { in findNalUnitOffset()
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp22 #define STARTCODE_00 0x00 macro
375 mask1 = (STARTCODE_00 != (data & STARTCODE_MASK0)); in findNalUnitOffset()
376 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1)); in findNalUnitOffset()
392 if (*ptr == STARTCODE_00) { in findNalUnitOffset()