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

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

Completed in 90 milliseconds