/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 25 #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/ |
D | ti_video_config_parser.cpp | 25 #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/ |
D | msm_audio_alac.h | 29 uint8_t pb; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_audio_alac.h | 13 uint8_t pb; /* currently unused */ member
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec_utils.c | 64 #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/ |
D | OMX_WmaDec_Utils.h | 237 #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/ |
D | mm_lib2d_test.c | 146 unsigned char *pb = (unsigned char *)addr; in lib2d_dump_tga() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 165 const unsigned char *pb = b->prob; in pack_mb_tokens() local
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | compress_params.h | 259 __u8 pb; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | compress_params.h | 369 __u8 pb; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 1356 #define VIDDEC_GetUnalignedDword( pb, dw ) \ argument 1361 …#define VIDDEC_GetUnalignedDwordEx( pb, dw ) VIDDEC_GetUnalignedDword( pb, dw ); (pb) += sizeof(… argument
|