HomeSort by relevance Sort by last modified time
    Searched full:yuvformat (Results 1 - 24 of 24) sorted by null

  /hardware/interfaces/renderscript/1.0/
Android.bp 33 "YuvFormat",
types.hal 143 enum YuvFormat : int32_t {
IContext.hal 644 bool mipmaps, bool faces, YuvFormat yuv)
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
YUVImage.h 49 enum YUVFormat {
56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
118 YUVFormat mYUVFormat;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 36 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
72 Type type = context->typeCreate(element, 128, 128, 0, false, false, YuvFormat::YUV_NONE);
109 Type type = context->typeCreate(element, 32, 32, 32, false, false, YuvFormat::YUV_NONE);
146 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE);
186 Type typeSrc = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE);
190 Type typeDst = context->typeCreate(element, 256, 256, 0, false, false, YuvFormat::YUV_NONE);
238 Type typeSrc = context->typeCreate(element, 128, 128, 128, false, false, YuvFormat::YUV_NONE);
242 Type typeDst = context->typeCreate(element, 64, 64, 64, false, false, YuvFormat::YUV_NONE);
291 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE);
306 Type subType = context->typeCreate(element, 256, 256, 0, false, false, YuvFormat::YUV_NONE)
    [all...]
VtsMiscellaneousTests.cpp 52 Type type = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE);
80 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
116 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
154 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE);
207 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE);
VtsScriptTests.cpp 83 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
205 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE);
251 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE);
254 Type type2 = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE);
302 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE);
349 YuvFormat::YUV_NONE);
364 Type type2 = context->typeCreate(element2, 256, 256, 0, false, false, YuvFormat::YUV_NONE);
435 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
512 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE);
VtsHalRenderscriptV1_0TargetTest.h 60 using ::android::hardware::renderscript::V1_0::YuvFormat;
  /frameworks/base/rs/java/android/renderscript/
Type.java 416 * @param yuvFormat {@link android.graphics.ImageFormat#YV12}, {@link android.graphics.ImageFormat#NV21}, or
419 public Builder setYuvFormat(int yuvFormat) {
420 switch (yuvFormat) {
431 mYuv = yuvFormat;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Type.java 345 * @param yuvFormat {@link android.graphics.ImageFormat#YV12} or {@link android.graphics.ImageFormat#NV21}
347 public Builder setYuvFormat(int yuvFormat) {
348 switch (yuvFormat) {
357 mYuv = yuvFormat;
  /hardware/interfaces/renderscript/1.0/default/
Context.h 28 using ::android::hardware::renderscript::V1_0::YuvFormat;
73 Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) override;
Context.cpp 397 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) {
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 80 native boolean yuvTest(String path, int X, int Y, byte[] input, byte[] output, int yuvFormat);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 452 jint yuvFormat
462 RsYuvFormat mYuvFormat = (RsYuvFormat)yuvFormat;
  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 497 int yuvFormat = -1;
503 yuvFormat = it;
508 if ((yuvFormat != -1) && (frameSize.getWidth() > 0) &&
510 testSharedSurfaceYUVImageReaderSwitch(cameraId, NUM_SURFACE_SWITCHES, yuvFormat,
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 45 using ::android::hardware::renderscript::V1_0::YuvFormat;
415 (YuvFormat) yuv);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
android.hardware.renderscript@1.0.so.lsdump.gz 

Completed in 2891 milliseconds