代码搜索:codecs
找到约 897 项符合「codecs」的源代码
代码结果 897
www.eeworm.com/read/259903/4337524
pro ar.pro
TEMPLATE = lib
CONFIG += qt warn_on plugin
REQUIRES = !bigcodecs
HEADERS = ../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qfontarcodec.cpp \
main.cpp
TARGET =
www.eeworm.com/read/156109/5612525
c patch_realtek.c
/*
* Universal Interface for Intel High Definition Audio Codec
*
* HD audio interface patch for ALC 260/880/882 codecs
*
* Copyright (c) 2004 PeiSen Hou
*
www.eeworm.com/read/294538/8219935
py makedefs.py
#!/usr/bin/python
import re
import codecs
from xml.sax.saxutils import quoteattr, escape
def makename(oldname):
name = "";
nextBig = True;
for x in oldname:
if x == '_':
nextBig = T
www.eeworm.com/read/161847/10362323
txt @psc_readme_10341_3.txt
Title: Audio compression using directshow or directX
Description: This code demonstrates how to use installed audio codecs to compress a WAVE file.
This file came from Planet-Source-Code.com...the h
www.eeworm.com/read/14187/319368
am makefile.am
EXTRA_DIST= building.html \
codecs.html \
index.html \
opening.html \
positioning.html \
reading.html \
util.html \
writing.html
www.eeworm.com/read/14545/389113
am makefile.am
EXTRA_DIST= building.html \
codecs.html \
index.html \
opening.html \
positioning.html \
reading.html \
util.html \
writing.html
www.eeworm.com/read/14735/405676
am makefile.am
EXTRA_DIST= building.html \
codecs.html \
index.html \
opening.html \
positioning.html \
reading.html \
util.html \
writing.html
www.eeworm.com/read/479151/1338163
h ad1848_mixer.h
/*
* sound/ad1848_mixer.h
*
* Definitions for the mixer of AD1848 and compatible codecs.
*/
/*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU
www.eeworm.com/read/456693/1604439
py base64_codec.py
""" Python 'base64_codec' Codec - base64 content transfer encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and de