Searched refs:uValue (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/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,
/frameworks/av/media/libstagefright/foundation/include/
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,
/frameworks/av/media/libstagefright/include/
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,
/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) argument
54 memset (pBuff, uValue, uSize);
/frameworks/av/media/libstagefright/codecs/common/include/
H A DcmnMemory.h54 * \param uValue [in] the value to be set
58 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);

Completed in 104 milliseconds