HomeSort by relevance Sort by last modified time
    Searched refs:dataBytePos (Results 1 - 2 of 2) sorted by null

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

Completed in 3286 milliseconds