OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vValue
(Results
1 - 8
of
8
) sorted by null
/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
);
76
uint8_t
vValue
;
78
srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &
vValue
);
79
mYUVImage.setPixelValue(destX, destY, yValue, uValue,
vValue
);
96
uint8_t
vValue
;
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
) {
190
*vAddr =
vValue
;
375
void YUVImage::yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t
vValue
,
377
int rTmp = yValue + (1.370705 * (
vValue
-128));
378
int gTmp = yValue - (0.698001 * (
vValue
-128)) - (0.337633 * (uValue-128));
398
uint8_t
vValue
= 0u;
399
getPixelValue(x, y, &yValue, &uValue, &
vValue
);
404
yuv2rgb(yValue, uValue,
vValue
, &rValue, &gValue, &bValue);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.h
54
status_t setHdmiOverscan(int hValue, int
vValue
);
MultiDisplayObserver.cpp
80
status_t MultiDisplayCallback::setHdmiOverscan(int hValue, int
vValue
)
82
ITRACE("oversacn compensation, h: %d v: %d", hValue,
vValue
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h
862
ADSVALUE
vValue
;
[
all
...]
oledb.h
[
all
...]
Completed in 2186 milliseconds