Home
last modified time | relevance | path

Searched defs:uValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/yuv/
DYUVCanvas.cpp34 void YUVCanvas::FillYUV(uint8_t yValue, uint8_t uValue, uint8_t vValue) { in FillYUV()
43 uint8_t yValue, uint8_t uValue, uint8_t vValue) { in FillYUVRectangle()
75 uint8_t uValue; in CopyImageRect() local
95 uint8_t uValue; in downsample() local
DYUVImage.cpp180 uint8_t yValue, uint8_t uValue, uint8_t vValue) { in setPixelValue()
375 void YUVImage::yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue, in yuv2rgb()
397 uint8_t uValue = 0u; in writeToPPM() local
/frameworks/av/media/libstagefright/codecs/common/
DcmnMemory.c50 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize) in cmnMemSet()