OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yValue
(Results
1 - 11
of
11
) 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,
/external/clang/test/PCH/
struct.h
8
float xValue,
yValue
, zValue;
/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);
74
uint8_t
yValue
;
78
srcImage.getPixelValue(srcX, srcY, &
yValue
, &uValue, &vValue);
79
mYUVImage.setPixelValue(destX, destY,
yValue
, uValue, vValue);
94
uint8_t
yValue
;
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) {
188
*yAddr =
yValue
;
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));
379
int bTmp =
yValue
+ (1.732446 * (uValue-128));
396
uint8_t
yValue
= 0u;
399
getPixelValue(x, y, &
yValue
, &uValue, & vValue);
404
yuv2rgb(
yValue
, uValue, vValue, &rValue, &gValue, &bValue);
/external/replicaisland/src/com/replica/replicaisland/
Vector2.java
32
public Vector2(float xValue, float
yValue
) {
33
set(xValue,
yValue
);
77
public final void set(float xValue, float
yValue
) {
79
y =
yValue
;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NormFilter.java
54
float
yValue
= ((Float)yFrameValue.getValue()).floatValue();
56
float norm = (float) Math.hypot(xValue,
yValue
);
/external/autotest/frontend/client/src/autotest/tko/
MetricsPlot.java
48
String
yValue
= Utils.jsonToString(row.get(1));
50
Anchor link = new Anchor(
yValue
);
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 3935 milliseconds