HomeSort by relevance Sort by last modified time
    Searched refs:YUV (Results 1 - 25 of 38) sorted by null

1 2

  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 176 {YUV, MAXIMUM},
180 {YUV, PREVIEW, JPEG, MAXIMUM},
184 {PRIV, PREVIEW, YUV, PREVIEW},
186 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
193 {PRIV, PREVIEW, YUV , RECORD },
195 {YUV , PREVIEW, YUV , RECORD },
199 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD },
201 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java 29 * Average pixels from a {@link ImageFormat#YUV_420_888 flexible-YUV} or
54 if (!inputInfo.isElementEqualTo(ElementInfo.YUV) &&
64 if (mInputInfo.isElementEqualTo(ElementInfo.YUV)) {
ScriptYuvToRgb.java 28 * Convert {@link ImageFormat#YUV_420_888 flexible-YUV} {@link Allocation allocations} into
43 ScriptIntrinsicYuvToRGB.create(getRS(), Element.YUV(getRS())));
46 // XX: Supports any YUV 4:2:0 such as NV21/YV12 or just YUV_420_888 ?
47 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
AllocationInfo.java 95 element = Element.YUV(rs);
236 if (element.equals(Element.YUV(mRS))) {
288 YUV,
305 if (element.equals(Element.YUV(RenderScriptSingleton.getRS()))) {
306 return YUV;
333 case YUV:
334 comparison = Element.YUV(mRS);
ScriptYuvCrop.java 30 * Crop {@link ImageFormat#YUV_420_888 flexible-YUV} {@link Allocation allocations} into
71 * Input YUV W x H
84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
  /external/opencv3/modules/imgproc/test/
test_cvtyuv.cpp 7 #undef YUV
9 typedef Vec3b YUV;
23 virtual YUV read(const Mat& yuv, int row, int col) = 0;
74 virtual void write(Mat& yuv, int row, int col, const YUV& val) = 0;
135 void write(Mat& yuv, int row, int col, const YUV& val)
137 int h = yuv.rows * 2 / 3;
139 yuv.ptr<uchar>(row)[col] = val[0]
    [all...]
  /external/opencv3/modules/cudev/test/
test_color_cvt.cu 102 // RGB <-> YUV
104 CVT_COLOR_TEST(RGB, YUV, 3, 3)
105 CVT_COLOR_TEST(BGR, YUV, 3, 3)
107 CVT_COLOR_TEST(YUV, RGB, 3, 3)
108 CVT_COLOR_TEST(YUV, BGR, 3, 3)
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 115 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
121 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
154 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
160 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 120 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
127 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
164 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
171 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
216 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
257 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 26 """Converts a YUV video file into PNG frames.
28 The function uses ffmpeg to convert the YUV file. The output of ffmpeg is in
32 yuv_file_name(string): The name of the YUV file.
33 yuv_frame_width(int): The width of one YUV frame.
34 yuv_frame_height(int): The height of one YUV frame.
51 print 'Converting YUV file to PNG images (may take a while)...'
54 command, fail_msg='Error during YUV to PNG conversion')
242 help='Width of the YUV file\'s frames. Default: %default')
244 help='Height of the YUV file\'s frames. Default: %default')
245 parser.add_option('--yuv_file', type='string', default='output.yuv',
    [all...]
yuv_cropper.py 18 This function crops one frame going through all the YUV planes and cropping
22 yuv_file(file): The opened (for binary reading) YUV file.
25 planes (Y, U, V) of the YUV file plus the crop_height scaled for every
48 """Crops rows of pixels from the top of the YUV frames.
54 yuv_file_name(string): The name of the YUV file to be cropped.
57 width(int): The width of the original YUV file.
58 height(int): The height of the original YUV file.
85 help=('Width of the YUV file\'s frames. '
88 help=('Height of the YUV file\'s frames. '
91 help=('How much of the top of the YUV file to crop.
    [all...]
barcode_encoder.py 17 _DEFAULT_BARCODES_FILE = 'barcodes.yuv'
68 """Converts PNG barcodes to YUV barcode images.
72 from 0000. The frames should be consecutive numbers. The output YUV file is
73 named frame_xxxx.yuv. The function uses ffmpeg to do the conversion.
77 output_directory(string): The putput directory to write the YUV files to.
87 """Converts a PNG file to a YUV file and deletes the PNG file.
90 output_directory(string): The output directory for the YUV file.
92 pattern(string): The file pattern of the PNG/YUV file. The PNG/YUV files are
93 named patternxx..x.png/yuv, where xx..x are digits starting from 00..0
    [all...]
  /external/ImageMagick/tests/
cli-colorspace.tap 117 test_color YUV sRGB && echo "ok" || echo "not ok"
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 99 YUV formats. Depending on the exact YUV format in use, the
131 YUV buffer types:
174 and just define the new YUV texture formats. Add support for
  /external/webrtc/webrtc/tools/
compare_videos.py 33 help='Reference video to compare with (YUV).')
36 'video (YUV).'))
55 help='Width of the YUV file\'s frames. Default: %default')
57 help='Height of the YUV file\'s frames. Default: %default')
  /frameworks/rs/api/
rs_convert.spec 162 summary: Convert a YUV value to RGBA
164 Converts a color from a YUV representation to RGBA.
rs_object_types.spec 193 summary: YUV format
195 Android YUV formats that can be associated with a RenderScript Type.
rs_allocation_create.spec 84 arg: rs_yuv_format yuv_format, "YUV layout for the Type"
101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 58 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 58 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 58 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /frameworks/rs/cpp/
Type.cpp 160 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
161 ALOGE("Invalid element for use with YUV.");
169 ALOGE("Invalid YUV format.");
210 ALOGE("YUV only supports basic 2D.");
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 41 YUV = 'yuv'
  /external/ImageMagick/www/api/
feature.php 176 <p>MeanShiftImage() delineate arbitrarily shaped clusters in the image. For each pixel, it visits all the pixels in the neighborhood specified by the window centered at the pixel and excludes those that are outside the radius=(window-1)/2 surrounding the pixel. From those pixels, it finds those that are within the specified color distance from the current mean, and computes a new x,y centroid from those coordinates and a new mean. This new x,y centroid is used as the center for a new window. This process iterates until it converges and the final mean is replaces the (original window center) pixel value. It repeats this process for the next pixel, etc., until it processes all pixels in the image. Results are typically better with colorspaces other than sRGB. We recommend YIQ, YUV or YCbCr.</p>

Completed in 1994 milliseconds

1 2