代码搜索结果
找到约 10,000 项符合
Audio 的代码
main
main.o: main.c headset_private.h C:/BlueLab/tools/include/connection.h \
C:/BlueLab/tools/include/bdaddr_.h \
C:/BlueLab/tools/lib/gcc-lib/xap-local-xap/3.3.3/include/csrtypes.h \
C:/BlueLab/
hwctxt.h
#pragma once
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under
colorbars.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2002. All rights reserved.
*
*/
/**
@file colorbars.c
@brief sample application to test output
@author Julien Soulier, Christian Wolff
*/
#include "
play_avi_push.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2002. All rights reserved.
*
*/
/**
@file dcc_demo.c
@brief sample application to access the Mambo chip and test DMA transfers
@author Julien Soulier
index.html
Intercom
codecs.c
/* codecs.c -- Audio CODEC interface for Intercom
Copyright (C) 2001-2003 Shane Wegner
This file is part of Intercom.
Intercom is free software; you can redistribute it and/or modify it
iis_dual.c
/*************************************************
NAME: iis_dual.c
DESC: S3C2440 IIS (UDA1341) simultaneous record & play test
HISTORY:
OCT.17.2002:purnnamu: first release
NOV.05.2002
iis_dual.c
/*************************************************
NAME: iis_dual.c
DESC: S3C2410 IIS (UDA1341) simultaneous record & play test for wireless division
HISTORY:
OCT.17.2002:purnnamu: first r
makefile
CC = arm-elf-gcc
EXEC = audio_test
OBJS = audio_test.o
CFLAGS+=
LDFLAGS+=-Wall -elf2flt -O2
all:$(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS)
clean:
-rm -f $(EXEC) *.elf *.gdb *.o
iis_dual.c
/*************************************************
NAME: iis_dual.c
DESC: S3C2440 IIS (UDA1341) simultaneous record & play test
HISTORY:
OCT.17.2002:purnnamu: first release
NOV.05.2002