Searched refs:uValue (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | YUVCanvas.h | 42 void FillYUV(uint8_t yValue, uint8_t uValue, uint8_t vValue); 46 uint8_t yValue, uint8_t uValue, uint8_t vValue);
|
H A D | YUVImage.h | 87 uint8_t yValue, uint8_t uValue, uint8_t vValue); 109 void yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue,
|
/aosp12/frameworks/av/media/libstagefright/codecs/common/ |
H A D | cmnMemory.c | 50 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize) in cmnMemSet() argument 54 memset (pBuff, uValue, uSize); in cmnMemSet()
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | bufferCopy.cpp | 114 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV() local 122 uvRow[cellCol*2] = uValue; in fillNV21FromYUYV()
|
/aosp12/frameworks/av/media/libstagefright/codecs/common/include/ |
H A D | cmnMemory.h | 58 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
|
H A D | voMem.h | 45 VO_U32 (VO_API * Set) (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
H A D | LiveDataFunctions.java | 239 private void updateU(@Nullable U uValue) { 241 this.mUValue = uValue;
|