OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingImage
(Results
1 - 10
of
10
) sorted by null
/cts/apps/CtsVerifier/include/colorchecker/
testingimage.h
24
class
TestingImage
{
28
TestingImage
(const unsigned char* inputImage,
33
TestingImage
(const unsigned char* inputImage,
37
virtual ~
TestingImage
();
colorcheckertest.h
23
#include "
testingimage
.h"
39
void addTestingImage(
TestingImage
* inputImage);
91
TestingImage
* mImage;
/cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp
18
#define LOG_TAG "
TestingImage
"
27
#include "
testingimage
.h"
32
TestingImage
::
TestingImage
(const unsigned char* inputImage,
56
TestingImage
::
TestingImage
(const unsigned char* inputImage,
96
TestingImage
::~
TestingImage
() {
102
int
TestingImage
::getPixelValue(int row, int column, int channel) const {
109
Vec3i
TestingImage
::getPixelValue(int row, int column) const
[
all
...]
colorcheckertest.cpp
69
void ColorCheckerTest::addTestingImage(
TestingImage
* inputImage) {
[
all
...]
/cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp
26
#include "
testingimage
.h"
52
TestingImage
*image = (
TestingImage
*) imageAddress;
com_android_cts_verifier_camera_analyzer_ColorCheckerTest.cpp
25
#include "
testingimage
.h"
45
TestingImage
*testImage = (
TestingImage
*) (long) inputImageAddress;
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp
24
#include "
testingimage
.h"
57
TestingImage
*inputImage = (
TestingImage
*) imageAddress;
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp
26
#include "
testingimage
.h"
53
TestingImage
*image = (
TestingImage
*) imageAddress;
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp
27
#include "
testingimage
.h"
53
TestingImage
*image = (
TestingImage
*) imageAddress;
com_android_cts_verifier_camera_analyzer_CameraTests.cpp
22
#include "
testingimage
.h"
102
TestingImage
*input_testing_image =
103
new
TestingImage
(inputBufferRGBA, inputInfo.height, inputInfo.width,
Completed in 35 milliseconds