代码搜索:codecs
找到约 897 项符合「codecs」的源代码
代码结果 897
www.eeworm.com/read/239567/4598183
py unicode_internal.py
""" Python 'unicode-internal' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Code
www.eeworm.com/read/239567/4598190
py unicode_escape.py
""" Python 'unicode-escape' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs
### Codec APIs
class Codec(
www.eeworm.com/read/201007/5062255
svn-base apiexample.c.svn-base
/**
* @file apiexample.c
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/193974/5138103
py quopri_codec.py
"""Codec for quoted-printable encoding.
Like base64 and rot13, this returns Python strings, not Unicode.
"""
import codecs, quopri
try:
from cStringIO import StringIO
except ImportError:
fro
www.eeworm.com/read/177697/5321547
c apiexample.c
/**
* @file apiexample.c
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
www.eeworm.com/read/339446/3305987
pro jp.pro
TARGET = qjpcodecs
include(../../qpluginbase.pri)
CONFIG += warn_on
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
QT = core
HEADERS = qjpunicode.h \
qeucjpcodec.h \
q
www.eeworm.com/read/316872/3603785
makefile
obj-$(CONFIG_SND_AOA) += core/
obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/
obj-$(CONFIG_SND_AOA) += fabrics/
obj-$(CONFIG_SND_AOA) += codecs/
www.eeworm.com/read/282551/4089871
bat postlink.bat
IF "%BSP_HANTRO_CODECS%" == "" goto DONE
IF "%_TGTPROJ%" == "smartfon" goto WM
IF "%_TGTPROJ%" == "wpc" goto WM
@REM Windows CE
IF "%PBCONFIG%"=="Freescale MX31: ARMV4I_Release" lib /extr
www.eeworm.com/read/282551/4089914
bat postlink.bat
IF "%BSP_HANTRO_CODECS%" == "" goto DONE
IF "%_TGTPROJ%" == "smartfon" goto WM
IF "%_TGTPROJ%" == "wpc" goto WM
@REM Windows CE
IF "%PBCONFIG%"=="Freescale MX31: ARMV4I_Release" copy %_TA
www.eeworm.com/read/282551/4089977
bat postlink.bat
IF "%BSP_HANTRO_CODECS%" == "" goto DONE
IF "%_TGTPROJ%" == "smartfon" goto WM
IF "%_TGTPROJ%" == "wpc" goto WM
@REM Windows CE
IF "%PBCONFIG%"=="Freescale MX31: ARMV4I_Release" copy %_TA