资源简介
android 边播边录 降噪demo,采用webrtc技术,包含底层源码和so库
代码片段和文件信息
/* File format for coverage information
Copyright (C) 1996-2014 Free Software Foundation Inc.
Contributed by Bob Manson .
Completely remangled by Nathan Sidwell .
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3 or (at your option) any later
version.
GCC is distributed in the hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
Under Section 7 of GPL version 3 you are granted additional
permissions described in the GCC Runtime Library Exception version
3.1 as published by the Free Software Foundation.
You should have received a copy of the GNU General Public License and
a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not see
. */
/* Routines declared in gcov-io.h. This file should be #included by
another source file after having #included gcov-io.h. */
#if !IN_GCOV
static void gcov_write_block (unsigned);
static gcov_unsigned_t *gcov_write_words (unsigned);
#endif
static const gcov_unsigned_t *gcov_read_words (unsigned);
#if !IN_LIBGCOV
static void gcov_allocate (unsigned);
#endif
/* Optimum number of gcov_unsigned_t‘s read from or written to disk. */
#define GCOV_BLOCK_SIZE (1 << 10)
GCOV_linkAGE struct gcov_var
{
_GCOV_FILE *file;
gcov_position_t start; /* Position of first byte of block */
unsigned offset; /* Read/write position within the block. */
unsigned length; /* Read limit in the block. */
unsigned overread; /* Number of words overread. */
int error; /* < 0 overflow > 0 disk error. */
int mode; /* < 0 writing > 0 reading */
#if IN_LIBGCOV
/* Holds one block plus 4 bytes thus all coverage reads & writes
fit within this buffer and we always can transfer GCOV_BLOCK_SIZE
to and from the disk. libgcov never backtracks and only writes 4
or 8 byte objects. */
gcov_unsigned_t buffer[GCOV_BLOCK_SIZE + 1];
#else
int endian; /* Swap endianness. */
/* Holds a variable length block as the compiler can write
strings and needs to backtrack. */
size_t alloc;
gcov_unsigned_t *buffer;
#endif
} gcov_var;
/* Save the current position in the gcov file. */
/* We need to expose this function when compiling for gcov-tool. */
#ifndef IN_GCOV_TOOL
static inline
#endif
gcov_position_t
gcov_position (void)
{
return gcov_var.start + gcov_var.offset;
}
/* Return nonzero if the error flag is set. */
/* We need to expose this function when compiling for gcov-tool. */
#ifndef IN_GCOV_TOOL
static inline
#endif
int
gcov_is_error (void)
{
return gcov_var.file ? gcov_var.error : 1;
}
#if IN_LIBGCOV
/* Move
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-08 11:46 ndk-toolchains\
目录 0 2018-11-08 11:45 ndk-toolchains\mips64el-linux-android-4.9\
目录 0 2018-11-08 11:45 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\
目录 0 2018-11-08 11:45 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\
目录 0 2018-11-08 11:45 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\
文件 906752 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-addr2line.exe
文件 932352 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-ar.exe
文件 1604096 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-as.exe
文件 919552 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-c++.exe
文件 904704 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-c++filt.exe
文件 917504 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-cpp.exe
文件 62976 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-elfedit.exe
文件 919552 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-g++.exe
文件 915968 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc-4.9.exe
文件 915968 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc-4.9.x.exe
文件 59392 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc-ar.exe
文件 58880 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc-nm.exe
文件 58880 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc-ranlib.exe
文件 915968 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcc.exe
文件 590848 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcov-tool.exe
文件 552448 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gcov.exe
文件 972800 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-gprof.exe
文件 1990144 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-ld.bfd.exe
文件 1990144 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-ld.exe
文件 916992 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-nm.exe
文件 1077248 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-objcopy.exe
文件 1489920 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-objdump.exe
文件 932352 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-ranlib.exe
文件 501248 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-readelf.exe
文件 907776 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-size.exe
文件 907264 2017-12-02 02:55 ndk-toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strings.exe
............此处省略4152个文件信息
- 上一篇:jsp编写的30个网站
- 下一篇:appium+android自动化测试源码
相关资源
- appium+android自动化测试源码
- Android sdk 24版本
- 基于Android五子棋小游戏源码
- android-sdk_r24.4.1-windows.zip
- android_sdk_docs_offline-安卓离线SDK
- Android Studio开发实战:从零基础到Ap
- crt工具+AndroidKiller合集
- 百度定位完整Android studio工程
- android 百度地图实现基础定位功能
- Android毕业设计源码论文
- AndroidAPP开发入门-使用AndroidStudio环境
- Android8.1 SystemUI源码
- Android GDAL 2.1.4.zip
- Android音乐播放器项目含Widget小挂件、
- android Vuforia识别图片播放网络视频
- 基于android的校园助手代码
- Android网络版五子棋
- opencv-4.1.2-android-sdk20191212.zip
- Android studio仿美团app
- Android移动开发项目式教程第2版-源代
- android多媒体播放器源码
- 移动医疗APP源码 android 安卓版妙手医
- gradle-4.1-all (1) android studio必备
- Android项目源码粗仿饿了么的外卖APP源
- 适配uiautomatorviewer适配Android 9.0-10.0的
- android快速集成高德地图
- 全国职业院校技能大赛移动互联网应
- 安卓6.0开发 SDK android6.0 android-23
- Android 集成声网一对一视频聊天简洁版
- Android聊天客户端
评论
共有 条评论