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

  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 607 uint32 dataBytePos;
613 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */
615 if (dataBytePos > pStream->numBytes - 4)
618 for (i = 0; i < pStream->numBytes - dataBytePos; i++)
620 pStream->bitBuf |= pStream->data[dataBytePos+i];
627 bits = &pStream->data[dataBytePos];
649 uint32 dataBytePos;
660 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */
662 bits = &pStream->data[dataBytePos];
681 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...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
pvm4vencoder.cpp 624 uint32 dataBytePos;
630 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */
632 if (dataBytePos > pStream->numBytes - 4)
635 for (i = 0; i < pStream->numBytes - dataBytePos; i++)
637 pStream->bitBuf |= pStream->data[dataBytePos+i];
644 bits = &pStream->data[dataBytePos];
666 uint32 dataBytePos;
677 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */
679 bits = &pStream->data[dataBytePos];
698 uint32 dataBytePos;
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp     [all...]

Completed in 884 milliseconds