Home
last modified time | relevance | path

Searched defs:yuv (Results 1 - 25 of 25) sorted by relevance

/third_party/libdrm/tests/util/
H A Dformat.h59 const struct util_yuv_info yuv; member
H A Dpattern.c159 static void fill_smpte_yuv_planar(const struct util_yuv_info *yuv, in fill_smpte_yuv_planar() argument
263 static void fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, in fill_smpte_yuv_packed() argument
847 const struct util_yuv_info *yuv = &info->yuv; fill_tiles_yuv_planar() local
880 const struct util_yuv_info *yuv = &info->yuv; fill_tiles_yuv_packed() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.h138 bool yuv; member
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[]) in xa_yuv_bind_samplers() argument
153 scale_x * w, scale_y * h, x, y, w, h, yuv); in xa_yuv_planar_blit() local
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) xa_yuv_planar_blit() argument
/third_party/skia/tests/
H A DPDFJpegEmbedTest.cpp99 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in SkIsJFIF() local
/third_party/ffmpeg/libavcodec/
H A Dhuffyuv.h72 int yuv; member
H A Ddpx.c167 int yuv, color_trc, color_spec; in decode_frame() local
H A Ddvdsubdec.c566 uint8_t r, g, b, yuv[65], *buf; in parse_ifo_palette() local
H A Dvp56.c322 static void vp56_deblock_filter(VP56Context *s, uint8_t *yuv, in vp56_deblock_filter() argument
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_template.c59 pixel **yuv = (pixel **) _yuv; in yuv2rgb() local
135 pixel **yuv = (pixel **) _yuv; in rgb2yuv() local
214 pixel **yuv = (pixel **) _yuv; in rgb2yuv_fsb() local
[all...]
H A Dvf_colormatrix.c135 static void solve_coefficients(double cm[3][3], double rgb[3][3], double yuv[3][3]) in solve_coefficients() argument
H A Davf_showcqt.h43 YUVFloat yuv; member
H A Dvf_signalstats.c601 const int yuv = in->data[0][w + i]; in filter_frame8() local
823 const int yuv = AV_RN16(in->data[0] + w + i * 2); in filter_frame16() local
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp206 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in do_jpeg() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h156 void *yuv; member
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c470 const WebPYUVABuffer* const yuv = &buffer->u.YUVA; in WebPWritePGM() local
514 const WebPYUVABuffer* const yuv in WebPWriteYUV() local
[all...]
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h230 bool yuv; member
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp910 JSAMPARRAY yuv[3]; in onGetYUVAPlanes() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjunittest.c913 static void initTJUnitTest(int yuv, int noyuvpad, int autoalloc) in initTJUnitTest() argument
923 int testBmp(int yuv, int noyuvpad, int autoalloc) in testBmp() argument
931 int testThreeByte444(int yuv, int noyuvpad, int autoalloc) in testThreeByte444() argument
940 int testFourByte444(int yuv, int noyuvpad, int autoalloc) in testFourByte444() argument
950 int testThreeByte422(int yuv, in argument
959 testFourByte422(int yuv, int noyuvpad, int autoalloc) testFourByte422() argument
969 testThreeByte420(int yuv, int noyuvpad, int autoalloc) testThreeByte420() argument
978 testFourByte420(int yuv, int noyuvpad, int autoalloc) testFourByte420() argument
988 testThreeByte440(int yuv, int noyuvpad, int autoalloc) testThreeByte440() argument
997 testFourByte440(int yuv, int noyuvpad, int autoalloc) testFourByte440() argument
1007 testThreeByte411(int yuv, int noyuvpad, int autoalloc) testThreeByte411() argument
1016 testFourByte411(int yuv, int noyuvpad, int autoalloc) testFourByte411() argument
1026 testOnlyGray(int yuv, int noyuvpad, int autoalloc) testOnlyGray() argument
1035 testThreeByteGray(int yuv, int noyuvpad, int autoalloc) testThreeByteGray() argument
1044 testFourByteGray(int yuv, int noyuvpad, int autoalloc) testFourByteGray() argument
1053 testBufSize(int yuv, int noyuvpad, int autoalloc) testBufSize() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c538 nir_ssa_def *yuv = sample_plane(b, tex, 0, options); in lower_yuv_external() local
556 nir_ssa_def *yuv = sample_plane(b, tex, 0, options); in lower_yu_yv_external() local
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp370 static void convert_rgba_to_yuva(const float mtx[20], SkColor col, uint8_t yuv[4]) { in convert_rgba_to_yuva() argument
1107 auto yuv = fImages[opaque][tagged]->makeColorSpace(fTargetColorSpace, dContext); variable
1108 SkASSERT(yuv); variable
[all...]
/third_party/glslang/glslang/Include/
H A DTypes.h99 bool yuv : 1; // GL_EXT_YUV_target member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc.h357 } yuv; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBaseTypes.h1370 bool yuv; member
H A DParseContext.cpp1988 void TParseContext::checkYuvIsNotSpecified(const TSourceLoc &location, bool yuv) in checkYuvIsNotSpecified() argument
[all...]

Completed in 35 milliseconds