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

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 84 uint8_t naluType;
108 naluType = pFrameInfo->nalus[i].type & NALU_TYPE_MASK;
109 if (naluType >= h264_NAL_UNIT_TYPE_SLICE && naluType <= h264_NAL_UNIT_TYPE_IDR) {
141 } else if (naluType >= h264_NAL_UNIT_TYPE_SEI && naluType <= h264_NAL_UNIT_TYPE_PPS) {