/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc_mpeg4.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
D | mixvideoformatenc_h264.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
D | mixvideoformatenc_preview.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303/ |
D | lsm303.h | 60 #define Y 1 macro
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_utils.c | 107 #define SET_FUNC_POINTER(X, Y)\ in vbp_utils_initialize_context() argument
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/ |
D | lsm303d.h | 80 Y = 1, enumerator
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderBase.cpp | 24 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 25 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 108 .macro Tpair A, B, X, Y argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 1098 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local 1170 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri.c | 454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_deblock.c | 344 h264_macroblockCmdSequence(psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t X, uint32_t Y, int bCur… in h264_macroblockCmdSequence()
|
D | pvr2d.h | 304 PVR2D_UCHAR Y; member
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_ext.h | 70 unsigned char Y; member
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 42 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
|