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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 55 uint32 bitBuf;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 66 uint32 bitBuf;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 59 uint32 bitBuf =
62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 53 uint32 bitBuf =
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);

Completed in 949 milliseconds