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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 728 uint32 leftBits;
730 leftBits = 8 - (dataBitPos & 0x7);
731 if (leftBits == 8)
741 dataBitPos += leftBits;
742 bitPos += leftBits;
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 743 uint32 leftBits;
745 leftBits = 8 - (dataBitPos & 0x7);
746 if (leftBits == 8)
756 dataBitPos += leftBits;
757 bitPos += leftBits;
    [all...]

Completed in 95 milliseconds