/frameworks/av/include/media/stagefright/ |
YUVCanvas.h | 42 void FillYUV(uint8_t yValue, uint8_t uValue, uint8_t vValue); 46 uint8_t yValue, uint8_t uValue, uint8_t vValue);
|
YUVImage.h | 87 uint8_t yValue, uint8_t uValue, uint8_t vValue); 109 void yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue,
|
/frameworks/av/media/libstagefright/yuv/ |
YUVCanvas.cpp | 34 void YUVCanvas::FillYUV(uint8_t yValue, uint8_t uValue, uint8_t vValue) { 37 mYUVImage.setPixelValue(x, y, yValue, uValue, vValue); 43 uint8_t yValue, uint8_t uValue, uint8_t vValue) { 46 mYUVImage.setPixelValue(x, y, yValue, uValue, vValue); 75 uint8_t uValue; 78 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); 79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue); 95 uint8_t uValue; 102 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); 103 mYUVImage.setPixelValue(x, y, yValue, uValue, vValue) [all...] |
YUVImage.cpp | 180 uint8_t yValue, uint8_t uValue, uint8_t vValue) { 189 *uAddr = uValue; 375 void YUVImage::yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue, 378 *g = yValue - (0.698001 * (vValue-128)) - (0.337633 * (uValue-128)); 379 *b = yValue + (1.732446 * (uValue-128)); 397 uint8_t uValue; 399 getPixelValue(x, y, &yValue, &uValue, & vValue); 404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);
|
/frameworks/av/media/libstagefright/codecs/common/ |
cmnMemory.c | 44 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize) 46 memset (pBuff, uValue, uSize);
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_memory.c | 185 TIMM_OSAL_U8 uValue, TIMM_OSAL_U32 uSize) 189 memset((void *)pBuffer, (int)uValue, (size_t) uSize);
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
cmnMemory.h | 54 * \param uValue [in] the value to be set 58 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
|
voMem.h | 45 VO_U32 (VO_API * Set) (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
timm_osal_memory.h | 88 TIMM_OSAL_U8 uValue, TIMM_OSAL_U32 uSize);
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Token.cpp | 62 bool Token::uValue(unsigned int* value) const
|
Token.h | 84 bool uValue(unsigned int* value) const;
|
ExpressionParser.y | 208 if (!token->uValue(&val))
|
ExpressionParser.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/iotest/ |
strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ 363 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\ 604 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) { 618 uNumScanned = u_sscanf(uValue, format, uBuffer); 685 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { 694 uNumScanned = u_sscanf(uValue, format, uBuffer);
|
filetst.c | [all...] |
/external/icu4c/test/iotest/ |
strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ 363 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\ 604 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) { 618 uNumScanned = u_sscanf(uValue, format, uBuffer); 685 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { 694 uNumScanned = u_sscanf(uValue, format, uBuffer);
|
filetst.c | [all...] |