OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorFrame
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilterTest.java
48
FrameValue
colorFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
49
colorFrame
.setValue(2.1f);
59
injectInputFrame("colorfulness",
colorFrame
);
76
FrameValue
colorFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
77
colorFrame
.setValue(2.1f);
87
injectInputFrame("colorfulness",
colorFrame
);
104
FrameValue
colorFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
105
colorFrame
.setValue(2.1f);
115
injectInputFrame("colorfulness",
colorFrame
);
132
FrameValue
colorFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue()
[
all
...]
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTimeCode.cpp
61
bool
colorFrame
,
80
setColorFrame (
colorFrame
);
248
TimeCode::
colorFrame
() const
/external/opencv3/modules/videoio/src/
cap_openni2.cpp
141
openni::VideoFrameRef depthFrame,
colorFrame
;
357
this->
colorFrame
.release();
634
propValue = (double)
colorFrame
.getTimestamp();
637
propValue = (double)
colorFrame
.getFrameIndex();
712
color.readFrame(&
colorFrame
);
850
getBGRImageFromMetaData(
colorFrame
, outputMaps[CV_CAP_OPENNI_BGR_IMAGE].mat );
857
if (!
colorFrame
.isValid())
860
CV_Assert(
colorFrame
.getVideoMode().getPixelFormat() == openni::PIXEL_FORMAT_RGB888); // RGB
863
getBGRImageFromMetaData(
colorFrame
, rgbImage);
Completed in 262 milliseconds