Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 25 of 40) sorted by relevance

12

/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/
DPixelStreamManagerTest.cpp106 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
134 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
143 InputFrame frameWithNewDimensions(8, 8, PixelFormat::RGB, 8 * 3, nullptr); in TEST()
159 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
167 InputFrame newFrame(16, 16, PixelFormat::RGB, 16 * 3, &newData[0]); in TEST()
179 InputFrame rgbFrame(16, 16, PixelFormat::RGB, 16 * 3, &rgbData[0]); in TEST()
219 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
241 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
292 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
328 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &data[0]); in TEST()
[all …]
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DEnumConversionTest.cpp44 RGB = 0, enumerator
50 EXPECT_EQ(static_cast<int>(PrebuiltComputepipeRunner_PixelDataFormat::RGB), in TEST()
51 static_cast<int>(PixelFormat::RGB)); in TEST()
DLocalPrebuiltGraphTest.cpp133 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in TEST()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCurves.java54 private int mCurrentCurveIndex = Spline.RGB;
193 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.RED) { in onDraw()
196 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.GREEN) { in onDraw()
199 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.BLUE) { in onDraw()
203 if (mCurrentCurveIndex == Spline.RGB) { in onDraw()
419 mCurrentCurveIndex = Spline.RGB; in setChannel()
DSpline.java35 public static final int RGB = 0; field in Spline
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterCurves.java57 if (!mParameters.getSpline(Spline.RGB).isOriginal()) { in apply()
59 populateArray(rgbGradient, Spline.RGB); in apply()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DGrpcGraphFuzzer.cpp92 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput()
141 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput()
DFuzz.proto6 RGB = 0; enumerator
DPixelStreamManagerFuzzer.cpp76 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &pixelData[0]); in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp93 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DPipeOptionsConverter.cpp86 case proto::InputStreamConfig::RGB: in ConvertInputFormat()
87 return PipeInputConfigFormatType::RGB; in ConvertInputFormat()
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl24 RGB, enumConstant
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl21 RGB = 0, enumConstant
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl21 RGB = 0, enumConstant
/packages/services/Car/cpp/computepipe/types/
DStatus.h33 RGB = 0, enumerator
/packages/services/Car/cpp/computepipe/runner/
DPixelFormatUtils.cpp42 case PixelFormat::RGB: in PixelFormatToHardwareBufferFormat()
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h39 RGB = 0, enumerator
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h28 RGB, enumerator
/packages/services/Car/cpp/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto38 RGB = 0; enumerator
/packages/services/Car/cpp/computepipe/proto/
DInputConfig.proto49 RGB = 0; enumerator
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DPipeOptionsConverterTest.cpp141 EXPECT_EQ(desc.inputConfig[0].inputSources[0].format, PipeInputConfigFormatType::RGB); in TEST()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java419 public static final short RGB = 2; field
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java422 public static final short RGB = 2; field
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java419 public static final short RGB = 2; field
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz

12