HomeSort by relevance Sort by last modified time
    Searched full:yuv (Results 51 - 75 of 1091) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libmpeg2/common/
icv.h 47 /** YUV 420 Planar */
50 /** YUV 420 Semi Planar UV*/
53 /** YUV 420 Semi Planar VU*/
  /external/skia/src/gpu/
GrYUVProvider.h 18 * There are at least 2 different ways to extract/retrieve YUV planar data...
30 * On success, this returns a texture that has converted the YUV data from the provider
53 * ignore the sizes parameter. Typical failure is that the provider does not contain YUV
  /hardware/intel/common/libva/test/videoprocess/
process.cfg 11 #1.Source YUV(RGB) file information
12 SRC_FILE_NAME: /root/clips/YUV/bus_cif.yv12
17 #2.Destination YUV(RGB) file information
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_jpeg.py 24 """Test capturing a single frame as both YUV and JPEG outputs.
37 "yuv", props, (1920, 1080), max_jpeg_size)[0]
38 fmt_yuv = {"format":"yuv", "width":w, "height":h}
41 # Use a manual request with a linear tonemap so that the YUV and JPEG
test_yuv_plus_raw.py 24 """Test capturing a single frame as both RAW and YUV outputs.
36 # Use a manual request with a linear tonemap so that the YUV and RAW
44 "yuv", props, (1920, 1080), max_raw_size)[0]
46 {"format":"yuv", "width":w, "height":h}]
test_yuv_plus_raw10.py 24 """Test capturing a single frame as both RAW10 and YUV outputs.
36 # Use a manual request with a linear tonemap so that the YUV and RAW
44 "yuv", props, (1920, 1080), max_raw10_size)[0]
47 {"format":"yuv", "width":w, "height":h}])
test_yuv_plus_raw12.py 24 """Test capturing a single frame as both RAW12 and YUV outputs.
36 # Use a manual request with a linear tonemap so that the YUV and RAW
44 "yuv", props, (1920, 1080), max_raw12_size)[0]
47 {"format":"yuv", "width":w, "height":h}])
test_yuv_jpeg_all.py 35 # Use a manual request with a linear tonemap so that the YUV and JPEG
42 for size in its.objects.get_available_output_sizes("yuv", props):
43 out_surface = {"width":size[0], "height":size[1], "format":"yuv"}
45 assert(cap["format"] == "yuv")
48 print "Captured YUV %dx%d" % (cap["width"], cap["height"])
test_locked_burst.py 26 """Test 3A lock + YUV burst (using auto settings).
30 YUV image consistency while the frame rate check is in CTS.
52 # Capture bursts of YUV shots.
  /external/autotest/client/deps/glbench/src/
yuv2rgb.h 18 #define YUV2RGB_NAME "image.yuv"
  /external/libvpx/libvpx/test/
encode_perf_test.cc 42 EncodePerfTestVideo("desktop_640_360_30.yuv", 640, 360, 200, 2484),
43 EncodePerfTestVideo("kirland_640_480_30.yuv", 640, 480, 200, 300),
44 EncodePerfTestVideo("macmarcomoving_640_480_30.yuv", 640, 480, 200, 987),
45 EncodePerfTestVideo("macmarcostationary_640_480_30.yuv", 640, 480, 200, 718),
46 EncodePerfTestVideo("niklas_640_480_30.yuv", 640, 480, 200, 471),
47 EncodePerfTestVideo("tacomanarrows_640_480_30.yuv", 640, 480, 200, 300),
48 EncodePerfTestVideo("tacomasmallcameramovement_640_480_30.yuv",
50 EncodePerfTestVideo("thaloundeskmtg_640_480_30.yuv", 640, 480, 200, 300),
51 EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),
  /external/webrtc/webrtc/tools/psnr_ssim_analyzer/
psnr_ssim_analyzer.cc 69 * test video. The two videos should be I420 YUV videos.
87 "Example usage:\n" + program_name + " --reference_file=ref.yuv "
88 "--test_file=test.yuv --results_file=results.txt --width=320 "
94 " - reference_file(string): The reference YUV file to compare against."
95 " Default: ref.yuv\n"
96 " - test_file(string): The test YUV file to run the analysis for."
97 " Default: test_file.yuv\n"
110 parser.SetFlag("reference_file", "ref.yuv");
111 parser.SetFlag("test_file", "test.yuv");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/
README.webm 8 libyuv is an open source project that includes YUV conversion and scaling
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_enums.h 88 BT_601 = 1, // YUV
89 BT_709 = 2, // YUV
90 SMPTE_170 = 3, // YUV
91 SMPTE_240 = 4, // YUV
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
YUVImage.html 97 <div class="block">This class encapsulates a YUV planar image and the metadata
99 decompression pipelines to be split into stages: YUV encode, compress from
100 YUV, decompress to YUV, and YUV decode. A <code>YUVImage</code> instance
101 serves as the destination image for YUV encode and decompress-to-YUV
102 operations and as the source image for compress-from-YUV and YUV decode
107 of the digital video community, the TurboJPEG API uses "YUV" to refer to a
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 366 // VC 8 does not like calling free on yuv->Y.ptr since it is in
368 // calling mapYUVInforToImage yuv->Y.ptr points to the begginning
370 YUVinfo *yuv = (YUVinfo *) calloc(sizeof(YUVinfo), 1); local
371 if (yuv) {
372 yuv->Y.width = yuv->Y.pitch = width;
373 yuv->Y.height = height;
374 yuv->Y.border = yuv->U.border = yuv->V.border = (unsigned short) 0
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 366 // VC 8 does not like calling free on yuv->Y.ptr since it is in
368 // calling mapYUVInforToImage yuv->Y.ptr points to the begginning
370 YUVinfo *yuv = (YUVinfo *) calloc(sizeof(YUVinfo), 1); local
371 if (yuv) {
372 yuv->Y.width = yuv->Y.pitch = width;
373 yuv->Y.height = height;
374 yuv->Y.border = yuv->U.border = yuv->V.border = (unsigned short) 0
    [all...]
  /cts/apps/CameraITS/tests/scene0/
test_camera_properties.py 39 print "YUV sizes:", its.objects.get_available_output_sizes("yuv", props)
  /cts/tests/camera/src/android/hardware/camera2/cts/
common.rs 24 typedef uchar3 yuvx_444; // interleaved YUV. (y,u,v) per pixel. use .x/.y/.z to read
25 typedef uchar3 yuvf_420; // flexible YUV (4:2:0). use rsGetElementAtYuv to read.
  /external/skia/src/core/
SkYUVPlanesCache.h 27 * fColorSpace: color space that will be used for the YUV -> RGB conversion.
44 * Add a pixelRef ID and its YUV planes data to the cache.
  /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...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 74 uint8_t* yuv, int* offsets) {
86 uint8_t* yPlanar = yuv + offsets[0];
87 uint8_t* vuPlanar = yuv + offsets[1]; //width * height;
150 uint8_t* yuv, int* offsets) {
166 uint8_t* yuvOffset = yuv + offsets[0];
192 void Yuv422IToJpegEncoder::deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows,
197 uint8_t* yuvSeg = yuv + (rowIndex + row) * fStrides[0];
225 jbyte* yuv = env->GetByteArrayElements(inYuv, NULL); local
233 encoder->encode(strm, yuv, width, height, imgOffsets, jpegQuality);
238 env->ReleaseByteArrayElements(inYuv, yuv, 0)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
88 u_sampler_view_default_template(&view_templ, yuv[i]->tex,
89 yuv[i]->tex->format);
92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ);
121 struct xa_surface *dst, struct xa_surface *yuv[])
137 xa_yuv_bind_samplers(r, yuv);
152 scale_x * w, scale_y * h, x, y, w, h, yuv); local
  /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)) {
  /external/autotest/server/site_tests/native_Benchmarks/
vp8.py 25 cmd = ('%s --summary %s/vp8.webm -o %s/vp8.yuv 2>&1' %
29 cmd = (('%s %s/vp8.yuv -o /dev/null --codec=vp8 --i420 -w 1280' +
51 run_check(self.client, 'rm -f %s/vp8.yuv' % self.scratch_cli,

Completed in 1658 milliseconds

1 23 4 5 6 7 8 91011>>