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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoRGB565.c 54 * @param pPlaneIn: (IN) Pointer to YUV plane buffer
58 * @return M4VIFI_ILLEGAL_FRAME_HEIGHT: YUV Plane height is ODD
59 * @return M4VIFI_ILLEGAL_FRAME_WIDTH: YUV Plane width is ODD
294 /* YUV to RGB */
322 /* YUV to RGB */
346 /* YUV to RGB */
374 /* YUV to RGB */
  /external/chromium/webkit/glue/media/
video_renderer_impl.h 52 // Slow paint does a YUV => RGB, and scaled blit in two separate operations.
57 // Fast paint does YUV => RGB, scaling, blitting all in one step into the
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreateyuvoverlay.html 83 >SDL_CreateYUVOverlay&nbsp;--&nbsp;Create a YUV video overlay</DIV
126 > creates a YUV overlay of the specified <TT
sdloverlay.html 83 >SDL_Overlay&nbsp;--&nbsp;YUV video overlay</DIV
233 > except it stores a YUV overlay. All the fields are read only, except for <TT
255 More information on YUV formats can be found at <A
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 48 M4VPP_kIYUV420=0, /**< YUV 4:2:0 planar (standard input for mpeg-4 video) */
130 * @param format : (IN) Format of input plane (rgb, yuv, ...)
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 111 void execute(byte[] yuv) {
112 mAllocationIn.copyFrom(yuv);
  /hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp 146 // HAL2 can support either flexible YUV or YV12 + NV21
159 // HAL3 must support flexible YUV
  /external/kernel-headers/original/linux/
videodev.h 106 #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */
107 #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */
108 #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */
109 #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */
  /external/libvpx/libvpx/test/
altref_test.cc 63 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
error_resilience_test.cc 65 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 28 // Scales a YUV 4:2:0 image from the src width and height to the
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 28 /* This is the BeOS implementation of YUV video overlays */
  /external/webp/src/dec/
Android.mk 39 ../dsp/yuv.c \
  /external/webp/src/enc/
Android.mk 42 ../dsp/yuv.c \
  /external/webrtc/test/testsupport/
frame_writer.h 52 // For YUV: 3*width*height/2
  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 50 * @return M4VIFI_ILLEGAL_FRAME_HEIGHT: YUV Plane height is ODD
51 * @return M4VIFI_ILLEGAL_FRAME_WIDTH: YUV Plane width is ODD
114 /* Two YUV rows are computed at each pass */
167 /* Convert RGB value to YUV */
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 60 int32_t bindOutputBuffer(int32_t index, uint8_t **yuv);
  /frameworks/av/services/camera/libcameraservice/camera2/
CallbackProcessor.h 81 // Convert from flexible YUV to NV21 or YV12
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3InputStream.h 40 * Set up a stream for formats that have fixed size, such as RAW and YUV.
Camera3OutputStream.h 39 * Set up a stream for formats that have 2 dimensions, such as RAW and YUV.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 89 #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */
90 #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */
91 #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */
92 #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 89 #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */
90 #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */
91 #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */
92 #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 89 #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */
90 #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */
91 #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */
92 #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 24 /* This is the implementation of the YUV video surface support */
41 SDL_SetError("YUV overlays are not supported in OpenGL mode");
59 /* If hardware YUV overlay failed ... */
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 24 /* This is the DirectFB implementation of YUV video overlays */
117 fprintf (stderr, "SDL_DirectFB: Unsupported YUV format (0x%08x)!\n", format);
169 /* Set up the YUV surface function structure */

Completed in 607 milliseconds

1 23 4 5 6 7 8 91011>>