OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yuv
(Results
251 - 275
of
1091
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/hardware/libhardware/include/hardware/
camera.h
157
* Request the camera HAL to store meta data or real
YUV
data in the video
159
* it is not called, the default camera HAL behavior is to store real
YUV
171
* but all camera HALs should support storing real
YUV
data in the video
181
* the camera HAL to store real
YUV
data in the video
/hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h
82
* V4L2_PIX_FMT_NV12 12 bit
YUV
4:2:0 semi-planar NV12
83
* V4L2_PIX_FMT_NV21 12 bit
YUV
4:2:0 semi-planar NV21
96
* V4L2_PIX_FMT_YUV8 24 bit
YUV
4:4:4 8 bit per component
97
* V4L2_PIX_FMT_YUV10 32 bit
YUV
4:4:4 10 bit per component loose
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java
76
logWrapper("TIMER_END Rendering preview
YUV
buffer available, w=" + img.proxy.getWidth()
/device/generic/goldfish/camera/
Converters.cpp
115
/* Common converter for
YUV
4:2:0 interleaved to RGB565.
128
/* Common converter for
YUV
4:2:0 interleaved to RGB32.
/external/ImageMagick/coders/
yuv.c
86
% ReadYUVImage() reads an image with digital
YUV
(CCIR 601 4:1:1, plane
482
% RegisterYUVImage() adds attributes for the
YUV
image format to
499
entry=AcquireMagickInfo("
YUV
","
YUV
","CCIR 601 4:1:1 or 4:2:2");
521
%
YUV
module from the list of supported formats.
530
(void) UnregisterMagickInfo("
YUV
");
545
% WriteYUVImage() writes an image to a file in the digital
YUV
676
Write noninterlaced
YUV
.
/external/libvpx/libvpx/test/
vp9_arf_freq_test.cc
47
{"hantro_collage_w352h288.
yuv
", 352, 288, 5000, 1,
49
{"hantro_collage_w352h288.
yuv
", 352, 288, 30, 1,
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c
31
static void make_grayscale(YV12_BUFFER_CONFIG *
yuv
);
665
static void make_grayscale(YV12_BUFFER_CONFIG *
yuv
) {
667
uint8_t *u =
yuv
->u_buffer;
668
uint8_t *v =
yuv
->v_buffer;
670
for (r = 0; r <
yuv
->uv_height; ++r) {
671
for (c = 0; c <
yuv
->uv_width; ++c) {
675
u +=
yuv
->uv_stride;
676
v +=
yuv
->uv_stride;
/external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h
124
* Computes the size, pitches and offsets for
YUV
frames.
130
* Pitches and offsets for the given
YUV
frame are put in 'pitches'
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c
769
/* Need to emit
YUV
texture conversions by hand. Probably need to
818
/*
YUV
.y = MUL
YUV
.y, C0.w
831
* RGB.xyz = MAD
YUV
.zzx, C1,
YUV
.y
833
* RGB.xyz = MAD
YUV
.xxz, C1,
YUV
.y
844
/* RGB.y = MAD
YUV
.z, C1.w, RGB.y
/external/skia/gm/
imagefromyuvtextures.cpp
38
// We create an RGB bitmap and then extract
YUV
bmps where the U and V bitmaps are
65
//
yuv
color spaces when converted back to RGB)
/external/webp/include/webp/
encode.h
295
// Main flag for encoder selecting between ARGB or
YUV
input.
297
// compression, and
YUV
input (*y, *u, *v, etc.) for lossy compression
301
//
YUV
input (mostly used for input to lossy compression)
479
//
YUV
representation.
483
// Converts picture->
yuv
to picture->argb and sets picture->use_argb to true.
491
// Helper function: given a width x height plane of RGBA or
YUV
(A) samples
492
// clean-up the
YUV
or RGB samples under fully transparent area, to help
514
// 'picture' can hold the source samples in both
YUV
(A) or ARGB input, depending
/external/webp/src/dsp/
yuv_mips32.c
10
// MIPS version of
YUV
to RGB upsampling functions.
20
#include "./
yuv
.h"
yuv_mips_dsp_r2.c
10
// MIPS DSPr2 version of
YUV
to RGB upsampling functions.
20
#include "./
yuv
.h"
/external/webp/src/webp/
encode.h
295
// Main flag for encoder selecting between ARGB or
YUV
input.
297
// compression, and
YUV
input (*y, *u, *v, etc.) for lossy compression
301
//
YUV
input (mostly used for input to lossy compression)
479
//
YUV
representation.
483
// Converts picture->
yuv
to picture->argb and sets picture->use_argb to true.
491
// Helper function: given a width x height plane of RGBA or
YUV
(A) samples
492
// clean-up the
YUV
or RGB samples under fully transparent area, to help
514
// 'picture' can hold the source samples in both
YUV
(A) or ARGB input, depending
/external/webrtc/tools/python_charts/webrtc/
data_helper_test.py
34
{'name': 'input_filename', 'value': 'foreman_cif.
yuv
'},
38
{'name': 'input_filename', 'value': 'foreman_cif.
yuv
'},
/external/webrtc/webrtc/tools/frame_editing/
frame_editing_unittest.cc
32
reference_video_ = ResourcePath("foreman_cif", "
yuv
");
34
"frame_editing_unittest.
yuv
");
/frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h
77
* Set up a stream for formats that have 2 dimensions, such as RAW and
YUV
.
99
* RAW and
YUV
. The consumer must be set before using this stream for output. A valid
/frameworks/base/docs/html/sdk/api_diff/19/changes/
android.renderscript.Element.html
87
<nobr><code>Element</code> <A HREF="../../../../reference/android/renderscript/Element.html#
YUV
(android.renderscript.RenderScript)" target="_top"><code>
YUV
</code></A>(<code>RenderScript</code>)</nobr>
/frameworks/rs/api/
rs_convert.spec
162
summary: Convert a
YUV
value to RGBA
164
Converts a color from a
YUV
representation to RGBA.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
error_resilience_test.cc
156
libvpx_test::I420VideoSource video("hantro_collage_w352h288.
yuv
", 352, 288,
193
libvpx_test::I420VideoSource video("hantro_collage_w352h288.
yuv
", 352, 288,
/hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp
128
if (stride.
yuv
.yStride > maxStride) {
129
VTRACE("stride %d is too large", stride.
yuv
.yStride);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp
128
if (stride.
yuv
.yStride > maxStride) {
129
VLOGTRACE("stride %d is too large", stride.
yuv
.yStride);
/hardware/intel/img/psb_video/src/mrst/
pvr2d.h
100
#define PVR2D_YUV422_YUYV 0x13UL //
YUV
422 low-high byte order Y0UY1V
101
#define PVR2D_YUV422_UYVY 0x14UL //
YUV
422 low-high byte order UY0VY1
102
#define PVR2D_YUV422_YVYU 0x15UL //
YUV
422 low-high byte order Y0VY1U
103
#define PVR2D_YUV422_VYUY 0x16UL //
YUV
422 low-high byte order VY0UY1
372
PVR2D_ULONG uChromaPlane1; /*
YUV
multiplane - byte offset from start of alloc to chroma plane 1 */
373
PVR2D_ULONG uChromaPlane2; /*
YUV
multiplane - byte offset from start of alloc to chroma plane 2 */
419
PPVR2D_YUVCOEFFS psYUVCoeffs; /*
YUV
Coeffs needed for RGB conversion */
420
PVR2D_UINT uiNumLayers; /* no. of
YUV
planes */
[
all
...]
/hardware/intel/img/psb_video/src/
vsp_compose.c
84
drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid
yuv
surface %x\n", pipeline_param->surface);
126
/* Input
YUV
Video related */
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
145
/* checks for conditions where
YUV
layers cannot be bypassed */
162
/* updates cache map with
YUV
info */
Completed in 731 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>