Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 16 of 16) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_mpeg4.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument
18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
Dmixvideoformatenc_h264.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument
18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
Dmixvideoformatenc_preview.h17 #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/
Dlsm303.h60 #define Y 1 macro
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_utils.c107 #define SET_FUNC_POINTER(X, Y)\ in vbp_utils_initialize_context() argument
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
Dlsm303d.h80 Y = 1, enumerator
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp24 #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/
DVideoDecoderAVCSecure.cpp62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm108 .macro Tpair A, B, X, Y argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c1098 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/
Dva_dri.c454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c344 h264_macroblockCmdSequence(psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t X, uint32_t Y, int bCur… in h264_macroblockCmdSequence()
Dpvr2d.h304 PVR2D_UCHAR Y; member
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h70 unsigned char Y; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c42 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument