Home | History | Annotate | Download | only in src

Lines Matching refs:bytePtr

58    uint8 *bits = &posPtr->bytePtr[0];
69 posPtr->bytePtr++;
74 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) {
78 code |= *bytePtr++;
81 return bytePtr;
94 m_posInfo.bytePtr = psBits->data;
97 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
99 if(m_posInfo.bytePtr) {
104 m_posInfo.bytePtr = psBits->data;
106 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
108 if(m_posInfo.bytePtr) {
113 m_posInfo.bytePtr = psBits->data;
116 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,
120 if ( m_posInfo.bytePtr == NULL ){
122 m_posInfo.bytePtr = psBits->data;
129 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
131 if(m_posInfo.bytePtr == NULL) {
133 m_posInfo.bytePtr = psBits->data;
151 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
153 if ( m_posInfo.bytePtr == NULL ) {
160 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,
164 if ( m_posInfo.bytePtr == NULL ) {
166 m_posInfo.bytePtr = psBits->data;