Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_item_types.h180 #define viddec_fw_get_user_data_size(x) ((x)->user_data.size) argument
181 #define viddec_fw_get_user_data(x) (unsigned char *)&((x)->user_data.data_payload[0]) argument
198 …#define viddec_fw_mp2_sh_get_horizontal_size_value(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
199 …#define viddec_fw_mp2_sh_get_vertical_size_value(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
200 …#define viddec_fw_mp2_sh_get_aspect_ratio_information(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
201 …#define viddec_fw_mp2_sh_get_frame_rate_code(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
202 …#define viddec_fw_mp2_sh_set_horizontal_size_value(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
203 …#define viddec_fw_mp2_sh_set_vertical_size_value(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
204 …#define viddec_fw_mp2_sh_set_aspect_ratio_information(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
205 …#define viddec_fw_mp2_sh_set_frame_rate_code(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/include/
Dviddec_fw_mp4.h50 …#define viddec_fw_mp4_get_reversible_vlc(x) viddec_fw_bitfields_extract((x)->vol_flags, 8, 0… argument
51 …#define viddec_fw_mp4_set_reversible_vlc(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 8… argument
52 …#define viddec_fw_mp4_get_data_partitioned(x) viddec_fw_bitfields_extract((x)->vol_flags, 7,… argument
53 …#define viddec_fw_mp4_set_data_partitioned(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val,… argument
54 …#define viddec_fw_mp4_get_resync_marker_disable(x) viddec_fw_bitfields_extract((x)->vol_flags… argument
55 …#define viddec_fw_mp4_set_resync_marker_disable(x, val) viddec_fw_bitfields_insert((x)->vol_flags,… argument
56 …#define viddec_fw_mp4_get_quarter_sample(x) viddec_fw_bitfields_extract((x)->vol_flags, 5, 0… argument
57 …#define viddec_fw_mp4_set_quarter_sample(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 5… argument
58 …#define viddec_fw_mp4_get_obmc_disable(x) viddec_fw_bitfields_extract((x)->vol_flags, 4, 0x1) argument
59 …#define viddec_fw_mp4_set_obmc_disable(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 4, … argument
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument
23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument
50 #define sqrt(x) ml_sqrt(x) argument
51 #define log(x) ml_log(x) argument
52 #define asin(x) ml_asin(x) argument
53 #define atan(x) ml_atan(x) argument
54 #define atan2(x,y) ml_atan2(x,y) argument
55 #define ceil(x) ml_ceil(x) argument
56 #define floor(x) ml_floor(x) argument
57 #define fabs(x) (((x)<0)?-(x):(x)) argument
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument
23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument
50 #define sqrt(x) ml_sqrt(x) argument
51 #define log(x) ml_log(x) argument
52 #define asin(x) ml_asin(x) argument
53 #define atan(x) ml_atan(x) argument
54 #define atan2(x,y) ml_atan2(x,y) argument
55 #define ceil(x) ml_ceil(x) argument
56 #define floor(x) ml_floor(x) argument
57 #define fabs(x) (((x)<0)?-(x):(x)) argument
[all …]
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Math.h32 #define AKFS_SIN(x) sin(x) argument
33 #define AKFS_COS(x) cos(x) argument
34 #define AKFS_ASIN(x) asin(x) argument
35 #define AKFS_ACOS(x) acos(x) argument
36 #define AKFS_ATAN2(y, x) atan2((y), (x)) argument
37 #define AKFS_SQRT(x) sqrt(x) argument
39 #define AKFS_SIN(x) sinf(x) argument
40 #define AKFS_COS(x) cosf(x) argument
41 #define AKFS_ASIN(x) asinf(x) argument
42 #define AKFS_ACOS(x) acosf(x) argument
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_fw_debug.h5 #define SWAP_BYTE(x,y,z) (( ( (x) >> ((y) << 3))& 0xFF) << ((z) << 3)) argument
6 #define SWAP_WORD(x) ( SWAP_BYTE((x),0,3) | SWAP_BYTE((x),1,2) |SWAP_BYTE((x),2,1) |SWAP_BYTE(… argument
20 #define DUMP_TO_MEM(x) DEB("0x%.08X ",x); argument
22 #define read_ret(x) argument
23 #define read_fp(x) argument
24 #define read_sp(x) argument
25 #define read_wim(x) argument
26 #define read_psr(x) argument
30 #define DUMP_TO_MEM(x) ((volatile unsigned int *)0x8F000000)[dump_ptr++] = SWAP_WORD(x); argument
31 #define read_ret(x) asm("mov %%i7, %0\n":"=r" (x)) argument
[all …]
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_DebugMem.h58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument
65 #define validate(x) argument
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_DebugMem.h34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument
36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument
37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument
38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument
41 #define validate(x) argument
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_DebugMem.h58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument
65 #define validate(x) argument
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dhal_platform.h55 #define pgm_read_byte(x) (*((char *)x)) argument
56 #define pgm_read_byte_near(x) (*((char *)x)) argument
57 #define pgm_read_byte_far(x) (*((char *)x)) argument
58 #define pgm_read_word(x) (*((short *)x)) argument
59 #define pgm_read_word_near(x) (*((short *)x)) argument
60 #define pgm_read_workd_far(x) (*((short *)x)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h26 #define INT64_C(x) x ## I64 argument
29 #define UINT64_C(x) x ## UI64 argument
37 #define INT64_C(x) x ## L argument
40 #define UINT64_C(x) x ## UL argument
47 #define INT64_C(x) x ## LL argument
50 #define UINT64_C(x) x ## ULL argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c81 static unsigned int tt_activity_measure( VP8_COMP *cpi, MACROBLOCK *x ) in tt_activity_measure()
106 MACROBLOCK *x, int use_dc_pred ) in alt_activity_measure()
116 static unsigned int mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, in mb_activity_measure()
205 static void calc_activity_index( VP8_COMP *cpi, MACROBLOCK *x ) in calc_activity_index()
265 MACROBLOCK *const x = & cpi->mb; in build_activity_map() local
337 void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x) in vp8_activity_masking()
365 MACROBLOCK *x, in encode_mb_row()
609 MACROBLOCK *const x = & cpi->mb; in init_encode_frame_mb_context() local
684 static void sum_coef_counts(MACROBLOCK *x, MACROBLOCK *x_thread) in sum_coef_counts()
717 MACROBLOCK *const x = & cpi->mb; in vp8_encode_frame() local
[all …]
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #define PRINT(x...) do { \ argument
46 #define D(x...) do { } while(0) argument
52 #define V(x...) do { } while(0) argument
55 #define E(x...) do { \ argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #define PRINT(x...) do { \ argument
46 #define D(x...) do { } while(0) argument
52 #define V(x...) do { } while(0) argument
55 #define E(x...) do { \ argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #define PRINT(x...) do { \ argument
46 #define D(x...) do { } while(0) argument
52 #define V(x...) do { } while(0) argument
55 #define E(x...) do { \ argument
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
Ddebug.h25 #define PRINT(x...) do { \ argument
34 #define D(x...) do { } while(0) argument
40 #define V(x...) do { } while(0) argument
43 #define E(x...) do { \ argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
Ddebug.h25 #define PRINT(x...) do { \ argument
34 #define D(x...) do { } while(0) argument
40 #define V(x...) do { } while(0) argument
43 #define E(x...) do { \ argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
Ddebug.h25 #define PRINT(x...) do { \ argument
34 #define D(x...) do { } while(0) argument
40 #define V(x...) do { } while(0) argument
43 #define E(x...) do { \ argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #define PRINT(x...) do { \ argument
46 #define D(x...) do { } while(0) argument
52 #define V(x...) do { } while(0) argument
55 #define E(x...) do { \ argument

12345678910>>...23