/external/webp/src/dec/ |
io.c | 17 #include "../dsp/yuv.h" 24 // Main YUV<->RGB conversion functions 202 // completed the YUV->RGB interpolation. 277 // YUV rescaling (no final RGB conversion needed)
|
webpi.h | 40 OutputFunc emit; // output RGB or YUV samples
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
CameraManager.java | 271 // Go ahead and assume it's YUV rather than die.
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4PTO3GPP_API.h | 146 /**< Number of input YUV frames to encode */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n")); 252 /* Cropped frame size in planar YUV 4:2:0 */ 262 /* Decoder output frame size in planar YUV 4:2:0 */ 279 sprintf(outFileName, "out_w%dh%d.yuv",
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
rs_structs.h | 35 uint32_t yuv; member in struct:Allocation::__anon19913::__anon19914
|
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 14 * Description : Resize a yuv frame.
|
/external/qemu/distrib/sdl-1.2.15/ |
docs.html | 186 Added code to use the PS3 SPE processors for YUV conversion on Linux. 375 Reenabled MMX assembly for YUV overlay processing (GNU C Compiler only). 444 Fixed YUV overlay crash inside Quicktime on Intel Mac OS X.
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_IVCommonExtensions.h | 120 * YVU420PackedSemiPlanar32m4ka : YUV planar format, similar to the 130 * YUV420PackedSemiPlanar16m2ka : YUV planar format, similar to the 140 * YUV420PackedSemiPlanar64x32Tile2m8ka : YUV planar format, similar to the
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeDecodeTest.java | 61 private static final int TEST_Y = 120; // YUV values for colored rect 416 * Returns true if the specified color format is semi-planar YUV. Throws an exception 417 * if the color format is not recognized (e.g. not YUV). [all...] |
DecodeEditEncodeTest.java | 69 private static final int TEST_R1 = 236; // pink; BT.601 YUV {120,160,200} 184 * avoid having to deal with multiple YUV formats. 392 * re-encoding, not to mention conversions between YUV and RGB, and so may be lossy. [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_yuv_sw.c | 24 /* This is the software implementation of the YUV video overlay support */ 945 SDL_SetError("Can't use YUV data on non 16/24/32 bit surfaces"); 958 SDL_SetError("Unsupported YUV format"); 975 /* Set up the YUV surface function structure */ [all...] |
SDL_sysvideo.h | 86 /* Create a YUV video surface (possibly overlay) of the given
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | 222 #define VIDDEC_MIMETYPEYUV "YUV" 445 * @def WMV9DEC_YUVFORMAT_XYZ : YUV ouput chroma format. 453 * @def MP4VDEC_YUVFORMAT_XYZ : YUV ouput chroma format. 461 * @def H264VDEC_YUVFORMAT_XYZ : YUV ouput chroma format. 472 * @def MP4VDEC_YUVFORMAT_XYZ : YUV ouput chroma format. [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
ddraw.h | [all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DDRAW.H | [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_EditVideo.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
index.html | 444 > -- Create a YUV video overlay</DT 464 > -- Free a YUV video overlay</DT 504 > -- YUV video overlay</DT
|
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 275 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv); 276 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { 278 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 208 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv); 209 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { 211 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.h | 431 enum sensor_type_t sensor_type; // BAYER, YUV, JPEG_SOC, etc.
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 157 // 1. Convert YUV frame to RGB.
|
/external/libvpx/libvpx/test/ |
test-data.sha1 | 1 d5dfb0151c9051f8c85999255645d7a23916d3c0 hantro_collage_w352h288.yuv
|
/external/webp/src/dsp/ |
dsp.h | 155 // Fancy upsampling functions to convert YUV to RGB(A) modes
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
pvdec_api.cpp | [all...] |