Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/src/
Dh264_utils.cpp71 : begin (_begin), end(_end), pos (- 1), bit (0), in RbspParser()
87 return static_cast<uint32> (begin[pos]); in next()
95 if (begin + pos == end) in advance()
105 cursor |= static_cast<uint32> (begin[pos]); in advance()
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Dh264_utils.h160 RbspParser (const uint8 *begin, const uint8 *end);
171 const uint8 *begin, *end;
DMap.h60 T2 begin(); //give the first ele
107 T2 Map<T,T2>::begin() in begin() function