Searched refs:pb (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 25 #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/ |
D | msm_audio_alac.h | 13 uint8_t pb; /* currently unused */ member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_audio_alac.h | 29 uint8_t pb; member
|
/hardware/qcom/audio/hal/audio_extn/ |
D | audio_extn.h | 78 #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) (false) argument
|
/hardware/qcom/msm8x09/kernel-headers/sound/ |
D | compress_params.h | 259 __u8 pb; member
|
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
D | compress_params.h | 369 __u8 pb; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | compress_params.h | 369 __u8 pb; member
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | compress_params.h | 259 __u8 pb; member
|