Home
last modified time | relevance | path

Searched defs:pb (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp25 #define GetUnalignedWord( pb, w ) \ argument
28 #define GetUnalignedDword( pb, dw ) \ argument
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/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp25 #define GetUnalignedWord( pb, w ) \ argument
28 #define GetUnalignedDword( pb, dw ) \ argument
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/kernel-headers/linux/
Dmsm_audio_alac.h29 uint8_t pb; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_alac.h13 uint8_t pb; /* currently unused */ member
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec_utils.c64 #define VIDDEC_GetUnalignedDword( pb, dw ) \ argument
69 #define VIDDEC_GetUnalignedDwordEx( pb, dw ) VIDDEC_GetUnalignedDword( pb, dw ); (pb) += sizeof(O… argument
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h237 #define GetUnalignedWord( pb, w ) \ argument
240 #define GetUnalignedDword( pb, dw ) \ argument
245 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(OMX_U16); argument
246 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(OMX_U32); argument
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c146 unsigned char *pb = (unsigned char *)addr; in lib2d_dump_tga() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c165 const unsigned char *pb = b->prob; in pack_mb_tokens() local
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_params.h259 __u8 pb; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_params.h369 __u8 pb; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h1356 #define VIDDEC_GetUnalignedDword( pb, dw ) \ argument
1361 …#define VIDDEC_GetUnalignedDwordEx( pb, dw ) VIDDEC_GetUnalignedDword( pb, dw ); (pb) += sizeof(… argument