Home
last modified time | relevance | path

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

/external/webrtc/common_video/h264/
Dh264_common.cc27 if (buffer_size < kNaluShortStartSequenceSize) in FindNaluIndices()
30 static_assert(kNaluShortStartSequenceSize >= 2, in FindNaluIndices()
32 const size_t end = buffer_size - kNaluShortStartSequenceSize; in FindNaluIndices()
Dh264_common.h30 const size_t kNaluShortStartSequenceSize = 3; variable