/hardware/samsung_slsi/exynos5/libcsc/ |
csc.h | 114 * YUV formats)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 250 /* PPLIB not needed if the the input to jpeg encoder is yuv. Uncomment the next line if PPLIB is needed */ 512 OMX_U32 ulEnableYUVOutput[2]; /**< Flag to enable YUV output */ 533 OMX_U32 ulFrameYUVRotation[2]; /**< Rotation to apply to YUV Output. May be set to 0, 90, 180, or 270*/ 539 OMX_U32 ulYUVFrameSize[2]; /**< YUV output size in bytes */
|
/hardware/ti/omap4xxx/camera/inc/ |
NV12_resize.h | 124 * Description : Resize a yuv frame.
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 86 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Mosaic.cpp | 86 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 82 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
|
/external/qemu/distrib/sdl-1.2.15/ |
WhatsNew | 112 The YUV overlay structure has been changed to use an array of 113 pitches and pixels representing the planes of a YUV image, to 116 of the image, while packed pixel YUV formats just have one plane. 285 Added YUV video overlay support. 286 The supported YUV formats are: YV12, IYUV, YUY2, UYVY, and YVYU.
|
README.RISCOS | 83 video - Mostly done. Doesn't cover gamma, YUV-overlay or OpenGL.
|
/frameworks/av/libvideoeditor/vss/src/ |
M4xVSS_internal.c | 378 M4OSA_TRACE1_1("error when converting from RGB888 to YUV: 0x%x\n", err); 386 M4OSA_TRACE1_0("RGB to YUV done"); 396 M4OSA_TRACE1_1("error when converting from RGB to YUV: 0x%x\n", err); 400 M4OSA_TRACE1_0("RGB to YUV done"); 438 M4VS, (M4OSA_Char*)"M4xVSS_internalConvertRGBtoYUV: Output plane YUV"); 449 * yuvPlane[0].u_width * 1.5, M4VS, (M4OSA_Char*)"imageClip YUV data"); [all...] |
/external/webp/src/enc/ |
picture.c | 20 #include "../dsp/yuv.h" 167 // the other YUV(A) buffer. 183 // Release memory owned by 'picture' (both YUV and ARGB buffers). 552 // RGB -> YUV conversion 760 // Automatic YUV <-> ARGB conversions. 840 // Copy back the YUV specs into 'picture'. [all...] |
/device/asus/flo/ |
media_profiles.xml | 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder, 401 used to limit the amount of memory for prefetched YUV frames.
|
/device/lge/mako/ |
media_profiles.xml | 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder, 401 used to limit the amount of memory for prefetched YUV frames.
|
/device/samsung/tuna/ |
media_profiles.xml | 400 - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder, 401 used to limit the amount of memory for prefetched YUV frames.
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 62 // Converts color from YUV colorspace to RGB. Returns the result in Skia 64 // "Converting between YUV and RGB" article on MSDN:
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_phyuv.c | 24 /* This is the QNX Realtime Platform version of SDL YUV video overlays */ 96 /* Set up the YUV surface function structure */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
bilin_scaler.c | 311 // Store the result back to main memory into a destination buffer in YUV format 395 // Store the result back to main memory into a destination buffer in YUV format [all...] |
/external/webp/src/dec/ |
vp8i.h | 71 // YUV-cache parameters. 94 #define BPS 32 // this is the common stride used by yuv[]
|
buffer.c | 45 } else if (!WebPIsRGBMode(mode)) { // YUV checks
|
decode_vp8.h | 79 // this is a recommendation for the user-side yuv->rgb converter. This flag
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
EvaluationTestBench.c | 64 /* open output file for writing, output file named out.yuv. If file open 66 foutput = fopen("out.yuv", "wb");
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending" 262 MSG="RGB and YUV output frame sizes are identical. Printing multiples of the frame rates."
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 154 enum sensor_type_t main_sensor_type; /* BAYER, YUV, JPEG_SOC, etc. */
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvlib.h | 140 /* for YUV formats only */
|
/external/qemu-pc-bios/vgabios/ |
vbetables-gen.c | 173 // Direct Color fields (required for direct/6 and YUV/7 memory models)
|
/external/webp/ |
README | 150 -s <int> <int> ......... Input size (width x height) for YUV 245 -pgm ......... save the raw YUV samples as a grayscale PGM 247 -yuv ......... save the raw YUV samples in flat layout.
|