OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colorspace
(Results
51 - 75
of
346
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.inc
48
;
colorspace
to YUV. This code stores one Y pixel, one U pixel, and one V
78
; pixels and convert their
colorspace
to YUV. This code stores two Y pixels,
110
; Read four ARGB pixels and convert their
colorspace
to YUV. This code stores
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java
43
import java.awt.color.
ColorSpace
;
59
= new ComponentColorModel(
ColorSpace
.getInstance(
ColorSpace
.CS_sRGB),
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java
27
import androidx.media.filterfw.
ColorSpace
;
233
ColorSpace
.convertArgb8888ToRgba8888(input, output, width, height);
236
ColorSpace
.convertYuv420pToRgba8888(input, output, width, height);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_screen.c
311
if (format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS ||
312
format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_SRGB)
332
if (format_desc->
colorspace
!= UTIL_FORMAT_COLORSPACE_ZS)
348
if (format_desc->
colorspace
!= UTIL_FORMAT_COLORSPACE_ZS &&
lp_tile_soa.py
70
if format.
colorspace
not in ('rgb', 'srgb'):
93
if format.
colorspace
in ('rgb', 'srgb'):
98
elif format.
colorspace
== 'zs':
152
if format.
colorspace
in ('rgb', 'srgb'):
162
elif format.
colorspace
== 'zs':
182
assert format.
colorspace
in ('rgb', 'srgb')
307
and format.
colorspace
== 'rgb' \
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c
311
if (format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS ||
312
format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_SRGB)
332
if (format_desc->
colorspace
!= UTIL_FORMAT_COLORSPACE_ZS)
348
if (format_desc->
colorspace
!= UTIL_FORMAT_COLORSPACE_ZS &&
lp_tile_soa.py
70
if format.
colorspace
not in ('rgb', 'srgb'):
93
if format.
colorspace
in ('rgb', 'srgb'):
98
elif format.
colorspace
== 'zs':
152
if format.
colorspace
in ('rgb', 'srgb'):
162
elif format.
colorspace
== 'zs':
182
assert format.
colorspace
in ('rgb', 'srgb')
307
and format.
colorspace
== 'rgb' \
/external/qemu/distrib/jpeg-6b/
jccolor.c
8
* This file contains input
colorspace
conversion routines.
55
*
colorspace
anyway.
84
* Initialize for RGB->YCC
colorspace
conversion.
120
* Convert some rows of samples to the JPEG
colorspace
.
274
* Convert some rows of samples to the JPEG
colorspace
.
312
* Convert some rows of samples to the JPEG
colorspace
.
369
* Convert some rows of samples to the JPEG
colorspace
.
428
* Convert some rows of samples to the JPEG
colorspace
.
509
* Module initialization routine for input
colorspace
conversion.
jcparam.c
348
/* Choose JPEG
colorspace
based on input space, set defaults accordingly */
355
* Select an appropriate JPEG
colorspace
for in_color_space.
393
* Set the JPEG
colorspace
, and choose
colorspace
-dependent default values.
397
jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE
colorspace
)
419
cinfo->jpeg_color_space =
colorspace
;
424
switch (
colorspace
) {
jdapimin.c
117
/* Guess the input
colorspace
, and set output
colorspace
accordingly. */
157
/* Always guess RGB is proper output
colorspace
. */
/external/webp/
README.android
29
- 16bit swapping of RGB565 / RGB4444
colorspace
. Added compile-time flag
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java
19
package androidx.media.filterpacks.
colorspace
;
/external/chromium_org/skia/ext/
skia_utils_mac_unittest.mm
208
NSColorSpace*
colorSpace
= [NSColorSpace deviceRGBColorSpace];
210
imageRep, [image size], false, [
colorSpace
CGColorSpace]));
/external/webp/examples/
dwebp.c
144
const int has_alpha = (buffer->
colorspace
== MODE_BGRA);
162
const int has_alpha = (buffer->
colorspace
== MODE_RGBA);
473
output_buffer->
colorspace
= bitstream->has_alpha ? MODE_BGRA : MODE_BGR;
475
output_buffer->
colorspace
= bitstream->has_alpha ? MODE_RGBA : MODE_RGB;
479
output_buffer->
colorspace
= MODE_RGBA;
482
output_buffer->
colorspace
= MODE_RGB; // drops alpha for PPM
486
output_buffer->
colorspace
= bitstream->has_alpha ? MODE_YUVA : MODE_YUV;
489
output_buffer->
colorspace
= MODE_YUVA;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp
17
#include "
colorspace
.h"
55
//
Colorspace
conversion functions /////////////////////////////////////////////////////////////////
/external/jpeg/
jcparam.c
348
/* Choose JPEG
colorspace
based on input space, set defaults accordingly */
355
* Select an appropriate JPEG
colorspace
for in_color_space.
387
* Set the JPEG
colorspace
, and choose
colorspace
-dependent default values.
391
jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE
colorspace
)
413
cinfo->jpeg_color_space =
colorspace
;
418
switch (
colorspace
) {
jdapimin.c
117
/* Guess the input
colorspace
, and set output
colorspace
accordingly. */
157
/* Always guess RGB is proper output
colorspace
. */
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc
163
static inline int ColorSpaceToBitsPerPixel(uint32
colorspace
)
168
switch (
colorspace
) {
281
vformat->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.
ColorSpace
());
283
SDL_SetError("Unknown BScreen
colorspace
: 0x%x",
284
bscreen.
ColorSpace
());
293
//if ( bpp != 0 ) { // There are bugs in changing
colorspace
556
bbitmap = new BBitmap(bounds, bscreen.
ColorSpace
());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
53
if (format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) {
321
(format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_RGB ||
322
format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) &&
lp_bld_format_aos.c
73
if (desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) {
107
desc->
colorspace
!= UTIL_FORMAT_COLORSPACE_RGB ||
422
(format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_RGB ||
423
format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) &&
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
53
if (format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) {
321
(format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_RGB ||
322
format_desc->
colorspace
== UTIL_FORMAT_COLORSPACE_ZS) &&
/bionic/libc/kernel/common/linux/
v4l2-mediabus.h
94
__u32
colorspace
;
member in struct:v4l2_mbus_framefmt
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp
246
void ImageBuffer::transformColorSpace(
ColorSpace
srcColorSpace,
ColorSpace
dstColorSpace)
283
PassRefPtr<SkColorFilter> ImageBuffer::createColorSpaceFilter(
ColorSpace
srcColorSpace,
284
ColorSpace
dstColorSpace)
/external/chromium_org/third_party/WebKit/Source/web/tests/
ImageFilterBuilderTest.cpp
80
//
ColorSpace
(Linear->Device) : CS (L->D)
/external/chromium_org/third_party/skia/src/image/
SkImage_Raster.cpp
38
// TODO: check
colorspace
Completed in 1071 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>