Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
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
Dmixvideoformatenc_mpeg4.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument
18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
/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/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/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp43 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx()
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp62 #define min(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/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/common/libva/va/x11/
Dva_dri.c454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo()
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h70 unsigned char Y; member
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp911 char* Y = ipBuffer; in fillByteBuffer() local