Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp632 uint32 dataBytePos; in ShowBits() local
638 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in ShowBits()
640 if (dataBytePos > pStream->numBytes - 4) in ShowBits()
643 for (i = 0;i < pStream->numBytes - dataBytePos;i++) in ShowBits()
645 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()
652 bits = &pStream->data[dataBytePos]; in ShowBits()
674 uint32 dataBytePos; in FlushBits() local
685 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in FlushBits()
687 bits = &pStream->data[dataBytePos]; in FlushBits()
706 uint32 dataBytePos; in ReadBits() local
[all …]
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp617 uint32 dataBytePos; in ShowBits() local
623 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in ShowBits()
625 if (dataBytePos > pStream->numBytes - 4) in ShowBits()
628 for (i = 0; i < pStream->numBytes - dataBytePos; i++) in ShowBits()
630 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()
637 bits = &pStream->data[dataBytePos]; in ShowBits()
659 uint32 dataBytePos; in FlushBits() local
670 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in FlushBits()
672 bits = &pStream->data[dataBytePos]; in FlushBits()
691 uint32 dataBytePos; in ReadBits() local
[all …]