HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 101 - 125 of 575) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
videodev2.h 187 * Default colorspace, i.e. let the driver figure it out.
208 * NTSC 1953 colorspace. This only makes sense when dealing with
214 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when
229 /* AdobeRGB colorspace */
232 /* BT.2020 colorspace, used for UHDTV. */
235 /* Raw colorspace: for RAW unprocessed images */
238 /* DCI-P3 colorspace, used by cinema projectors */
243 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace.
282 * This depends on the colorspace.
338 * This depends on the colorspace
458 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format
951 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon14515
1970 __u32 colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /external/libjpeg-turbo/
jcparam.c 269 /* Choose JPEG colorspace based on input space, set defaults accordingly */
276 * Select an appropriate JPEG colorspace for in_color_space.
318 * Set the JPEG colorspace, and choose colorspace-dependent default values.
322 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
344 cinfo->jpeg_color_space = colorspace;
349 switch (colorspace) {
jdapimin.c 128 /* Guess the input colorspace, and set output colorspace accordingly. */
168 /* Always guess RGB is proper output colorspace. */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
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/opencv3/3rdparty/libjpeg/
jcparam.c 373 /* Choose JPEG colorspace based on input space, set defaults accordingly */
380 * Select an appropriate JPEG colorspace for in_color_space.
412 * Set the JPEG colorspace, and choose colorspace-dependent default values.
416 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
438 cinfo->jpeg_color_space = colorspace;
443 switch (colorspace) {
jdapimin.c 117 /* Guess the input colorspace, and set output colorspace accordingly. */
157 /* Always guess RGB is proper output colorspace. */
  /external/pdfium/third_party/libjpeg/
fpdfapi_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) {
fpdfapi_jdapimin.c 116 /* Guess the input colorspace, and set output colorspace accordingly. */
156 /* Always guess RGB is proper output colorspace. */
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 371 inline VkSurfaceFormatKHR makeSurfaceFormatKHR (VkFormat format, VkColorSpaceKHR colorSpace)
375 res.colorSpace = colorSpace;
  /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) &&
  /external/opencv3/3rdparty/include/ffmpeg_/libswscale/
swscale.h 112 * Return a pointer to yuv<->rgb coefficients for the given colorspace
115 * @param colorspace One of the SWS_CS_* macros. If invalid,
118 const int *sws_getCoefficients(int colorspace);
  /external/opencv3/3rdparty/libjasper/
jp2_enc.c 87 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype);
412 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype)
425 switch (jas_clrspc_fam(colorspace)) {
  /external/skia/src/image/
SkImage.cpp 268 const size_t rowBytes[3], SkYUVColorSpace colorSpace) const {
271 if (GrTextureToYUVPlanes(texture, sizes, planes, rowBytes, colorSpace)) {
276 return SkRGBAToYUV(this, sizes, planes, rowBytes, colorSpace);
  /external/webp/src/dec/
buffer.c 43 const WEBP_CSP_MODE mode = buffer->colorspace;
89 const WEBP_CSP_MODE mode = buffer->colorspace;
151 if (WebPIsRGBMode(buffer->colorspace)) {
  /external/webp/src/dsp/
yuv.h 43 // This flag is for comparison purpose against JPEG's "YUVj" natural colorspace.
44 // This colorspace is close to Rec.601's Y'CbCr model with the notable
214 // This JPEG-YUV colorspace, only for comparison!
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 138 ColorSpace_t colorSpace = ITU_R_601;
140 colorSpace = ITU_R_601_FR;
167 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /external/pdfium/third_party/lpng_v163/
pngpriv.h     [all...]
  /bionic/libc/kernel/uapi/linux/
v4l2-mediabus.h 31 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /developers/build/prebuilts/gradle/Camera2Raw/
README.md 16 colorspace typically used for displaying and storing images viewed by humans. The
  /development/ndk/platforms/android-21/include/linux/
v4l2-mediabus.h 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /device/generic/goldfish/camera/
media_codecs.xml 68 the official OMX colorspace constants.
  /external/autotest/client/site_tests/graphics_Sanity/
graphics_Sanity.py 101 convert_cmd = ("convert -channel RGB -colorspace RGB -depth 8"
  /external/libjpeg-turbo/simd/
jcgray-mmx.asm 2 ; jcgray.asm - grayscale colorspace conversion (MMX)
jcgray-sse2-64.asm 2 ; jcgray.asm - grayscale colorspace conversion (64-bit SSE2)
jcgray-sse2.asm 2 ; jcgray.asm - grayscale colorspace conversion (SSE2)

Completed in 947 milliseconds

1 2 3 45 6 7 8 91011>>