Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp25 #define GetUnalignedWord( pb, w ) \ argument
26 (w) = ((uint16) *(pb + 1) << 8) + *pb;
28 #define GetUnalignedDword( pb, dw ) \ argument
29 (dw) = ((uint32) *(pb + 3) << 24) + \
30 ((uint32) *(pb + 2) << 16) + \
31 ((uint16) *(pb + 1) << 8) + *pb;
33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16); argument
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32); argument
35 #define GetUnalignedQwordEx( pb, qw ) GetUnalignedQword( pb, qw ); (pb) += sizeof(uint64); argument
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_alac.h13 uint8_t pb; /* currently unused */ member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_alac.h29 uint8_t pb; member
/hardware/qcom/audio/hal/audio_extn/
Daudio_extn.h78 #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) (false) argument
/hardware/qcom/msm8x09/kernel-headers/sound/
Dcompress_params.h259 __u8 pb; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dcompress_params.h369 __u8 pb; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_params.h369 __u8 pb; member
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_params.h259 __u8 pb; member