Home
last modified time | relevance | path

Searched refs:U (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp47 float U = Uin - 128.0f; in yuvToRgbx() local
51 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()
52 float Bf = Y + 2.032f*U; in yuvToRgbx()
144 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
149 *(dst+0) = yuvToRgbx(Y1, U, V); in copyYUYVtoRGB32()
150 *(dst+1) = yuvToRgbx(Y2, U, V); in copyYUYVtoRGB32()
/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.h51 template<class T, class U>
52 using DeviceMap = std::unordered_map<std::shared_ptr<T>, std::shared_ptr<U>>;
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal103 union U {
/hardware/intel/common/libva/test/encode/
Davcenc.c404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; in upload_yuv_to_surface() local
407 u_dst = surface_p + surface_image.offsets[U]; in upload_yuv_to_surface()
413 u_dst += surface_image.pitches[U]; in upload_yuv_to_surface()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3197 p_img->mPlane[MediaImage::U].mOffset = stride * scanlines; in describe_color_format()
3198 p_img->mPlane[MediaImage::U].mColInc = 2; in describe_color_format()
3199 p_img->mPlane[MediaImage::U].mRowInc = stride; in describe_color_format()
3200 p_img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describe_color_format()
3201 p_img->mPlane[MediaImage::U].mVertSubsampling = 2; in describe_color_format()
Domx_vdec_v4l2.cpp13228 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
13229 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
13230 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
13232 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
13233 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h944 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h961 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h969 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h955 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h943 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h962 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h961 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h955 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h969 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U)
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h943 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp10914 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
10915 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
10916 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
10918 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
10919 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp12227 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
12228 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
12229 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
12231 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
12232 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()