/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
TaskJpegEncode.java | 153 * Wraps the Android built-in YUV to Jpeg conversion routine. Pass in a
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
SurfaceViewPreviewTest.java | 145 * The test sets output configuration with increasing surface set IDs for preview and YUV 147 * supported YUV size (depending on hw supported level) is selected for YUV stream. This test
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 77 * necessary YUV->RGB conversion. The camera subsystem outputs YUV images naturally, while the GPU 79 * fused/composited, a standard YUV->RGB color transform is applied before the the data is written
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 77 * necessary YUV->RGB conversion. The camera subsystem outputs YUV images naturally, while the GPU 79 * fused/composited, a standard YUV->RGB color transform is applied before the the data is written
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
HdrViewfinderActivity.java | 77 * necessary YUV->RGB conversion. The camera subsystem outputs YUV images naturally, while the GPU 79 * fused/composited, a standard YUV->RGB color transform is applied before the the data is written
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 385 // Apply the filter (YUV) 403 // Apply the filter (YUV) 420 // Apply the filter (YUV)
|
/external/libyuv/files/source/ |
scale_argb.cc | 425 // Scale YUV to ARGB up with bilinear interpolation. 576 // TODO(fbarchard): Convert first 2 rows of YUV to ARGB. 826 // Scale with YUV conversion to ARGB and clipping.
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 924 * by the driver (YUV planar formats) but serve as a base image for 974 * usable sub-images, sampling from images return raw YUV data and [all...] |
/external/webp/src/dsp/ |
dsp.h | 286 // Fancy upsampling functions to convert YUV to RGB(A) modes 301 // Sampling functions to convert rows of YUV to RGB(A) 325 // ARGB -> YUV converters
|
/external/webp/src/enc/ |
vp8enci.h | 53 // YUV-cache parameters. Cache is 32-bytes wide (= one cacheline). 57 // * YUV Samples area (yuv_in_/yuv_out_/yuv_out2_) 507 // Preserves the YUV(A) buffer. Returns false in case of error (invalid param,
|
/frameworks/native/include/media/hardware/ |
HardwareAPI.h | 99 // If bStoreMetaData is set to false, real YUV frame data will be stored in input buffers, and 100 // the output buffers contain either real YUV frame data, or are themselves native handles as 253 // For non-YUV packed planar/semiplanar image formats, or if bUsingNativeBuffers
|
/frameworks/native/include/media/openmax/ |
OMX_IVCommon.h | 100 * YUV444Interleaved : Each pixel contains equal parts YUV 161 /** Flexible 8-bit YUV format. Codec should report this format 178 * Defines the matrix for conversion from RGB to YUV or vice versa. [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
VirtualDisplaySurface.cpp | 140 // Some hardware can do RGB->YUV conversion more efficiently in hardware 164 // HWC can write directly to YUV, some hardware can skip a 165 // memory-to-memory RGB-to-YUV conversion step.
|
/frameworks/rs/api/ |
rs_allocation_data.spec | 358 Extracts the U component of a single YUV value from a 2D allocation of YUVs. 376 Extracts the V component of a single YUV value from a 2D allocation of YUVs. 394 Extracts the Y component of a single YUV value from a 2D allocation of YUVs.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnOverlayPlane.cpp | 178 uint32_t yStride = mapper.getStride().yuv.yStride; 179 uint32_t uvStride = mapper.getStride().yuv.uvStride; 192 // by pass YUV->RGB conversion, 8-bit output
|
/hardware/intel/img/psb_video/src/ |
tng_hostdefs.h | 285 IMG_CODEC_PL8, //!< PL8 format YUV data 286 IMG_CODEC_PL12, //!< PL12 format YUV data 287 IMG_CODEC_422_YUV, //!< YUV format 422 data [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.h | 356 //Routine to split and configure high resolution YUV layer (> 2048 width) 386 // Returns true if the buffer is yuv 391 // Returns true if the buffer is yuv
|
hwc_mdpcomp.cpp | 668 * bypassed. On such conditions we try to bypass atleast YUV layers */ [all...] |
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_allocator.cpp | 269 // Below switch should be for only YUV/custom formats 529 // flexible YUV format to NV21_ZSL 821 // Below should be only YUV family
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
QOMX_IVCommonExtensions.h | 126 * YVU420PackedSemiPlanar32m4ka : YUV planar format, similar to the 136 * YUV420PackedSemiPlanar16m2ka : YUV planar format, similar to the 146 * YUV420PackedSemiPlanar64x32Tile2m8ka : YUV planar format, similar to the
|