Home | History | Annotate | Download | only in test

Lines Matching defs:dataptr

2880     char *dataptr = (char *)pBufHdr->pBuffer;
2884 bytes_read = read(inputBufferFileFd, &dataptr[cnt], 1);
2890 code |= (0x000000FF & dataptr[cnt]);
2899 bytes_read = read(inputBufferFileFd, &dataptr[cnt], 1);
2904 DEBUG_PRINT("%s: READ Byte[%d] = 0x%x", __FUNCTION__, cnt, dataptr[cnt]);
2905 naluType = dataptr[cnt] & 0x1F;
2909 bytes_read = read(inputBufferFileFd, &dataptr[cnt], 1);
2914 DEBUG_PRINT("%s: READ Byte[%d] = 0x%x", __FUNCTION__, cnt, dataptr[cnt]);
2915 newFrame = (dataptr[cnt] & 0x80);
2920 DEBUG_PRINT("%s: Found a NAL unit (type 0x%x) of size = %d", __FUNCTION__, (dataptr[4] & 0x1F), cnt);
2928 DEBUG_PRINT("%s: Found NAL unit (type 0x%x) of size = %d", __FUNCTION__, (dataptr[4] & 0x1F), cnt);