Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dvorbisdec.c165 av_log(vc->avctx, AV_LOG_ERROR,\
188 static void vorbis_free(vorbis_context *vc) in vorbis_free() argument
192 av_freep(&vc->channel_residues); in vorbis_free()
193 av_freep(&vc->saved); in vorbis_free()
194 av_freep(&vc->fdsp); in vorbis_free()
196 if (vc->residues) in vorbis_free()
197 for (i = 0; i < vc->residue_count; i++) in vorbis_free()
198 av_freep(&vc->residues[i].classifs); in vorbis_free()
199 av_freep(&vc->residues); in vorbis_free()
200 av_freep(&vc->modes); in vorbis_free()
[all …]
Dlibzvbi-teletextdec.c419 vbi_char *vc = page->text + (iy / BITMAP_CHAR_HEIGHT + chop_top) * page->columns; in fix_transparency() local
420 vbi_char *vcnext = vc + page->columns; in fix_transparency()
421 for (; vc < vcnext; vc++) { in fix_transparency()
423 switch (vc->opacity) { in fix_transparency()
434 if (*pixel == vc->background) in fix_transparency()
440 if (*pixel == vc->background) in fix_transparency()
455 vbi_char *vc = page->text + (chop_top * page->columns); in gen_sub_bitmap() local
458 for (; vc < vcend; vc++) { in gen_sub_bitmap()
459 if (vc->opacity != VBI_TRANSPARENT_SPACE) in gen_sub_bitmap()
463 if (vc >= vcend) { in gen_sub_bitmap()
Dlibvorbisdec.c31 vorbis_comment vc; /**< VorbisComment info */ member
49 vorbis_comment_init(&context->vc) ; in oggvorbis_decode_init()
108 if(vorbis_synthesis_headerin(&context->vi, &context->vc, &context->op)<0){ in oggvorbis_decode_init()
205 vorbis_comment_clear(&context->vc) ; in oggvorbis_decode_close()
Dlibvorbisenc.c50 vorbis_comment vc; /**< VorbisComment info */ member
231 vorbis_comment_init(&s->vc); in libvorbis_encode_init()
233 vorbis_comment_add_tag(&s->vc, "encoder", LIBAVCODEC_IDENT); in libvorbis_encode_init()
235 if ((ret = vorbis_analysis_headerout(&s->vd, &s->vc, &header, &header_comm, in libvorbis_encode_init()
268 vorbis_comment_clear(&s->vc); in libvorbis_encode_init()
/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc67 ngtcp2_version_cid vc; in handle_packet() local
69 rv = ngtcp2_pkt_decode_version_cid(&vc, data, datalen, SHRPX_QUIC_SCIDLEN); in handle_packet()
74 send_version_negotiation(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
75 vc.scidlen, remote_addr, local_addr); in handle_packet()
85 ngtcp2_cid_init(&dcid_key, vc.dcid, vc.dcidlen); in handle_packet()
130 if (vc.dcidlen == SHRPX_QUIC_SCIDLEN) { in handle_packet()
132 *qkms.get(), vc.dcid[0] & SHRPX_QUIC_DCID_KM_ID_MASK); in handle_packet()
135 vc.dcid + SHRPX_QUIC_CID_PREFIX_OFFSET, in handle_packet()
181 if (vc.dcidlen == SHRPX_QUIC_SCIDLEN) { in handle_packet()
186 vc.dcid + SHRPX_QUIC_CID_PREFIX_OFFSET, in handle_packet()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; in nouveau_vp3_fill_picparm_vc1_bsp() local
166 vc->width = dec->base.width; in nouveau_vp3_fill_picparm_vc1_bsp()
167 vc->height = dec->base.height; in nouveau_vp3_fill_picparm_vc1_bsp()
168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04 in nouveau_vp3_fill_picparm_vc1_bsp()
169 vc->postprocflag = d->postprocflag; in nouveau_vp3_fill_picparm_vc1_bsp()
170 vc->pulldown = d->pulldown; in nouveau_vp3_fill_picparm_vc1_bsp()
171 vc->interlaced = d->interlace; in nouveau_vp3_fill_picparm_vc1_bsp()
172 vc->tfcntrflag = d->tfcntrflag; // 08 in nouveau_vp3_fill_picparm_vc1_bsp()
173 vc->finterpflag = d->finterpflag; in nouveau_vp3_fill_picparm_vc1_bsp()
174 vc->psf = d->psf; in nouveau_vp3_fill_picparm_vc1_bsp()
[all …]
Dnouveau_vp3_video_vp.c431 struct vc1_picparm_vp *vc = (struct vc1_picparm_vp *)map; in nouveau_vp3_fill_picparm_vc1_vp() local
436 nouveau_vp3_ycbcr_offsets(dec, &vc->ofs[1], &vc->ofs[3], &vc->ofs[4]); in nouveau_vp3_fill_picparm_vc1_vp()
437 vc->ofs[5] = vc->ofs[3]; in nouveau_vp3_fill_picparm_vc1_vp()
438 vc->ofs[0] = vc->ofs[2] = 0; in nouveau_vp3_fill_picparm_vc1_vp()
439 vc->width = dec->base.width; in nouveau_vp3_fill_picparm_vc1_vp()
440 vc->height = mb(dec->base.height)<<4; in nouveau_vp3_fill_picparm_vc1_vp()
441 vc->unk0c = vc->unk10 = mb(dec->base.width)<<4; // Stride in nouveau_vp3_fill_picparm_vc1_vp()
442 vc->pad = vc->pad2 = 0; in nouveau_vp3_fill_picparm_vc1_vp()
443 nouveau_vp3_inter_sizes(dec, 1, &ring, &vc->bucket_size, &vc->inter_ring_data_size); in nouveau_vp3_fill_picparm_vc1_vp()
444 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; in nouveau_vp3_fill_picparm_vc1_vp()
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert18 vec4 vc[16];
107 dst_reg1 = (in_diff_color * vc[13]);
108 tmp0.x = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[4])).x;
109 tmp0.y = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[5])).y;
110 tmp0.z = vec4(dot(vec4(in_pos.xyzx.xyz, 1.0), vc[6])).z;
112 tmp1.z = vc[15].xxxx.z;
113 dst_reg7.y = vec4(dot(vec4(tmp1.xyzx.xyz, 1.0), vc[8])).y;
114 dst_reg7.x = vec4(dot(vec4(tmp1.xyzx.xyz, 1.0), vc[7])).x;
115 dst_reg0.y = vec4(dot(vec4(tmp0.xyzx.xyz, 1.0), vc[1])).y;
116 dst_reg0.x = vec4(dot(vec4(tmp0.xyzx.xyz, 1.0), vc[0])).x;
/third_party/mesa3d/src/freedreno/decode/
Drnnutil.c41 if (rnndec_checkaddr(rnn->vc, rnn->dom[0], regbase, 0)) in finddom()
55 rnn->vc = rnn->vc_nocolor; in _rnn_init()
57 rnn->vc = rnndec_newcontext(rnn->db); in _rnn_init()
58 rnn->vc->colors = &envy_def_colors; in _rnn_init()
92 rnndec_varadd(rnn->vc, "chip", domain); in init()
93 if (rnn->vc != rnn->vc_nocolor) in init()
136 info = rnndec_decodeaddr(color ? rnn->vc : rnn->vc_nocolor, in rnn_regname()
150 return rnndec_decodeaddr(rnn->vc, finddom(rnn, regbase), regbase, 0); in rnn_reginfo()
156 return rnndec_decode_enum(rnn->vc, name, val); in rnn_enumname()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterViewControllerTest.m36 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine
39 XCTAssertNotNil(vc);
42 XCTAssertEqual(vc.binaryMessenger, messenger);
55 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine
60 [vc traitCollectionDidChange:nil];
79 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine
84 [vc viewWillAppear:false];
156 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine
161 [vc traitCollectionDidChange:nil];
184 FlutterViewController* vc = [[FlutterViewController alloc] initWithEngine:engine
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert27 float4 vc[16];
166 dst_reg1 = in_diff_color * v_309.vc[13];
168 tmp0.x = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[4])).x;
169 tmp0.y = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[5])).y;
170 tmp0.z = float4(dot(float4(in_pos.xyz, 1.0), v_309.vc[6])).z;
173 tmp1.z = v_309.vc[15].x;
174 dst_reg7.y = float4(dot(float4(tmp1.xyz, 1.0), v_309.vc[8])).y;
175 dst_reg7.x = float4(dot(float4(tmp1.xyz, 1.0), v_309.vc[7])).x;
176 dst_reg0.y = float4(dot(float4(tmp0.xyz, 1.0), v_309.vc[1])).y;
177 dst_reg0.x = float4(dot(float4(tmp0.xyz, 1.0), v_309.vc[0])).x;
/third_party/vk-gl-cts/targets/raspi/
Draspi.cmake26 find_path(SYSTEM_INCLUDE bcm_host.h PATHS /usr/include /opt/vc/include)
33 find_library(GLES2_LIBRARY GLESv2 PATHS /usr/lib /opt/vc/lib)
37 find_library(OPENVG_LIBRARY OpenVG PATHS /usr/lib /opt/vc/lib)
41 find_library(EGL_LIBRARY EGL PATHS /usr/lib /opt/vc/lib)
45 find_library(BCM_HOST_LIBRARY NAMES bcm_host PATHS /usr/lib /opt/vc/lib)
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalphacolor.c210 gint vc[4]; \
217 memcpy (vc, matrix + 8, 4 * sizeof (gint)); \
222 v = (data[R] * vc[0] + data[G] * vc[1] + data[B] * vc[2] + vc[3]) >> 8; \
279 gint vc[4]; in transform_ayuv_ayuv() local
289 memcpy (vc, matrix + 8, 4 * sizeof (gint)); in transform_ayuv_ayuv()
294 v = (data[1] * vc[0] + data[2] * vc[1] + data[3] * vc[2] + vc[3]) >> 8; in transform_ayuv_ayuv()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitviewcontroller.m380 SDL_uikitviewcontroller *vc = GetWindowViewController(window);
381 [vc showKeyboard];
389 SDL_uikitviewcontroller *vc = GetWindowViewController(window);
390 [vc hideKeyboard];
398 SDL_uikitviewcontroller *vc = GetWindowViewController(window);
399 if (vc != nil) {
400 return vc.isKeyboardVisible;
415 SDL_uikitviewcontroller *vc = GetWindowViewController(SDL_GetFocusWindow());
416 if (vc != nil) {
417 vc.textInputRect = *rect;
[all …]
/third_party/ffmpeg/libswscale/
Drgb2rgb_template.c387 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c() local
390 (yc[1] << 16) + ((unsigned) vc[0] << 24); in yuvPlanartoyuy2_c()
392 (yc[3] << 16) + ((unsigned) vc[1] << 24); in yuvPlanartoyuy2_c()
396 vc += 2; in yuvPlanartoyuy2_c()
401 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c()
406 (yc[1] << 8) + (vc[0] << 0); in yuvPlanartoyuy2_c()
409 (yc[1] << 16) + (vc[0] << 24); in yuvPlanartoyuy2_c()
413 vc++; in yuvPlanartoyuy2_c()
451 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartouyvy_c() local
454 (vc[0] << 16) + ((unsigned) yc[1] << 24); in yuvPlanartouyvy_c()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp209 TIntermTyped *vc) in TransformXMajor() argument
220 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformXMajor()
228 TIntermTyped *vc) in TransformYMajor() argument
238 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformYMajor()
246 TIntermTyped *vc) in TransformZMajor() argument
256 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformZMajor()
562 TIntermSymbol *vc = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() local
571 body->appendStatement(CreateTempDeclarationNode(&vc->variable())); in declareCoordTranslationFunction()
675 TransformXMajor(calculateXUcVc, x, y, z, uc, vc); in declareCoordTranslationFunction()
682 TransformYMajor(calculateYUcVc, x, y, z, uc, vc); in declareCoordTranslationFunction()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2radio.c72 struct v4l2_capability vc; in gst_v4l2radio_fill_channel_list() local
88 memset (&vc, 0, sizeof (vc)); in gst_v4l2radio_fill_channel_list()
90 res = v4l2object->ioctl (v4l2object->video_fd, VIDIOC_QUERYCAP, &vc); in gst_v4l2radio_fill_channel_list()
94 if (vc.capabilities & V4L2_CAP_DEVICE_CAPS) in gst_v4l2radio_fill_channel_list()
95 v4l2object->device_caps = vc.device_caps; in gst_v4l2radio_fill_channel_list()
97 v4l2object->device_caps = vc.capabilities; in gst_v4l2radio_fill_channel_list()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp62 TIntermTyped *vc) in TransformXMajor() argument
74 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformXMajor()
116 TIntermTyped *vc) in TransformYMajor() argument
127 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformYMajor()
169 TIntermTyped *vc) in TransformZMajor() argument
180 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformZMajor()
529 TIntermSymbol *vc = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() local
538 body->appendStatement(CreateTempDeclarationNode(&vc->variable())); in declareCoordTranslationFunction()
612 TransformXMajor(*mSymbolTable, calculateXUcVc, x, y, z, uc, vc); in declareCoordTranslationFunction()
617 TransformYMajor(*mSymbolTable, calculateYUcVc, x, y, z, uc, vc); in declareCoordTranslationFunction()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DValue.hpp114 auto vc = std::make_shared<VariableContainer>(); in create() local
115 fields(vc); in create()
116 return std::make_shared<Struct>(name, vc); in create()
/third_party/skia/tools/skottie_ios_app/
DSkiaUIContext.mm51 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame;
56 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame {
58 [skiaView setController:vc];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp465 dx_VertexConstants9 vc = {}; in setViewportState() local
468 vc.viewAdjust[0] = in setViewportState()
472 vc.viewAdjust[1] = in setViewportState()
476 vc.viewAdjust[2] = static_cast<float>(actualViewport.width) / dxViewport.Width; in setViewportState()
477 vc.viewAdjust[3] = static_cast<float>(actualViewport.height) / dxViewport.Height; in setViewportState()
488 vc.depthRange[0] = actualZNear; in setViewportState()
489 vc.depthRange[1] = actualZFar; in setViewportState()
490 vc.depthRange[2] = actualZFar - actualZNear; in setViewportState()
496 if (memcmp(&vc, &mVertexConstants, sizeof(dx_VertexConstants9)) != 0) in setViewportState()
498 mVertexConstants = vc; in setViewportState()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp465 dx_VertexConstants9 vc = {}; in setViewportState() local
468 vc.viewAdjust[0] = in setViewportState()
472 vc.viewAdjust[1] = in setViewportState()
476 vc.viewAdjust[2] = static_cast<float>(actualViewport.width) / dxViewport.Width; in setViewportState()
477 vc.viewAdjust[3] = static_cast<float>(actualViewport.height) / dxViewport.Height; in setViewportState()
488 vc.depthRange[0] = actualZNear; in setViewportState()
489 vc.depthRange[1] = actualZFar; in setViewportState()
490 vc.depthRange[2] = actualZFar - actualZNear; in setViewportState()
496 if (memcmp(&vc, &mVertexConstants, sizeof(dx_VertexConstants9)) != 0) in setViewportState()
498 mVertexConstants = vc; in setViewportState()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbisdec.c175 static vorbis_comment vc; variable
193 vorbis_comment_init (&vc); in _create_codebook_header_buffer()
194 vorbis_analysis_headerout (&vd, &vc, &header, &header_comm, &header_code); in _create_codebook_header_buffer()
221 vorbis_comment_clear (&vc); in _create_audio_buffer()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_vpos.c60 struct write_vpos_context *vc = write_vpos_context(ctx); in write_vpos_prolog() local
74 vc->imm_index, TGSI_SWIZZLE_X, in write_vpos_prolog()
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-raspberrypi.md25 You also need the VideoCore binary stuff that ships in /opt/vc for EGL and
74 …t=$SYSROOT -I$SYSROOT/opt/vc/include -I$SYSROOT/usr/include -I$SYSROOT/opt/vc/include/interface/vc…
77 …LDFLAGS="-L$SYSROOT/opt/vc/lib" ../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gn…
133 * /dev/vc/0

12345