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

  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 30 #define STARTCODE_MASK1 0x0000FF00 //0x000000FF
376 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1));
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 30 #define STARTCODE_MASK1 0x0000FF00 //0x000000FF
379 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1));

Completed in 47 milliseconds