Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp64 std::ostringstream oss; in dumpMemoryAddresses() local
65 oss << leak_info.total_memory << " bytes in " << count << " allocations\n"; in dumpMemoryAddresses()
66 oss << " ABI: '" ABI_STRING "'" << "\n\n"; in dumpMemoryAddresses()
81 oss << (e->size * e->allocations) in dumpMemoryAddresses()
83 oss << backtrace_string(e->backtrace, leak_info.backtrace_size) << "\n"; in dumpMemoryAddresses()
85 oss << "\n"; in dumpMemoryAddresses()
87 return oss.str(); in dumpMemoryAddresses()
/frameworks/av/media/libmediahelper/include/media/
Dconvert.h153 std::stringstream oss;
154 oss.precision(gFloatPrecision);
155 oss << value;
156 str = oss.str();
157 return !oss.fail() && !oss.bad();
/frameworks/av/media/audioaidlconversion/
DAidlConversionNdk.cpp45 std::ostringstream oss; in combineString() local
47 if (oss.tellp() > 0) { in combineString()
48 oss << separator; in combineString()
51 oss << s; in combineString()
58 *result = oss.str(); in combineString()
/frameworks/av/services/mediaresourcemanager/fuzzer/
DREADME.md46 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/g711/fuzzer/
DREADME.md49 * https://github.com/google/oss-fuzz
/frameworks/av/services/medialog/fuzzer/
DREADME.md50 * https://github.com/google/oss-fuzz
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp561 std::stringstream oss; in writeDumpFooter() local
562 oss << std::put_time(&finish_tm, "%Y-%m-%d %H:%M:%S"); in writeDumpFooter()
565 elapsedDuration.count(), String8(serviceName).c_str(), oss.str().c_str()); in writeDumpFooter()
/frameworks/native/cmds/cmd/fuzzer/
DREADME.md51 * https://github.com/google/oss-fuzz
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
DREADME.md59 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/mp3dec/fuzzer/
DREADME.md56 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DREADME.md56 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/amrwb/enc/fuzzer/
DREADME.md60 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/amrnb/enc/fuzzer/
DREADME.md60 * https://github.com/google/oss-fuzz
/frameworks/av/media/libstagefright/httplive/fuzzer/
DREADME.md56 * https://github.com/google/oss-fuzz
/frameworks/native/opengl/include/GLES3/
DNOTICE2 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
/frameworks/av/drm/libmediadrm/fuzzer/
DREADME.md56 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/amrwb/dec/fuzzer/
DREADME.md61 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/fuzzer/
DREADME.md59 * https://github.com/google/oss-fuzz
/frameworks/av/media/module/codecs/amrnb/fuzzer/
DREADME.md62 * https://github.com/google/oss-fuzz
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md54 * https://github.com/google/oss-fuzz
/frameworks/av/services/audiopolicy/fuzzer/
DREADME.md63 * https://github.com/google/oss-fuzz
/frameworks/native/libs/vibrator/fuzzer/
DREADME.md65 * https://github.com/google/oss-fuzz
/frameworks/av/camera/tests/fuzzer/
DREADME.md78 * https://github.com/google/oss-fuzz
/frameworks/av/services/oboeservice/fuzzer/
DREADME.md68 * https://github.com/google/oss-fuzz
/frameworks/av/media/libaaudio/fuzzer/
DREADME.md77 * https://github.com/google/oss-fuzz

12