代码搜索结果
找到约 8,355 项符合
MP3 的代码
xml-mp3.po
xml-mp3.o: xml-mp3.c /usr/include/stdlib.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
/usr/lib/gcc/i
xml-mp3
#! /bin/sh
# xml-mp3 - temporary wrapper script for .libs/xml-mp3
# Generated by ltmain.sh - GNU libtool 1.5.24 Debian 1.5.24-1ubuntu1 (1.1220.2.456 2007/06/24 02:25:32)
#
# The xml-mp3 program canno
mp3.c
/*
* MP3 encoder and decoder
* Copyright (c) 2003 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
mp3.h
#ifndef __MP3_H__
#define __MP3_H__
/* MP3 decoder definitions */
#define MP3_BITSTREAM_BUFFER_SIZE (4096) // size in bytes
#define MP3_MAX_FRAME_SAMPLES (1152) // max samples per fram
mp3.h
#ifndef __MP3_H__
#define __MP3_H__
/* MP3 decoder definitions */
#define MP3_BITSTREAM_BUFFER_SIZE (4096) // size in bytes
#define MP3_MAX_FRAME_SAMPLES (1152) // max samples per fram
mp3.c
/*
* MP3 muxer and demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the
mp3.s
.file 1 "mp3.c"
.section .mdebug.abi32
.previous
.section .text.mp3_read_close,"ax",@progbits
.align 2
.align 5
.ent mp3_read_close
.type mp3_read_close, @function
mp3_read_close:
.frame $sp,0,$31 #
mp3.mid
.file 1 "mp3.c"
.section .mdebug.abi32
.previous
.section .text.mp3_read_close,"ax",@progbits
.align 2
.align 5
.ent mp3_read_close
.type mp3_read_close, @function
mp3_read_close:
.frame $sp,
mp3.c
/*
* MP3 muxer and demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the
mp3.h
/* MP3 Player Library 2.0 (C) 1999 A'rpi/Astral&ESP-team */
/* decoder level: */
#ifdef USE_FAKE_MONO
extern void MP3_Init(int fakemono);
#else
extern void MP3_Init();
#endif
extern int MP3_Ope