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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 46 VPX_IMG_FMT_UYVY, /**< UYVY packed YUV */
47 VPX_IMG_FMT_YUY2, /**< YUYV packed YUV */
48 VPX_IMG_FMT_YVYU, /**< YVYU packed YUV */
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 394 stride.yuv.yStride = yStride;
395 stride.yuv.uvStride = uvStride;
400 stride.yuv.yStride = yStride;
401 stride.yuv.uvStride = uvStride;
407 stride.yuv.yStride = yStride;
408 stride.yuv.uvStride = uvStride;
414 stride.yuv.yStride = yStride;
415 stride.yuv.uvStride = uvStride;
667 uint32_t yStride = mapper.getStride().yuv.yStride;
668 uint32_t uvStride = mapper.getStride().yuv.uvStride
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageConsumer.java 46 * <li>CREATE_EARLY_FILMSTRIP_PREVIEW: Subsamples a YUV Image and converts
49 * <li>COMPRESS_TO_JPEG_AND_WRITE_TO_DISK: Compresses an YUV/JPEG Image to
52 * <li>CONVERT_TO_RGB_PREVIEW: Subsamples a YUV Image and converts the
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 29 Perform this test on a yuv frame with auto 3a. Lens shading is evaluated
65 img_size = its.objects.get_available_output_sizes("yuv", props)
68 out_surface = {"format": "yuv"}
70 print "Captured yuv %dx%d" % (w, h)
  /cts/apps/CameraITS/tools/
validate_scene.py 23 """capture a yuv image and save it to argv[1]
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 43 * Test YUV burst capture with full-AUTO control.
50 Log.i(TAG, "Testing YUV Burst for camera " + id);
107 // Find suitable target FPS range - as high as possible that covers the max YUV rate
128 Log.i(TAG, String.format("Selected frame rate range %d - %d for YUV burst",
ImageWriterTest.java 279 String img1FileName = DEBUG_FILE_NAME_BASE + "/" + maxSize + "_image1_copy.yuv";
281 + "_outputImage2_copy.yuv";
299 String img2FileName = DEBUG_FILE_NAME_BASE + "/" + maxSize + "_image2.yuv";
317 "_outputImage2.yuv";
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 22 YUV 4:2:0 image with a plane of 8 bit Y samples followed by an interleaved
80 // YUV 4:2:0
87 // Yuv Convert
259 INFO("Converting %dx%d YUV 4:2:0 to RGB24...\n", width, height);
  /external/autotest/client/deps/glbench/src/
yuv2rgb_2.glslf 33 * This is an optimized version of the YUV to RGB conversion shader. This
yuv2rgb_3.glslf 33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
yuv2rgb_4.glslf 33 * This is a semiplanar YUV to RGB conversion shader that uses separate
  /external/libavc/encoder/
ih264e_master.h 94 * This routine processes input yuv, encodes it and outputs bitstream and recon
  /external/libhevc/decoder/
ihevcd_ittiam_logo.h 23 /* to insert ittiam logo to a yuv buffer. */
  /external/libjpeg-turbo/
Makefile.am 290 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv
291 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -noyuvpad
292 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -bi
293 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -bi -noyuvpad
297 ./tjunittest -yuv
298 ./tjunittest -yuv -alloc
299 ./tjunittest -yuv -noyuvpad
645 rm -f *_GRAY.yuv
650 rm -f *_420.yuv
655 rm -f *_422.yuv
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format.h 112 * YUV
  /external/skia/src/codec/
SkJpegCodec.cpp 557 // It is possible to perform a YUV decode for any combination of
662 JSAMPARRAY yuv[3]; local
666 yuv[0] = &rowptrs[0]; // Y rows (DCTSIZE or 2 * DCTSIZE)
667 yuv[1] = &rowptrs[2 * DCTSIZE]; // U rows (DCTSIZE)
668 yuv[2] = &rowptrs[3 * DCTSIZE]; // V rows (DCTSIZE)
692 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock);
694 // FIXME: Handle incomplete YUV decodes without signalling an error.
726 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock);
728 // FIXME: Handle incomplete YUV decodes without signalling an error.
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv";
  /external/webrtc/webrtc/test/testsupport/
frame_reader.h 55 // For YUV this is 3 * width * height / 2
  /frameworks/av/include/media/stagefright/
CameraSource.h 74 * request the camera source to store real YUV frame data
111 * kKeyColorFormat: YUV color format of the video frames
119 * Tell whether this camera source stores meta data or real YUV
123 * buffers; kMetadataBufferTypeInvalid if real YUV data is stored in
  /frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp 43 kInputBufferSize = (kMaxWidth * kMaxHeight * 3) / 2, // For YUV 420 format.
70 static int32_t BindFrameCb(void *userData, int32_t index, uint8_t **yuv) {
73 *yuv = dpbBuffer[index];
83 fprintf(stderr, "Usage %s <input yuv> <output file> <width> <height>"
  /frameworks/rs/
rsInternalDefines.h 220 uint32_t yuv; member in struct:__anon30237
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
vp9_lossless_test.cc 70 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 40 } yuv; member in union:android::intel::stride::__anon31638
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 40 } yuv; member in union:android::intel::stride::__anon31677

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>