/cts/tests/tests/media/res/raw/ |
vp90_2_19_skip_01_vp9_md5 | 1 6e350ec33af4ce08c18e884d7fd795aa 01.yuv 2 abfb6e52a5a9d896b65e2c54e1f35f20 02.yuv 3 e40e57536810c196f277f2d86fd7ef4d 03.yuv 4 0b25dbe7b8218fcc67e700d332ef7ad7 04.yuv 5 20f7737828b9a686a02a1b01cebb637f 05.yuv 6 06d41fe61fbd8d96750882baac56954f 06.yuv 7 9e6661eb3424978e105dfa393407c293 07.yuv 8 2d9dd8d9625dc67cb342b9db51a9bf85 08.yuv 9 d8d8671e8e921484acd0fd67c7046382 09.yuv 10 f6513fee6d2de65d51239a689f45f1d6 10.yuv [all...] |
vp90_2_19_skip_vp9_md5 | 1 6e350ec33af4ce08c18e884d7fd795aa 01.yuv 2 3f77603d7a5727db4017202310da1724 02.yuv 3 983aae5424ab39af07adcf78d43a23ba 03.yuv 4 a0cdeaa0eb6eda3750d268434391a7ab 04.yuv 5 64325c99444e566989c6eeaa8ffeee32 05.yuv 6 8320f52b7fcd0565465941c50a01b801 06.yuv 7 d6bb76bf65b70b86bda891fe807fcd26 07.yuv 8 c44b46422d2be0b831d27fab61a0d374 08.yuv 9 414ce4220e0aef53cb5966990ae00bb6 09.yuv 10 2bf82867941dc68b0d60cede97f2d4d7 10.yuv [all...] |
football_qvga_desc.txt | 1 Football_qvga.yuv contains 3 seconds of raw 320x240 yuv420 video @ 30 fps.
|
/external/libjpeg-turbo/cmakescripts/ |
testclean.cmake | 7 *_GRAY.yuv 12 *_420.yuv 17 *_422.yuv 22 *_444.yuv 27 *_440.yuv)
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.h | 13 /** Create an encoder based on the YUV format. 15 * @param pixelFormat The yuv pixel format as defined in ui/PixelFormat.h. 23 /** Encode YUV data to jpeg, which is output to a stream. 26 * @param inYuv The input yuv data. 27 * @param width Width of the the Yuv data in terms of pixels. 28 * @param height Height of the Yuv data in terms of pixels. 45 uint8_t* yuv, int* offsets) = 0; 55 void deinterleaveYuv(uint8_t* yuv, int width, int height, 59 void compress(jpeg_compress_struct* cinfo, uint8_t* yuv, int* offsets); 69 void compress(jpeg_compress_struct* cinfo, uint8_t* yuv, int* offsets) [all...] |
/cts/apps/CameraITS/ |
.gitignore | 4 *.yuv
|
/external/libyuv/files/ |
README.chromium | 8 libyuv is an open source project that includes YUV conversion and scaling functionality.
|
README.md | 1 **libyuv** is an open source project that includes YUV scaling and conversion functionality. 3 * Scale YUV to prepare content for compression, with point, bilinear or box filter. 4 * Convert to YUV from webcam formats. 5 * Convert from YUV to formats for rendering/effects.
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
GrallocBufferBase.cpp | 61 mStride.yuv.yStride = yStride; 62 mStride.yuv.uvStride = uvStride; 67 mStride.yuv.yStride = yStride; 68 mStride.yuv.uvStride = uvStride; 74 mStride.yuv.yStride = yStride; 75 mStride.yuv.uvStride = uvStride; 81 mStride.yuv.yStride = yStride; 82 mStride.yuv.uvStride = uvStride;
|
/external/webrtc/webrtc/ |
webrtc_perf_tests.isolate | 13 '<(DEPTH)/resources/foreman_cif.yuv', 14 '<(DEPTH)/resources/paris_qcif.yuv', 16 '<(DEPTH)/resources/difficult_photo_1850_1110.yuv', 17 '<(DEPTH)/resources/photo_1850_1110.yuv', 18 '<(DEPTH)/resources/presentation_1850_1110.yuv', 19 '<(DEPTH)/resources/web_screenshot_1850_1110.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/webrtc/webrtc/tools/barcode_tools/ |
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...] |
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...] |
/external/autotest/client/site_tests/video_HangoutHardwarePerf/ |
control.cpu.vp8 | 36 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv', 37 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv', 38 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv'] 48 ['crowd720.yuv', 1280, 720, 11, 1200000], 49 ['crowd360.yuv', 640, 360, 11, 500000], 50 ['crowd180.yuv', 320, 180, 11, 100000]]
|
control.power.vp8 | 34 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv', 35 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv', 36 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv'] 46 ['crowd720.yuv', 1280, 720, 11, 1200000], 47 ['crowd360.yuv', 640, 360, 11, 500000], 48 ['crowd180.yuv', 320, 180, 11, 100000]]
|
/external/autotest/server/site_tests/video_PowerConsumption/ |
control.hw_hangout.vp8 | 30 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv', 31 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv', 32 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv'] 42 ['crowd720.yuv', 1280, 720, 11, 1200000], 43 ['crowd360.yuv', 640, 360, 11, 500000], 44 ['crowd180.yuv', 320, 180, 11, 100000]]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
GrallocBufferBase.cpp | 63 mStride.yuv.yStride = yStride; 64 mStride.yuv.uvStride = uvStride; 69 mStride.yuv.yStride = yStride; 70 mStride.yuv.uvStride = uvStride; 76 mStride.yuv.yStride = yStride; 77 mStride.yuv.uvStride = uvStride; 83 mStride.yuv.yStride = yStride; 84 mStride.yuv.uvStride = uvStride;
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
crop_yuvf_420_to_yuvx_444.rs | 19 // Must be YUV 420 888 (flexible YUV) 33 yuvx_444 yuv = { py, pu, pv }; 35 return yuv;
|
/external/libyuv/ |
BUILD | 4 # The libyuv package provides implementation yuv image conversion and
|
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/ |
control.h264 | 31 ('crowd/crowd1080-96f60dd6ff87ba8b129301a0f36efc58.yuv', 1920, 1080, 4000000), 32 ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', 1280, 720, 1200000), 33 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', 640, 360, 500000), 34 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', 320, 180, 100000)] 37 # ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', 240, 136, 100000)]
|
control.vp8 | 31 ('crowd/crowd1080-96f60dd6ff87ba8b129301a0f36efc58.yuv', 1920, 1080, 4000000), 32 ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', 1280, 720, 1200000), 33 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', 640, 360, 500000), 34 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', 320, 180, 100000)] 37 # ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', 240, 136, 100000)]
|
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/ |
mm_lib2d_test.c | 102 * @format: format of the input yuv frame 103 * @wdith: wdith of the input yuv frame 104 * @height: height of the input yuv frame 105 * @stride: stride of the input yuv frame 106 * @offset: offset to the yuv data in the input file 118 {"sample0_768x512.yuv", CAM_FORMAT_YUV_420_NV21, 768, 512, 768, 0}, 119 {"sample1_3200x2400.yuv", CAM_FORMAT_YUV_420_NV21, 3200, 2400, 3200, 0}, 120 {"sample2_1920x1080.yuv", CAM_FORMAT_YUV_420_NV21, 1920, 1080, 1920, 0}, 121 {"sample3_3200x2400.yuv", CAM_FORMAT_YUV_420_NV21, 3200, 2400, 3200, 0}, 122 {"sample4_4208x3120.yuv", CAM_FORMAT_YUV_420_NV21, 4208, 3120, 4208, 0} [all...] |
/prebuilts/misc/windows/sdl2/test/ |
testoverlay2.c | 154 RGBtoYUV(Uint8 * rgb, int *yuv, int monochrome, int luminance) 158 yuv[0] = (int)(0.299 * rgb[0] + 0.587 * rgb[1] + 0.114 * rgb[2]); 159 yuv[1] = 128; 160 yuv[2] = 128; 162 yuv[0] = (int)(0.257 * rgb[0]) + (0.504 * rgb[1]) + (0.098 * rgb[2]) + 16; 163 yuv[1] = 128; 164 yuv[2] = 128; 168 yuv[0] = (int)(0.299 * rgb[0] + 0.587 * rgb[1] + 0.114 * rgb[2]); 169 yuv[1] = (int)((rgb[2] - yuv[0]) * 0.565 + 128) 190 int yuv[3]; local [all...] |
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
YUVImage.java | 32 * This class encapsulates a YUV planar image and the metadata 34 * decompression pipelines to be split into stages: YUV encode, compress from 35 * YUV, decompress to YUV, and YUV decode. A <code>YUVImage</code> instance 36 * serves as the destination image for YUV encode and decompress-to-YUV 37 * operations and as the source image for compress-from-YUV and YUV decode 42 * of the digital video community, the TurboJPEG API uses "YUV" to refer to a [all...] |
/external/kernel-headers/original/uapi/linux/ |
ivtv.h | 29 YUV streaming, YUV updates through user DMA and the passthrough 33 YUV mode you need to call IVTV_IOC_DMA_FRAME with y_source == NULL 41 All this means that if you want to change the YUV interlacing 42 for the user DMA YUV mode you first need to do call IVTV_IOC_DMA_FRAME 53 then just switch to user DMA YUV output mode */
|