Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.cpp282 uint32_t headerLen = 0; in decodeSlice() local
284 headerLen = mMetadata.naluInfo[naluIndex].naluHeaderLen; in decodeSlice()
285 if (headerLen == 0) { in decodeSlice()
290 if (accumulatedHeaderLen + headerLen > sliceData->slice_offset) { in decodeSlice()
293 accumulatedHeaderLen += headerLen; in decodeSlice()
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp278 uint32_t headerLen = 0; in decodeSlice() local
280 headerLen = mMetadata.naluInfo[naluIndex].naluHeaderLen; in decodeSlice()
281 if (headerLen == 0) { in decodeSlice()
286 if (accumulatedHeaderLen + headerLen > sliceData->slice_offset) { in decodeSlice()
289 accumulatedHeaderLen += headerLen; in decodeSlice()