Home
last modified time | relevance | path

Searched refs:uValue (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DYUVCanvas.h42 void FillYUV(uint8_t yValue, uint8_t uValue, uint8_t vValue);
46 uint8_t yValue, uint8_t uValue, uint8_t vValue);
H A DYUVImage.h87 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 DcmnMemory.c50 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 DbufferCopy.cpp114 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 DcmnMemory.h58 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
H A DvoMem.h45 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 DLiveDataFunctions.java239 private void updateU(@Nullable U uValue) {
241 this.mUValue = uValue;